======================
 CHANGELOG for numkit
======================

2024-09-18      1.3.1
hsk17, orbeckst

* numpy.NAN dropped in numpy-2, use numpy.nan (#32)
* modernized deployment (PR #33)

2024-06-13      1.3.0
orbeckst

* added support/testing for Python 3.12
* dropped support for Python 2.7 (ye served us well, RIP),
  and dropped support for Python 3.7 & 3.8
* internal: switched to pyproject.toml and replaced versioneer with
  versioningit: the tags that indicate releases were changed from
  release-major.minor.patch to PEP440 compliant major.minor.release

2023-03-13      1.2.3
orbeckst

* added support/testing for Python 3.10 and 3.11
* dropped support/testing for Python 3.6
* changed repository master -> main branch (#26)
* fixed deprecated/removed np.float in numkit.fitting.linfit() (#28)


2021-09-01      1.2.2
orbeckst, simonbray

* conda package (created by @simonbray for bioconda) (#6)
* documentation updates (#18, #19)

NOTE: conda package available in conda-forge since 1.2.2
      (maintained by @njzjz)


2021-07-21      1.2.1
orbeckst

* documentation updates


2021-07-20      1.2.0
theavey, orbeckst

* supports Python 2.7 and Python 3.6 - 3.9 (issues #11, #12)


2018-08-08      1.1.2
orbeckst

Mistake in pypi upload: needs new version number.
Identical to 1.1.1 on GitHub.

2018-08-08      1.1.1
orbeckst

* fixed numkit.timeseries.smooth() under Python 3 (issue #7)

2018-04-27      1.1.0
orbeckst, kain88-de

* added numkit.timeseries.std_histogrammed_function()
* added minimal python3 support
* fixed QuantityWithErrors for python 3

2017-03-28      1.0.0
orbeckst

* numkit is now a stand-alone package at
  https://github.com/Becksteinlab/numkit

numkit was part of GromacsWrapper until release 0.6.2; the following
are entries from GromacsWrapper CHANGES that pertain to numkit.

2017-03-23      0.6.2
orbeckst, dotsdl

* fixed TypeError in numkit.integration.simps_error() (#115)


2016-09-16      0.6.1
orbeckst, quantifiedcode-bot

* additional tests (including numkit)
* code clean up (quantified code recommendations)


2015-12-16      0.4.0
orbeckst

* docs at http://gromacswrapper.readthedocs.org


2012-04-24     0.3.0
orbeckst

* scipy is now a package dependency (use in numkit and then XVG)

Earlier releases did not have an explicit change log. See the commit
history at https://github.com/orbeckst/GromacsWrapper for details.
