This is a maintenance release to support Python-3.12 with no new features added.
Maintenance - Build
- switch the build backend from
numpy.distutils
toCMake
&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 #91build-and-publish-to-pypi.yml
: fix unknown dist format error by @yunjunz in #81build-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
- @rtburns-jpl made their first contribution in #87
Full Changelog: v0.3.2...v0.3.3