Skip to content

Version 0.3.3

Latest
Compare
Choose a tag to compare
@yunjunz yunjunz released this 27 Jun 13:26
· 3 commits to main since this release
617113b

This is a maintenance release to support Python-3.12 with no new features added.

Maintenance - Build

  • switch the build backend from numpy.distutils to CMake & scikit-build-core to support Python-3.12 by @rtburns-jpl in #87
  • remove the obsolete setup.py by @yunjunz, @scottstanie in #88
  • pyproject.toml: use static metadata for readme/dependencies by @yunjunz in #91
  • build-and-publish-to-pypi.yml: fix unknown dist format error by @yunjunz in #81
  • build-and-publish-to-pypi.yml: update cibuildwheel to version 2.19 by @dependabot, @jhkennedy in #89

Maintenance - Test

  • circleci: replace mambaforge with miniforge3 by @yunjunz in #84
  • unit test: add numeric comparison by @yunjunz in #90

New Contributors

Full Changelog: v0.3.2...v0.3.3