Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-jplephem | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2.12 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 11:28:33 2023 |
Group: Development/Languages/Python | Build host: goat43 |
Size: 313629 | Source RPM: python-jplephem-2.12-bp156.3.1.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/>`.
MIT
* 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
/usr/lib/python3.6/site-packages/jplephem /usr/lib/python3.6/site-packages/jplephem-2.12-py3.6.egg-info /usr/lib/python3.6/site-packages/jplephem/__init__.py /usr/lib/python3.6/site-packages/jplephem/__main__.py /usr/lib/python3.6/site-packages/jplephem/__pycache__ /usr/lib/python3.6/site-packages/jplephem/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/__main__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/__main__.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/ascii.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/ascii.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/commandline.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/commandline.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/daf.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/daf.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/descriptorlib.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/descriptorlib.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/ephem.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/ephem.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/excerpter.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/excerpter.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/jpltest.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/jpltest.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/names.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/names.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/pck.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/pck.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/spk.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/spk.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/test.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jplephem/__pycache__/test.cpython-36.pyc /usr/lib/python3.6/site-packages/jplephem/ascii.py /usr/lib/python3.6/site-packages/jplephem/commandline.py /usr/lib/python3.6/site-packages/jplephem/daf.py /usr/lib/python3.6/site-packages/jplephem/descriptorlib.py /usr/lib/python3.6/site-packages/jplephem/ephem.py /usr/lib/python3.6/site-packages/jplephem/excerpter.py /usr/lib/python3.6/site-packages/jplephem/jpltest.py /usr/lib/python3.6/site-packages/jplephem/names.py /usr/lib/python3.6/site-packages/jplephem/pck.py /usr/lib/python3.6/site-packages/jplephem/spk.py /usr/lib/python3.6/site-packages/jplephem/test.py /usr/share/doc/packages/python3-jplephem /usr/share/doc/packages/python3-jplephem/README.md /usr/share/licenses/python3-jplephem /usr/share/licenses/python3-jplephem/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025