Commit Graph

  • 7bc774ae29 debian: use debhelper compat level 12 master Frédéric Péters 2021-12-12 14:38:56 +0100
  • ba36854230 debian: declary numpy dependency Frédéric Péters 2020-07-27 07:58:42 +0200
  • a61cfc74af debian: add initial packaging Frédéric Péters 2020-07-26 21:20:45 +0200
  • 0b72da7ae6 Version 2.14 Brandon Rhodes 2020-03-26 12:41:21 -0400
  • 193eb4d49d Slightly simplify new mmap() failure detection Brandon Rhodes 2020-03-26 12:35:43 -0400
  • 059915a878 Add test of new mmap() OSError catching Brandon Rhodes 2020-03-26 12:33:59 -0400
  • dc578f6582
    pyodide: no mmap (#39) jcaesar 2020-03-27 01:17:38 +0900
  • f5150e4d67 Version 2.13 Brandon Rhodes 2020-02-22 11:40:52 -0500
  • 3b3fc6eba7 gitignore BSP files Brandon Rhodes 2020-02-22 08:12:46 -0500
  • cf914ab2ee Set ValueError .args attribute, for Python 2.7 Brandon Rhodes 2020-01-04 16:05:54 -0500
  • 58b889b052 Simplify and test new out-of-range exception Brandon Rhodes 2020-01-04 16:00:58 -0500
  • 7c94589a25 Support “-v” to run tests verbosely Brandon Rhodes 2020-01-04 15:31:31 -0500
  • 2ad36b41d2 Raise a more specific error when the date is not covered (#36) Jérôme Deuchnord 2020-01-04 21:29:35 +0100
  • fa1f6f2b19 For Travis CI: a more recent numpy for Python 3.7 Brandon Rhodes 2019-12-16 12:16:57 -0500
  • 6cabfb53c1 Fix load_tests() contract (for Travis CI) Brandon Rhodes 2019-12-16 12:09:17 -0500
  • b7d7652c66 Protect doctests against old numpy versions Brandon Rhodes 2019-12-16 11:43:52 -0500
  • 3f3a762baf Lock down NumPy version on Travis CI, to fix #35 Brandon Rhodes 2019-12-16 09:17:01 -0500
  • 8927698a85 Release 2.12 that stops using new NumPy flip() Brandon Rhodes 2019-12-13 16:05:11 -0500
  • b1a7bf313b Proclaim Python 3.7 compatability Brandon Rhodes 2019-12-13 09:31:00 -0500
  • 3b78a1f9b5 Update changelog again and bump version to 2.11 Brandon Rhodes 2019-12-13 09:08:58 -0500
  • 3ee363f243 Remove an unused value Brandon Rhodes 2019-12-13 08:53:02 -0500
  • 089713252d Try also flipping SPK coefficient order Brandon Rhodes 2019-12-13 08:46:34 -0500
  • 804f177b86 Create a changelog entry for 2.11 Brandon Rhodes 2019-12-13 07:45:35 -0500
  • 185eecba0b Reshape PCK coefficients for natural iteration Brandon Rhodes 2019-12-12 21:53:42 -0500
  • 901452ab3c Remove commented out old code Brandon Rhodes 2019-12-12 21:19:09 -0500
  • e8c25e1ae9 Fix PCK rate computation Brandon Rhodes 2019-12-12 21:17:22 -0500
  • 6f792c5865 Try switching velocity computation too Brandon Rhodes 2019-12-12 21:10:49 -0500
  • 75c9f62bdf Switch to accumulating Chebyshev in opposite order Brandon Rhodes 2019-12-12 20:51:55 -0500
  • 5b11851bc8 Switch PCK internals to seconds since epoch Brandon Rhodes 2019-12-12 11:35:43 -0500
  • 677d5a2656 Add changelog entry for 2.10 Brandon Rhodes 2019-12-11 15:29:01 -0500
  • 9055aed1c9 Tweak to get docstring passing test again Brandon Rhodes 2019-12-11 14:55:43 -0500
  • 9ef877132f Add simple shell script for testing locally Brandon Rhodes 2019-12-11 14:48:51 -0500
  • 187abc1716 Add doctests to main test suite Brandon Rhodes 2019-12-11 14:48:05 -0500
  • 6995fe446c Add ephemeris, docs for rotation; but, untested? Brandon Rhodes 2019-12-11 14:21:43 -0500
  • e6f544d353 Rename “binary PCK” to just “PCK” to match “SPK” Brandon Rhodes 2019-12-10 20:57:16 -0500
  • f4fbaa962f Fix Travis CI by only doing one cd Brandon Rhodes 2019-09-19 16:21:40 -0400
  • aae60da592 Check in ephemerides necessary for CI testing Brandon Rhodes 2019-09-19 16:05:24 -0400
  • 2cca7f11d9 Add ASCL citation to assist scholars Brandon Rhodes 2019-09-17 09:40:16 -0400
  • 87a2e9f4c7 Try adding support for Type 9 segments Brandon Rhodes 2019-08-26 20:25:58 -0400
  • b66da735e7 Create scaffolding for multiple Segment classes Brandon Rhodes 2019-08-22 16:13:47 -0400
  • ba560cb086 Travis CI: abandon Python 3.3 but try 3.7 Brandon Rhodes 2019-08-22 16:07:43 -0400
  • 4bc4e355e8 Fix: setup.py did not correctly require NumPy Brandon Rhodes 2019-08-22 15:43:16 -0400
  • 48c99ce40c Add documentation on computing velocity per second Brandon Rhodes 2019-02-03 07:08:20 -0500
  • 7dae84d506 Version 2.9: add load_array() Brandon Rhodes 2019-01-03 23:34:10 -0500
  • 31549ce716 Prevent myself from running with old Python Brandon Rhodes 2019-01-03 23:31:26 -0500
  • e39f7d605e Add license file and include it in sdists (#27) Todd 2018-12-29 12:52:51 -0500
  • 79151ac7a4 Make SPK class close mmaps when exiting context manager (#25) James Davies 2018-12-07 11:25:24 -0500
  • c1b4c1882d Start writing support for Binary PCK files Brandon Rhodes 2018-10-01 08:58:54 -0400
  • 9926bb54cb Version 2.8: single memory map instead of many Brandon Rhodes 2018-07-22 16:16:43 -0400
  • e01a35e1d9 Version 2.7 Brandon Rhodes 2018-02-11 15:37:58 -0500
  • 5f4096cc94 Slight tweaks to the documentation Brandon Rhodes 2018-02-11 15:34:10 -0500
  • 9ad28535ca Add messages during excerpt operation Brandon Rhodes 2018-02-11 13:51:33 -0500
  • dd51993296 Add excerpt to the command line Brandon Rhodes 2018-02-11 13:39:02 -0500
  • b5f23ddbe2 Add subcommand for printing comment area Brandon Rhodes 2018-02-11 12:06:28 -0500
  • 6b2207a345 Add test for “daf” subcommand Brandon Rhodes 2018-02-11 11:50:48 -0500
  • f2b7bd2543 Add subcommands to jplephem command line Brandon Rhodes 2018-02-11 11:38:23 -0500
  • 9c141fb418 Read as little during excerpting as possible Brandon Rhodes 2018-02-11 08:52:56 -0500
  • 214a153aaf Add routine to create an excerpt of an ephemeris Brandon Rhodes 2018-02-10 16:49:14 -0500
  • 1eb88928aa Start work on excerpt() Brandon Rhodes 2018-02-10 16:03:30 -0500
  • 8db6d31823 Two tweaks to write DAF files more accurately Brandon Rhodes 2018-02-10 15:22:49 -0500
  • 36f7af2bc0 Better test: array can take up only part of record Brandon Rhodes 2018-02-10 00:30:30 -0500
  • d2dbd131c5 Slight tweaks to code Brandon Rhodes 2018-02-10 00:21:57 -0500
  • aa94c667ed Make adding a new array kind of work Brandon Rhodes 2018-02-09 23:48:09 -0500
  • b7a4d0c45c To fix the build,bid a fond farewell to Python 2.6 Brandon Rhodes 2018-02-09 07:32:50 -0500
  • 79fd50f382 Git ignore tmp*.py experimental scripts Brandon Rhodes 2018-02-09 07:32:30 -0500
  • 062e3528e8 First rough version of routine to write new array Brandon Rhodes 2018-02-08 22:59:10 -0500
  • 25eacd0f6d Full tests of DAF from BytesIO and from real file Brandon Rhodes 2018-02-08 09:03:41 -0500
  • e551ef91af Start writing a comprehensive test of DAF class Brandon Rhodes 2018-02-08 08:16:37 -0500
  • 7abaabdaf6 Add method that knows where summary indexes are Brandon Rhodes 2018-02-06 22:57:57 -0500
  • 8e65825eaf Avoid antipattern of attribute that shows up later Brandon Rhodes 2018-02-06 06:42:45 -0500
  • b8b71644fa Add routine for writing a new DAF file summary Brandon Rhodes 2018-02-06 06:15:50 -0500
  • e3f8d8053c Switch DAF class to cached Struct objects Brandon Rhodes 2018-02-04 17:39:16 -0500
  • 508da37d3d Introduce the idea of simply read()ing floats, too Brandon Rhodes 2018-02-03 16:28:45 -0500
  • f085d65f86 Mark `ephem.py` as deprecated Brandon Rhodes 2018-02-03 15:10:44 -0500
  • 2ac532e81f Remove unused import Brandon Rhodes 2018-02-03 13:24:15 -0500
  • f6c2d965ce Make README test instructions more complete Brandon Rhodes 2018-02-03 12:27:53 -0500
  • 0a983f956c Add note to README about how to run the tests Brandon Rhodes 2018-02-03 12:24:26 -0500
  • ea1db228f6 Add link to Skyfield to README Brandon Rhodes 2018-02-03 11:56:25 -0500
  • 59b46f2e27 Update version to 2.6 Brandon Rhodes 2016-12-20 00:46:03 -0500
  • 043c660cd4 Fix test to match de405 we actually download Brandon Rhodes 2016-12-20 00:32:49 -0500
  • cc3bb7f239 Fix #21 by repairing broken command line; add test Brandon Rhodes 2016-12-20 00:22:36 -0500
  • 7141d349e3 Include instructions for fixing a test skip Brandon Rhodes 2016-12-20 00:13:09 -0500
  • 001709dede Remove old conda recipe in favor of feedstock Brandon Rhodes 2016-06-08 14:14:05 -0400
  • 40afdb4a49 Fix #18 by adding explicit close() method Brandon Rhodes 2016-06-08 01:17:04 -0400
  • 6b2ed1e61f Switch setup.py `install_requires` to `requires` Brandon Rhodes 2016-04-02 20:25:01 -0400
  • c66d674a35 Stop fetching deprecated ephemeris package Brandon Rhodes 2016-04-02 20:22:31 -0400
  • 7891d59ac3 Add Python 3.5 to Travis configuration Brandon Rhodes 2016-04-02 20:22:01 -0400
  • 6e244b333f Update gitignore file Brandon Rhodes 2016-03-31 08:05:54 -0400
  • 368abd7637 Fix JPL report links in old ephemeris READMEs Brandon Rhodes 2016-03-31 08:04:04 -0400
  • 7c76b16514 Support getting summaries from StringIO files Brandon Rhodes 2015-11-09 16:53:37 -0500
  • f6ec306ba6 Update documentation and bump version to 2.4 Brandon Rhodes 2015-11-01 21:20:41 -0500
  • 1c02f0e1ba Fix #13 by switching to "ALLOCATIONGRANULARITY" Brandon Rhodes 2015-11-01 21:16:35 -0500
  • 13a308db04 Prevent deprecation warning for float in `shape` Brandon Rhodes 2015-10-19 09:36:47 -0400
  • f340ca5a1d Add names for timescales now included in DE430 Brandon Rhodes 2015-10-19 09:35:06 -0400
  • a8bd0df3f4 Bump version and documentation to version 2.3 Brandon Rhodes 2015-08-16 23:02:23 -0700
  • f00421d644 Roll legacy DAF support into main class Brandon Rhodes 2015-08-15 22:03:38 -0700
  • 2b68f30044 Fix the docstring for the SPK class Brandon Rhodes 2015-08-15 22:03:28 -0700
  • 1f3db1417e Final tweaks that bring it to version 2.2 Brandon Rhodes 2015-08-05 11:19:20 -0400
  • 93f7e54e80 Add de405 to kernels downloaded for Travis CI test Brandon Rhodes 2015-08-04 09:07:24 -0400
  • 3e80ee714c Add a function for reading an ASCII header file Brandon Rhodes 2015-08-03 23:38:47 -0400