Skip to content

v2.0.1.5

Latest
Compare
Choose a tag to compare
@mhvk mhvk released this 11 Nov 15:34
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)

  • Ensured pyerfa works on PyPy too with the Python limited API. [gh-120]
  • Ensure any non-contigous multi-dimensional inputs are recognized
    properly, so that, e.g., a non-contiguous matrix is copied as
    needed before input to the erfa functions. [gh-124]