Skip to content

Releases: enthought/scimath

SciMath 5.0.0

16 Aug 15:56
dc386fe
Compare
Choose a tag to compare

This is a major release that is focused around code clean-up and modernization.

Much of the work was around removing deprecated and broken components, while updating code to remove usage of deprecated things from Python and ETS. In particular, this release drops support for Python versions 3.5 and earlier.

Additionally, the scimath.units.plugin sub-package has been removed: it was broken and removing it permitted a simplification of dependencies: we don't require Envisage and its dependencies in this release.

See the changelog for a full list of changes included in this release.

Version 4.2.0 of Scimath

06 Feb 18:40
Compare
Choose a tag to compare

This minor release accumulates a large number of improvements, changes and bug fixes to the scimath codebase.

A few highlights of this release are :

  • Support for Python 3
  • Enhancements to time units and the addition new units.
  • Support for newer versions of numpy

See the changelog for a full list of changes included in this release.