Releases: liberfa/pyerfa
Releases · liberfa/pyerfa
v2.0.1.5
PyERFA v2.0.1.5
2.0.1.5 (2024-11-11)
Ensure that pyerfa is only built with the limited API if the environment
variable Py_GIL_DISABLED
is not set.
2.0.1.4 (2024-04-12)
Reintroduces a work-around such that pyerfa can also be built
on older numpy.
2.0.1.3 (2024-04-05)
No new features, but wheels that are compatible with numpy 2.0
as well as older supported versions of numpy 1.x.
2.0.1.2 (2024-04-04)
Failed attempt to create wheels compatible with numpy 2.0.
Yanked from pypi.
2.0.1.1 (2023-10-19)
v2.0.1.1
v2.0.1
PyERFA 2.0.1 (2023-11-13)
- Bundled liberfa version update to v2.0.1, which is derived from SOFA
version 19 (20231011), which has a few bug fixes. - Fix dangling pointer leading to unexpected behavior with
-O3
. - PyERFA now only uses the Python limited API.
- Ensure things work under python 3.12 and recent setuptools-scm.
v2.0.0.3
v2.0.0.2
- Fix compatibility with numpy v1.24.
- Ensure documentation is correct also for functions without parameters.
- CI configuration updated.
- Switch building of wheels to GitHub Actions.
- Min setuptools_scm updated.
- Min numpy version in tox.ini updated to fix CI issues.
v2.0.0.1
v2.0.0
PyERFA v2.0.0 (17/05/2021)
- Bundled liberfa version update to v2.0.0. This includes new functionality,
and hence pyerfa 2.0.0 cannot run with previous versions of liberfa. erfa.dt_eraLDBODY
has been corrected to ensure that the 'pv' entry is
now of typeerfa.dt_pv
, so that cross-assignments with that dtype work
correctly. [gh-74]erfa_generator
now also generates atest_ufunc.py
file that
runs all the C code tests on the ufuncs, thus verifying the code
wrapping worked correctly. As part of that, the ability to give
specific output file names has been removed, as it was not used.
(Note: these changes have no effect on use of PyERFA.) [gh-71]
v1.7.3
v1.7.2
PyERFA v1.7.2 (25/01/2021)
- Bundled liberfa version update to v1.7.2.
- The classproperty decorator is now thread-safe
(backport astropy/astropy#11224).