ChangeLog for goflib
===============================

Version 0.7.2 - 2020-10-19 (BP)
===============================
	+ Fixed overbounds in histo causing memory leak in espfilt.

Version 0.7.1 - 2020-10-09 (BP)
===============================
	+ Fixed kpamoeba small point blowup.

Version 0.7 - 2020-09-18 (BP)
===============================
	+ Matched read_pha with all tasks that use it.
	+ Check for EXPOSUnn extension numerically.
	+ Changed some errors to warnings.
	+ Changed arrays to pointers in read* subroutines.
	+ Added check for STAT_ERR column in spectral files.

Version 0.6 - 2020-08-13 (BP)
===============================
	+ Realigned read_header_info for all esas task consistency.

Version 0.5 - 2020-08-11 (BP)
===============================
	+ Added sub more_coord_keys (makemask usage),
	+ Added cleanesas from old esas. 

Version 0.4 - 2020-07-20 (BP)
===============================
	+ Lined up sub calls for tasks espfilt, proton, swcx.
	+ Added sub addhilo to add ELOW and EHIGH to esas prods.
	+ Adjusted elow, ehigh sub inputs to int.
	+ Minor bug fixes. 

Version 0.3 - 2020-07-11 (BP)
===============================
	+ Bug fix in emanom
	+ Filename sync in gofio
	+ Added generic optional chipmasking to gofutils
	+ Added fit_gauss and amoeba code to gofmatrix.

Version 0.2 - 2020-05-11 (BP)
===============================
	+ Added standalone task emanom
	+ Update to read_header_info to align with swcx and proton tasks.
	+ Bug fixes
	+ Added ESA GPL headers.

Version 0.1 - 2014-02-01 (BP&EO)
        + First GOF library set, all f90 version.
	+ This library was originally in the task ESAS. 
        + Library combines common functions in tasks (list all tasks here).
        + This is a new major version of this package including a new GNU
        Public License Text disclaimer required to distribute the SAS source
        code to the Astronomical Community under the terms of the GNU Public
        License. The text as it is shown below is the same that has been
        included in all SAS source code files.

        ESA (C) 2000-2018

        This file is part of ESA's XMM-Newton Scientific Analysis System
        (SAS).

        SAS is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.

        SAS is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with SAS.  If not, see <http://www.gnu.org/licenses/>.
        ---------------------------------------------------------------------
