close

./math/py-pyerfa, Python wrapper for ERFA library

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 2.0.1.5nb1, Package name: py313-pyerfa-2.0.1.5nb1, Maintainer: pkgsrc-users

PyERFA is a Python wrapper for ERFA (Essential Routines for Fundamental
Astronomy) library.


Master sites:

Filesize: 799.248 KB

Version history: (Expand)


CVS history: (Expand)


   2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442)
Log message:
*: remove reference to (removed) Python 3.9
   2025-07-03 21:18:12 by Thomas Klausner | Files touched by this commit (92)
Log message:
*: py-numpy needs Python >= 3.11 now
   2025-04-15 18:31:40 by Adam Ciarcinski | Files touched by this commit (58) | Package updated
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
   2024-11-28 14:23:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pyerfa: updated to 2.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.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-05-08 14:54:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyerfa: updated to 2.0.1.4

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.
   2023-10-20 14:41:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyerfa: updated to 2.0.1.1

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]