v25.7.21
What's Changed
This release delivers pre-compiled wheels so that installation no longer depends on compilers. In particular this should make it easier to install on MacOS where the openmp requirement is not installed by default.
This release also includes heavy non-core-code maintenance to improve reliability and speed of the CI processes.
Minor Bugfix
Maintenance
- Add a release workflow with trusted publishing by @maresb in #37
- Fix test workflow by @maresb in #39
- Test and publish prebuilt wheels by @maresb in #38
- Modernize build setup by @maresb in #40
- Migrate from
mastertomainbranch by @maresb in #43 - Update pre commit and switch to pre-commit.ci by @maresb in #44
- Add concurrency groups to cancel stale CI runs by @maresb in #45
- Cleanup template script and reduce CI usage by @maresb in #46
- Skip musllinux builds for Python 3.8 on PRs by @maresb in #47
New Contributors
Full Changelog: v23.6.25...v25.7.21