Changelog for
python310-pyerfa-2.0.1.1-1.4.i586.rpm :
* Wed Nov 08 2023 Ben Greiner
- Update to 2.0.1.1
* 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]- Release 2.0.1
* Fix dangling pointer leading to unexpected behavior with ``-O3``. [gh-104]
* PyERFA now only uses the Python limited API. [gh-94]
* Ensure things work under python 3.12 and recent setuptools-scm. [gh-113]- Use erfa 2.0.1
* Wed Apr 26 2023 Ben Greiner - Update to 2.0.0.3
* Ensure minimum numpy version of 1.17 continues to work (for astropy LTS).- Release 2.0.0.2
* Fix compatibility with numpy v1.24.
* Min setuptools_scm updated.
* Wed Jan 04 2023 Ben Greiner - Prevent Python 3.6 builds: Requires 3.7+
* Thu Dec 22 2022 Ben Greiner - Update to 2.0.0.1
* The underlying universal functions in erfa.ufunc now work with an out argument also if the required output is a structured array. [gh-76]
* Tue May 18 2021 Ben Greiner - Update to Version 2.0.0
* 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]
* Sat May 15 2021 Ben Greiner - Update to Version 1.7.3
* Bundling updates
* Fixed a bug that caused the output of ``rx``, ``ry``, and ``rz`` to be boolean rather than float for some compilers/OS.
* Fri May 14 2021 Ben Greiner - Reenable test_version but disable test_sofa_version
* upstream fixed it for the next release in gh#liberfa/pyerfa#73
* Sun Feb 21 2021 Ben Greiner - Update to Version 1.7.2
* bundling updates
* The classproperty decorator is now thread-safe- Skip python36 build: With NumPy 1.20, python36-numpy is no longer available in Tumbleweed (NEP 29)
* Fri Jan 15 2021 Benjamin Greiner - Use bundled ERFA in Leap- skip python2 for leap: upstream dropped python2 support, no pytest doctestplus for python2
* Fri Nov 20 2020 Benjamin Greiner - Update to Version 1.7.1.1
* Fix incorrect ``__version__`` value [gh-60].- 1.7.1
* Bundled liberfa version update to v1.7.1.
* Now it is possible to build against system liberfa [gh-39].
* Improved the setup machinery to ensure a proper configuration of the embedded liberfa [gh-53] (see also https://github.com/liberfa/erfa/pull/73).
* Improve version testing [gh-53] (see issue gh-52 for rationale).
* Reworked version management [gh-57].
* Make pyerfa build reproducible [gh-46] (see issue gh-45 for rationale).
* Improved docstring titles [gh-47].
* Most of the CI has been moved to GitHub Actions.- Drop pyerfa-pr39-usesystemerfa.patch merged upstream