ChangeLog for pyutils ===================== Version 0.8.5 - 2022-08-26 (AG) ------------ + Added download_ODF_from_XSA. + Added some additional tests. + Fixed some typos in the code documentation. Version 0.8.4 - 2022-08-25 (AG) ------------ + urllib added Version 0.8.3 - 2022-08-25 (AG) ------------ + src/XMMextractor_tools/XMMextractor_tools.py: added image_from_XSA, unpackODF. Version 0.8.2 - 2022-07-29 (AG) ------------ + src/XMMextractor_tools/XMMextractor_tools.py: fixed some issues from the original version (from the old PythonUtils) Version 0.8.1 - 2022-07-27 (AG) ------------ + src/XMMextractor_tools/XMMextractor_verify.py: fixed a bug that caused standalone OM event lists to appear missing to XMMextractorpy. Version 0.8 - 2022-07-19 (AI) ------------ + Added functionalities for xmmextractorpy Version 0.7.2 - 2022-05-11 (AG) ------------ + Added a patch that correcteed some issues in XMMextractorpy 0.1.1. Version 0.7.1 - 2022-03-11 (AG) ------------ + Added XMMextractor_verify to XMMextractor_tools; in order to gather all the XMMextractor tools in a centralised environment. Version 0.7 - 2022-03-01 (AG) ------------ + Added the XMMextractor_tools module. Version 0.6.3 - 2022-02-17 (AG) ------------ + Moved RunCifbuild and pyOAL to a standalone package (XMMextractorpy) due to their scope going beyond pyutils. Version 0.6.2 - 2022-02-15 (AG) ------------ + RunCifbuild: added a third module called RunCifbuild. + pyOAL: now the user can specify an OBSID that will be downloaded using astroquery and processed. Version 0.6.1 - 2022-02-11 (AG) ------------ + pyOAL: fixed some bugs and added run_task. Version 0.6 - 2022-02-03 (AG) ------------ + Added the first version of pyOAL, used alongside pysas. Version 0.5.3 - 2021-11-03 (AG) ------------ + Moved from SOC-only to world. Version 0.5.2 - 2021-11-03 (AG) ------------ + Moved from world to SOC-only. Version 0.5.1 - 2021-10-05 (AG) ------------- + Fixed typos in the documentation. + sort_fits now uses the boolean parameter desc. + filter_data returns 1 if the format was not understood. Version 0.5 - 2021-09-02 (AG) ------------- + pydump now works with Table objects. Can be used to select several columns at the same time. + Added add_column_to_fits, add_row_to_fits and sort_fits and their tests. + .pytest_cache added to CLOBBERDIRS. + Fixed a bug in merge_fits. + Added connection between make test and pytest. Version 0.4.2 - 2021-08-19 (EO) ------------- + doc/pyutils_description.tex: Removed CR+LF existing in \author field which were not accepted by macOS LaTeX. Version 0.4.1 - 2021-07-13 (AG) ---------------------- + Added imgstat (fimgstat) and merge_fits (fmerge) with their respective tests. + Fixed a bug in create_fits_from_data in which an exception would raise if the file already existed. Version 0.4 - 2021-05-14 (AG) ----------------------- + More tests added. + Changed the documentation format to adequate it to the proper content of the library. + Changed some of the descriptions from the functions. + Changed the DISTRIBUTION file. Version 0.3.4 - 2021-03-31 (AG) ------------------------ + Added a proper test script compatible with make test and some basic unit tests. + Fixed a bug related to how filter_data works when NaN are stored in Table objects. + Fixed a bug in pydump when the fits file is in HDUlist format. + get_key_word now accepts input regarding what to return if a keyword is not present in the FITS file. + Added missing entries in the ChangeLog. Version 0.3.3 - 2021-02-28 (EO) ------------- + DEPEND: pysas 0.7 -> 1.0 Version 0.3.2 - 2021-03-03 (AG) ------------------------ + Modified the README.md file. + Removed the bin folder from the source code. + Added filter_data. Version 0.3.1 - 2021-01-21 (AG) ------------------------ + Added delete_data. + Added create_fits_from_data. Version 0.3 - 2020-11-17 (AG) ------------------------- + Now get_key_word accepts HDUlists as part of its arguments to avoid constantly opening and closing files. + Added is_notebook. Version 0.2 - 2020-10-23 (AG) -------------------------- + Fixed a bug in date_time. + Added instructions in documentation. + Added function pydump. Version 0.1 - 2020-10-13 (AG) --------------------------- + First version.