v0.4.2
What's Changed
This is the first release with wheels for CPython 3.12. Support for CPython 3.8 has been dropped.
- DEP: set upper limit to runtime numpy by @neutrinoceros in https://github.com/volodia99/lick/pull/60
- BLD: migrate from oldest-supported-numpy to NPY_TARGET_VERSION by @neutrinoceros in https://github.com/volodia99/lick/pull/61
- BLD: migrate to Cython 3.0, forbid deprecated numpy API by @neutrinoceros in https://github.com/volodia99/lick/pull/62
- BLD: unpin Cython by @neutrinoceros in https://github.com/volodia99/lick/pull/63
- TST: add a test to check compilation with build command by @neutrinoceros in https://github.com/volodia99/lick/pull/64
- TST: run check_manifest in CI by @neutrinoceros in https://github.com/volodia99/lick/pull/65
- Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 in /.github/workflows by @dependabot in https://github.com/volodia99/lick/pull/66
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 in /.github/workflows by @dependabot in https://github.com/volodia99/lick/pull/67
- BLD: add wheels for musllinux (Python>=3.9) by @neutrinoceros in https://github.com/volodia99/lick/pull/69
- BLD: add wheels for CPython 3.12 by @neutrinoceros in https://github.com/volodia99/lick/pull/68
- MNT: noop refactor in setup.py to prepare transition out of Python 3.8 by @neutrinoceros in https://github.com/volodia99/lick/pull/70
- DEP: drop support for Python 3.8 by @neutrinoceros in https://github.com/volodia99/lick/pull/72
- BLD: test wheels as part of the build/release process by @neutrinoceros in https://github.com/volodia99/lick/pull/73
- Bump mypy from 1.4.1 to 1.5.1 in /requirements by @dependabot in https://github.com/volodia99/lick/pull/75
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 in /.github/workflows by @dependabot in https://github.com/volodia99/lick/pull/74
- MNT: switch to faster black pre-commit hook by @neutrinoceros in https://github.com/volodia99/lick/pull/76
- MNT: simplify build dependencies by @neutrinoceros in https://github.com/volodia99/lick/pull/77
- Bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in https://github.com/volodia99/lick/pull/79
- Bump pypa/cibuildwheel from 2.15.0 to 2.16.1 in /.github/workflows by @dependabot in https://github.com/volodia99/lick/pull/80
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/volodia99/lick/pull/81
- TST: test on Python 3.12 by @neutrinoceros in https://github.com/volodia99/lick/pull/78
- REL: prep release 0.4.2 by @neutrinoceros in https://github.com/volodia99/lick/pull/82
- REL: prep release 0.4.2 (fix) by @neutrinoceros in https://github.com/volodia99/lick/pull/83
Full Changelog: volodia99/lick@v0.4.1...v0.4.2