Skip to content

Releases: Becksteinlab/numkit

Release 1.3.1

Choose a tag to compare

@orbeckst orbeckst released this 19 Sep 00:25

Patch-level release with a small fix. See CHANGES for details.

What's Changed

  • numpy.NAN dropped in numpy-2, use numpy.nan by @hsk17 in #32

New Contributors

  • @hsk17 made their first contribution in #32

Full Changelog: release-1.3.0...release-1.3.1

Release 1.3.0

Choose a tag to compare

@orbeckst orbeckst released this 14 Jun 20:47
17e2f3b
  • support Python 3.9 - 3.12 on Linux, macOS, Windows
  • support for Python 2.7 and ≤3.8 was removed
  • updates of deprecated names and paths in scipy (got rid of lots of warnings)
  • internal update of packaging and build process

Release 1.2.3

Choose a tag to compare

@orbeckst orbeckst released this 13 Mar 23:54

Version update release: officially supported/tested Python versions 2.7, 3.7--3.10

Conda numkit package available now from conda-forge channel (maintained by @njzjz).

What's Changed

  • updated tested Python versions (dropped 3.6, added 3.10 and 3.11); note that 3.6 still works but is not tested anymore
  • use main branch instead of master #27
  • fixed deprecated/removed np.float in numkit.fitting.linfit() (#28)

Full Changelog: release-1.2.2...release-1.2.3

Release 1.2.2

Choose a tag to compare

@orbeckst orbeckst released this 01 Sep 23:46

Patch level release with only documentation changes.

Note that a conda package is now available in the bioconda channel (issue #6). See the installation instructions for details.

Release 1.2.1

Choose a tag to compare

@orbeckst orbeckst released this 21 Jul 16:52

only doc updates, no functional changes to 1.2.0

Release 1.2.0

Choose a tag to compare

@orbeckst orbeckst released this 20 Jul 19:30

Full support of Python 2.7 and Python 3.6 - 3.9.

Release 1.1.2

Choose a tag to compare

@orbeckst orbeckst released this 09 Aug 06:58

bug fix and updated metadata

Release 1.1.0

Choose a tag to compare

@orbeckst orbeckst released this 27 Apr 18:26

Python 3 support, fixes, and tests.

Release 1.0.0

Choose a tag to compare

@orbeckst orbeckst released this 28 Mar 08:06
8534f29

Initial release of numkit as a stand-alone package.

Previous versions of numkit were part of GromacsWrapper (until release 0.6.2; GromacsWrapper 0.7.0 does not contain numkit anymore).