Revisions of python-jplephem

buildservice-autocommit accepted request 1170989 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 17)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1170826 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
- Update to 2.22
  * No changelog. Notable commit messages:
  * Move julian_day() routine to new calendar module
  * Switch to calendar dates for printing SPK segments
  * Add compute_julian_date() as a user convenience,
  * Various CI updates
buildservice-autocommit accepted request 1161412 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 15)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1161111 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 14)
- 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.
buildservice-autocommit accepted request 874192 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 13)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 874174 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 12)
- 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
buildservice-autocommit accepted request 849266 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 11)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 848883 from Marketa Calabkova's avatar Marketa Calabkova (mmachova) (revision 10)
- update to 2.15
  * Add "Type N" to each ephemeris segment description
  * Remove a couple of unused imports
buildservice-autocommit accepted request 819734 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 9)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 819729 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 8)
- 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.
buildservice-autocommit accepted request 768800 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 768790 from Todd R's avatar Todd R (TheBlackCat) (revision 6)
- 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.
buildservice-autocommit accepted request 664284 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 5)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 664203 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 4)
- Use noun phrase for summary.
Todd R's avatar Todd R (TheBlackCat) accepted request 662855 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
- 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 
Todd R's avatar Todd R (TheBlackCat) committed (revision 2)
Todd R's avatar Todd R (TheBlackCat) committed (revision 1)
Displaying all 17 revisions
openSUSE Build Service is sponsored by