4e22938dd2
- Update to 1.4.0 * Allow opting in to limited API builds with EXTENSION_HELPERS_PY_LIMITED_API by @astrofrog in #110 - Release 1.3.0 * Automatically set compiler flags to target PEP 384 Python limited API by @lpsinger in #26 * Bump minimum version of Python to 3.10 and update versions by @astrofrog in #106 - Release 1.2.0 * Support pathlib.Path in write_if_different and import_file by @astrofrog in #84 * TST: fix pyproject-only test (ensure build-time dependencies are installed) by @neutrinoceros in #80 * TST: drop legacy pytest fixture tmpdir, use tmp_path instead by @neutrinoceros in #81Markéta Machová2025-07-14 09:26:57 +00:00
d36b60e747
Accepting request 1137634 from devel:languages:python
Ana Guerrero2024-01-09 19:49:38 +00:00
146371ffc3
- update to 1.1.1: * get_extensions: use shutil.copyfile to avoid PermissionError * Fix bug that caused extension-helpers to not work correctly if pyproject was the only configuration file present * Replace all instances of distutils in docs with setuptools * MNT: handle deprecation warnings seen in tests * Add note about pinning extension-helpers * DEP: drop dependency on tomli on Python 3.11 and newer * TST: treat warnings as errors * MNT: find and replace log.warn -> log.warning (the warn method is deprecated) * Infrastructure updates * Bump actions/checkout from 2 to 4 * Bump stefanzweifel/git-auto-commit-action from 4 to 5 * Add back support for absolute source paths but deprecate it - update to 1.1.0: * Support enabling via pyproject.toml * OpenMP functions should detect the Intel oneAPI compiler * Skip hypothesis tests in downstream testing * Set language for docs * Update python requirements * Add pre-commit configuration * Set testpaths to avoid picking up other tests * Added configuration required to update changelog when doing release through GitHub UI python36 (NEP 29) - initial package for vesion 0.1
Dirk Mueller2024-01-08 20:48:09 +00:00