Path to this page:
./
math/py-pyerfa,
Python wrapper for ERFA library
Branch: CURRENT,
Version: 2.0.1.4,
Package name: py312-pyerfa-2.0.1.4,
Maintainer: pkgsrc-usersPyERFA is a Python wrapper for ERFA (Essential Routines for Fundamental
Astronomy) library.
Master sites:
Filesize: 798.263 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-pyerfa-2.0.1.4
- (2024-05-08) Updated to version: py311-pyerfa-2.0.1.4
- (2023-10-20) Updated to version: py311-pyerfa-2.0.1.1
- (2022-08-29) Updated to version: py310-pyerfa-2.0.0.1
- (2022-01-05) Updated to version: py39-pyerfa-1.7.1.1nb1
- (2021-10-07) Updated to version: py39-pyerfa-1.7.1.1
CVS history: (Expand)
2023-10-20 14:41:48 by Adam Ciarcinski | Files touched by this commit (3) | |
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]
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2022-08-29 17:56:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pyerfa: restore restriction to 3.8+
|
2022-08-29 17:54:08 by Dr. Thomas Orgis | Files touched by this commit (3) | |
Log message:
math/py-pyerfa: import 2.0.0.1 from wip
2.0.0.1 (2021-11-02)
====================
- The underlying universal functions in ``erfa.ufunc`` now work with an ``out``
argument also if the required output is a structured array. [gh-76]
2.0.0 (2021-05-17)
==================
- 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 type ``erfa.dt_pv``, so that cross-assignments with that dtype work
correctly. [gh-74]
- ``erfa_generator`` now also generates a ``test_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]
1.7.3 (2021-04-25)
==================
- Bundled liberfa version update to v1.7.3.
- Fixed a bug that caused the output of ``rx``, ``ry``, and ``rz`` to be
boolean rather than float for some compilers/OS. [gh-72]
1.7.2 (2021-01-25)
==================
- Bundled liberfa version update to v1.7.2.
- The classproperty decorator is now thread-safe
(backport https://github.com/astropy/astropy/pull/11224).
|
2022-04-11 00:17:40 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-pyerfa: document why Python 3.7 is now incompatible
|
2022-04-10 20:12:15 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-pyerfa: not for Python 3.7
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|