Skip to content

v25.7.21

Choose a tag to compare

@maresb maresb released this 21 Jul 20:29
· 35 commits to main since this release
a9244c0

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

  • Fix spurious warning about Fortran ordering by @maresb in #41

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 master to main branch 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