ChangeLog for pysasplot_utils
========================

Version 0.4.6 - 2025-22-01 (RDS)
------------
	+ Removed the test for load_figures due to incompatibility of pickle
	  files between Python versions.

Version 0.4.5 - 2024-10-30 (AI)
------------
	+ Replace PdfMerger (deprecated) for PdfWriter

Version 0.4.4 - 2023-04-10 (AI)
------------
	+ Dependency to pyPDF2 changed to pypdf
	
Version 0.4.3 - 2022-07-29 (AG)
------------
	+ src/pysasplot_utils/pysasplot_utils: fixed a bug that caused some
	builds to crash due to an incompatibility between types.

Version 0.4.2 - 2022-07-18 (AG)
------------
	+ src/pysasplot_utils/pysasplot_utils.py: catched an exception that
	raises in Python 10.5 in load_figures.

Version 0.4.1 - 2022-05-24 (AG)
------------
	+ Added plot_region_box and reg_to_list in order to work with region files.

Version 0.4 - 2021-12-13 (AG)
------------
	+ Added plot_image and check_format_compatibility.

Version 0.3.7 - 2021-11-26 (AG)
------------
	+ Removed an possible falw in simple_1d_hist.
	+ Fixed the documentation of the functions being outdated.

Version 0.3.6 - 2021-11-03 (AG)
------------
	+ Moved from SOC-only to world.

Version 0.3.5 - 2021-11-03 (AG)
------------
	+ Moved from world to SOC-only.

Version 0.3.4 - 2021-10-28 (AG)
-------------
	+ Fixed a bug in merge_pdf caused by how the module manipulates the
	output.

Version 0.3.3 - 2021-10-08 (AG)
-------------
	+ Fixed an issue with the documentation of some functions.
	+ Connected the output of pytest with make test.
	+ Added .pytest_cache to the list of directories in CLOBBERDIRS.

Version 0.3.2 - 2021-03-19 (EO)
-------------
    + doc/pysasplot_utils_description.tex: Removed CR+LF present
    in \author field which were not accepted by macOS LaTeX.

Version 0.3.1 - 2021-06-02 (AG)
------------------
	+ Added merge_pdf with the proper test and documentation.

Version 0.3 - 2021-05-14 (AG)
-------------------
	+ Modified the style of the documentation.
	+ Added load_figures.
	+ Added more tests.
	+ Changed the distribution from SOC to world.


Version 0.2.2 - 2021-04-22 (AG)
--------------------
	+ Fixed ChangeLog.
	+ Added tests compatible with make test. Added extra tests.
	+ Now TSrebin accepts other labels.
	+ Changed get_time_deltas to make it more adaptable to other
	extensions and cards.

Version 0.2.1 - 2021-02-28 (EO)
-------------
    + DEPEND: pysas-0.7 -> 1.0
	
Version 0.2 - 2021-02-05 (AG)
------------------------
	+ Modified documentation and README.md file.
	+ Fixed plotting style not loading in some cases.
	+ Added rebinning function.
	+ Added FITS Table input (for 2D plotting).
	+ As suggested, modified the size for plots and text is now optional.
	+ As suggested, image formats are allowed now.
	+ Deleted bin folder.
	+ Added basic test.

Version 0.1 - 2021-01-18 (AG)
	+ First working version.