Skip to content

Releases: astropy/extension-helpers

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