Skip to content

Releases: astropy/extension-helpers

v1.4.0

09 Jun 12:16
4e5b4b9
Compare
Choose a tag to compare

What's Changed

New Features

  • Allow opting in to limited API builds with EXTENSION_HELPERS_PY_LIMITED_API by @astrofrog in #110

Full Changelog: v1.3.0...v1.4.0

v1.3.0

27 May 10:27
1986199
Compare
Choose a tag to compare

What's Changed

New Features

  • Automatically set compiler flags to target PEP 384 Python limited API by @lpsinger in #26

Other Changes

  • Bump the actions group across 1 directory with 2 updates by @dependabot in #92
  • MNT: Replace ubuntu-20.04 with ubuntu-22.04 by @pllim in #100
  • Bump the actions group across 1 directory with 2 updates by @dependabot in #99
  • Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 in /.github/workflows in the actions group by @dependabot in #104
  • Bump minimum version of Python to 3.10 and update versions by @astrofrog in #106

Full Changelog: v1.2.0...v1.3.0

v1.2.0

16 Oct 13:57
3607565
Compare
Choose a tag to compare

What's Changed

New Features

  • Support pathlib.Path in write_if_different and import_file by @astrofrog in #84

Bug Fixes

  • TST: fix pyproject-only test (ensure build-time dependencies are installed) by @neutrinoceros in #80

Other Changes

  • TST: drop legacy pytest fixture tmpdir, use tmp_path instead by @neutrinoceros in #81
  • Test downstream with Python 3.12 by @astrofrog in #86
  • MNT: Use hash for Action workflow versions and update if needed by @pllim in #88
  • Bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows in the actions group by @dependabot in #89

Full Changelog: v1.1.1...v1.2.0

v1.1.1

07 Dec 15:33
9f9cf7a
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • get_extensions: use shutil.copyfile to avoid PermissionError by @doronbehar in #59
  • Fix bug that caused extension-helpers to not work correctly if pyproject was the only configuration file present by @astrofrog in #66

Other Changes

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Jul 19:58
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • OpenMP functions should detect the Intel oneAPI compiler by @lpsinger in #44

Infrastructure

New Contributors

Full Changelog: v1.0.0...v1.1.0