Skip to content

Releases: Becksteinlab/numkit

Release 1.3.0

14 Jun 20:47
17e2f3b
Compare
Choose a tag to compare
  • 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

13 Mar 23:54
Compare
Choose a tag to compare

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

01 Sep 23:46
Compare
Choose a tag to compare

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

21 Jul 16:52
Compare
Choose a tag to compare

only doc updates, no functional changes to 1.2.0

Release 1.2.0

20 Jul 19:30
Compare
Choose a tag to compare

Full support of Python 2.7 and Python 3.6 - 3.9.

Release 1.1.2

09 Aug 06:58
Compare
Choose a tag to compare

bug fix and updated metadata

Release 1.1.0

27 Apr 18:26
Compare
Choose a tag to compare

Python 3 support, fixes, and tests.

Release 1.0.0

28 Mar 08:06
8534f29
Compare
Choose a tag to compare

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).