Releases: Becksteinlab/numkit
Releases · Becksteinlab/numkit
Release 1.3.1
Release 1.3.0
- 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
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
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
only doc updates, no functional changes to 1.2.0
Release 1.2.0
Full support of Python 2.7 and Python 3.6 - 3.9.
Release 1.1.2
bug fix and updated metadata
Release 1.1.0
Python 3 support, fixes, and tests.
Release 1.0.0
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).