ChangeLog for XMMextractorpy
========================

Version 0.5.2 - 2022-08-26 (AG)
------------------------
	+ More subroutines have been moved to pyutils/XMMextractor_tools.

Version 0.5.1 - 2022-08-25 (AI)
------------------------
	+ Functionality to unpack ODF moved to pyutils

Version 0.5 - 2022-08-25 (AI)
------------------------
	+ Added timing analysis

Version 0.4.1 - 2022-07-29 (AG)
------------------------
	+ config/XMMextractor.par: fixed a typo.
	+ src/XMMextractorpy/XMMextractorpy.py: removed update_xml_file since
	it was not used. Added work_with_analysisoption. Added
	produce_event_lists to produce event lists for all instruments. Added
	instr parameter to produce_GTI_lists and get_spectra to add
	moludarity. 
	+ src/pyOAL/pyOAL.py: now set_EPIC_files does not crash due to the
	parameters expected by the functions in XMMextractor_verify. Changed
	one variable name in create_xml that was causing some tests to return
	errors.
	+ doc/: modified the documentation accordingly with the changes above.
	+ DEPEND: added pysasplot_utils.
	+ src/ProduceSpectra: fixed bugs related to needed libraries and several other bugs.
	+ src/ComputeGTI/ComputeGTI.py: modified so the instrument can be
	selected.
	+ Added test/demo_spectra.ipynb to act as a tutorial for interactive Python sessions.

Version 0.4 - 2022-07-22 (AG)
------------------------
	+ analysisoption parameter added.

	
Version 0.3 - 2022-07-22 (AG)
------------------------
	+ src/pyOAL/pyOAL.py: added extra attributes to Observation objects.
	Added minidom as a required Python library. Added create_xml function.
	+ test/test_pyOAL.py: added test for create_xml. Removed
	test_brancher, as the function is no longer needed.
	+ doc/pyOAL_description.tex: added create_xml.

Version 0.2 - 2022-07-19 (AI)
------------------------
	+ New methods to deal with lightcurves

Version 0.1.1 - 2022-03-24 (AG)
------------------------
	+ pyOAL: added attributes to the main observation to access several
	directories. Added functions to easily deal with parameters as
	strings, list of strings (Wrapper format) or Param objects.
	+ Added ProduceEventList for all the instruments.
	+ Added the functions linked to the production of event lists to
	XMMextractorpy.
	+ Added the first version of RunEDetectChain.
	+ Added the first version of ProduceSpectra (still not operative).
	+ Added the first version of ComputeGTI (still in need for more
	testing)

Version 0.1 - 2022-02-16 (AG)
------------------------
	+ First version of XMMextractorpy.