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

python310-jplephem-2.21-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-jplephem Distribution: openSUSE Tumbleweed
Version: 2.21 Vendor: openSUSE
Release: 1.2 Build date: Sun Mar 24 12:47:39 2024
Group: Development/Languages/Python Build host: reproducible
Size: 262374 Source RPM: python-jplephem-2.21-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/brandon-rhodes/python-jplephem/
Summary: Planet position predictor using a JPL ephemeris
This package can load and use a Jet Propulsion Laboratory (JPL)
ephemeris for predicting the position and velocity of a planet or other
Solar System body.  It only needs NumPy <http://www.numpy.org/>`.

Provides

Requires

License

MIT

Changelog

* Sun Mar 24 2024 Ben Greiner <code@bnavigator.de>
  - Update to 2.21
    * Tweaked an import to avoid a fatal exception under Python 2, in
      case anyone is still using it.
  - Version 2.20
    * Each segment is now protected by a lock, in case two threads
      simultaneously trigger the code that performs the initial load
      of the segment’s data; the symptom was a rare exception
      ``ValueError: cannot reshape array``.
  - Version 2.19
    * Fixed a bug in the ``excerpt`` command that was causing it to
      truncate its output when the input ephemeris had more than
      about two dozen segments.  The command’s output should now
      include all matching segments from even a very large ephemeris.
    * Fixed the ``excerpt`` command so the calendar dates specified
      on the command line produce Julian dates ending with the
      fraction ``.5``, which makes excerpt endpoints more exact.
  - Version 2.18
    * Added support for big-endian processors, and created a GitHub
      Actions CI build that includes both a big- and a little-endian
      architecture.
  - Version 2.17
    * Fixed an ``AttributeError`` in the ``excerpt`` command.
  - Version 2.16
    * Fixed a ``ValueError`` raised in the ``excerpt`` command when
      an ephemeris segment needs to be entirely skipped because it
      has no overlap with the user-specified range of dates.
    * Added a ``__version__`` constant to the package’s top level.
* Sun Feb 21 2021 Ben Greiner <code@bnavigator.de>
  - Skip python36 build: With NumPy 1.20, python36-numpy is no
    longer available in Tumbleweed (NEP 29)
  - Drop unused test files de405.bsp de421.bsp
* Mon Nov 16 2020 Marketa Machova <mmachova@suse.com>
  - update to 2.15
    * Add "Type N" to each ephemeris segment description
    * Remove a couple of unused imports
* Thu Jul 09 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to 2.14
    * Fall back to plain file I/O on platforms that support
      fileno() but that don’t support mmap(), like the Pyodide
      platform.
  - Update to 2.13
    * The exception raised when a segment is given a Julian date
      outside the segment’s date range is now an instance of the
      ValueError subclass OutOfRangeError that reminds the caller
      of the range of dates supported by the SPK segment, and
      carries an array attribute indicating which input dates were
      at fault.
* Thu Jan 30 2020 Todd R <toddrme2178@gmail.com>
  - Update to 2.12
    * Replaced use of NumPy ``flip()`` with a reverse slice ``[::-1]`` after
      discovering the function was a recent addition that some user installs
      of NumPy do not support.
  - Update to 2.11
    * Reverse the order in which Chebyshev polynomials are computed to
      slightly increase speed, to simplify the code, and in one case
      (comparing PCK output to NASA) to gain a partial digit of extra
      precision.
  - Update to 2.10
    * Document and release support for ``.bcp`` binary PCK kernel files
      through the new ``jplephem.pck`` module.
* Thu Jan 10 2019 Jan Engelhardt <jengelh@inai.de>
  - Use noun phrase for summary.
* Fri Jan 04 2019 Todd R <toddrme2178@gmail.com>
  - Update to 2.9
    * add load_array()
  - Update to 2.8
    * single memory map instead of many
  - Update to 2.7
    * Slight tweaks to the documentation
    * Add messages during excerpt operation
    * Add excerpt to the command line
    * Add subcommand for printing comment area
    * Add test for “daf” subcommand
    * Add subcommands to jplephem command line
    * Read as little during excerpting as possible
    * Start work on excerpt()
    * Two tweaks to write DAF files more accurately
    * Better test: array can take up only part of record
    * Slight tweaks to code
    * To fix the build,bid a fond farewell to Python 2.6
    * Git ignore tmp*.py experimental scripts
    * Full tests of DAF from BytesIO and from real file
    * Start writing a comprehensive test of DAF class
    * Avoid antipattern of attribute that shows up later
    * Add routine for writing a new DAF file summary
    * Switch DAF class to cached Struct objects
    * Introduce the idea of simply read()ing floats, too
    * Mark `ephem.py` as deprecated
    * Remove unused import
    * Make README test instructions more complete
    * Add note to README about how to run the tests
    * Add link to Skyfield to README
* Wed May 24 2017 toddrme2178@gmail.com
  - Initial version

Files

/usr/lib/python3.10/site-packages/jplephem
/usr/lib/python3.10/site-packages/jplephem-2.21.dist-info
/usr/lib/python3.10/site-packages/jplephem-2.21.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/jplephem-2.21.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/jplephem-2.21.dist-info/METADATA
/usr/lib/python3.10/site-packages/jplephem-2.21.dist-info/RECORD
/usr/lib/python3.10/site-packages/jplephem-2.21.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/jplephem-2.21.dist-info/WHEEL
/usr/lib/python3.10/site-packages/jplephem-2.21.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/jplephem/__init__.py
/usr/lib/python3.10/site-packages/jplephem/__main__.py
/usr/lib/python3.10/site-packages/jplephem/__pycache__
/usr/lib/python3.10/site-packages/jplephem/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/ascii.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/ascii.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/commandline.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/commandline.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/daf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/daf.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/descriptorlib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/descriptorlib.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/ephem.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/ephem.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/excerpter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/excerpter.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/jpltest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/jpltest.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/names.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/names.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/pck.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/pck.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/spk.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/spk.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jplephem/__pycache__/test.cpython-310.pyc
/usr/lib/python3.10/site-packages/jplephem/ascii.py
/usr/lib/python3.10/site-packages/jplephem/commandline.py
/usr/lib/python3.10/site-packages/jplephem/daf.py
/usr/lib/python3.10/site-packages/jplephem/descriptorlib.py
/usr/lib/python3.10/site-packages/jplephem/ephem.py
/usr/lib/python3.10/site-packages/jplephem/exceptions.py
/usr/lib/python3.10/site-packages/jplephem/excerpter.py
/usr/lib/python3.10/site-packages/jplephem/jpltest.py
/usr/lib/python3.10/site-packages/jplephem/names.py
/usr/lib/python3.10/site-packages/jplephem/pck.py
/usr/lib/python3.10/site-packages/jplephem/spk.py
/usr/lib/python3.10/site-packages/jplephem/test.py
/usr/share/doc/packages/python310-jplephem
/usr/share/doc/packages/python310-jplephem/README.md
/usr/share/licenses/python310-jplephem
/usr/share/licenses/python310-jplephem/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024