Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-pyerfa-2.0.1.4-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python311-pyerfa Distribution: openSUSE Tumbleweed
Version: 2.0.1.4 Vendor: openSUSE
Release: 1.1 Build date: Fri Apr 19 11:27:40 2024
Group: Unspecified Build host: reproducible
Size: 2539587 Source RPM: python-pyerfa-2.0.1.4-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/liberfa/pyerfa
Summary: Python bindings for ERFA
A Python wrapper for the ERFA library (Essential Routines for
Fundamental Astronomy), a C library containing key algorithms for astronomy,
which is based on the SOFA library published by the International Astronomical
Union (IAU).  All C routines are wrapped as Numpy universal functions,
so that they can be called with scalar or array inputs.

The project is a split of astropy._erfa module, developed in the
context of Astropy project, into a standalone package.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Apr 19 2024 Dirk Müller <dmueller@suse.com>
  - update to 2.0.1.4:
    * compatibility with numpy 2.0
* Wed Nov 08 2023 Ben Greiner <code@bnavigator.de>
  - 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 <code@bnavigator.de>
  - 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 <code@bnavigator.de>
  - Prevent Python 3.6 builds: Requires 3.7+
* Thu Dec 22 2022 Ben Greiner <code@bnavigator.de>
  - 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 <code@bnavigator.de>
  - 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 <code@bnavigator.de>
  - 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 <code@bnavigator.de>
  - 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 <code@bnavigator.de>
  - 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 <code@bnavigator.de>
  - Use bundled ERFA in Leap
  - skip python2 for leap: upstream dropped python2 support, no
    pytest doctestplus for python2

Files

/usr/lib64/python3.11/site-packages/erfa
/usr/lib64/python3.11/site-packages/erfa/__init__.py
/usr/lib64/python3.11/site-packages/erfa/__pycache__
/usr/lib64/python3.11/site-packages/erfa/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/_version.cpython-311.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/helpers.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/helpers.cpython-311.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/erfa/__pycache__/version.cpython-311.pyc
/usr/lib64/python3.11/site-packages/erfa/_version.py
/usr/lib64/python3.11/site-packages/erfa/core.py
/usr/lib64/python3.11/site-packages/erfa/helpers.py
/usr/lib64/python3.11/site-packages/erfa/tests
/usr/lib64/python3.11/site-packages/erfa/tests/__init__.py
/usr/lib64/python3.11/site-packages/erfa/tests/__pycache__
/usr/lib64/python3.11/site-packages/erfa/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/erfa/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/erfa/tests/__pycache__/test_erfa.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/erfa/tests/__pycache__/test_erfa.cpython-311.pyc
/usr/lib64/python3.11/site-packages/erfa/tests/__pycache__/test_ufunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/erfa/tests/__pycache__/test_ufunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/erfa/tests/test_erfa.py
/usr/lib64/python3.11/site-packages/erfa/tests/test_ufunc.py
/usr/lib64/python3.11/site-packages/erfa/ufunc.abi3.so
/usr/lib64/python3.11/site-packages/erfa/version.py
/usr/lib64/python3.11/site-packages/pyerfa-2.0.1.4.dist-info
/usr/lib64/python3.11/site-packages/pyerfa-2.0.1.4.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/pyerfa-2.0.1.4.dist-info/LICENSE.rst
/usr/lib64/python3.11/site-packages/pyerfa-2.0.1.4.dist-info/METADATA
/usr/lib64/python3.11/site-packages/pyerfa-2.0.1.4.dist-info/RECORD
/usr/lib64/python3.11/site-packages/pyerfa-2.0.1.4.dist-info/REQUESTED
/usr/lib64/python3.11/site-packages/pyerfa-2.0.1.4.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/pyerfa-2.0.1.4.dist-info/top_level.txt
/usr/share/doc/packages/python311-pyerfa
/usr/share/doc/packages/python311-pyerfa/README.rst
/usr/share/licenses/python311-pyerfa
/usr/share/licenses/python311-pyerfa/LICENSE.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:32:11 2024