Commit Graph

12 Commits

Author SHA1 Message Date
Brandon Rhodes 9c1faa95d1 Try unittest.mock before third-party mock library 2020-07-22 10:28:23 -04:00
Brandon Rhodes 87f4611030 Remove some old comment debris 2020-07-13 05:13:57 -04:00
Brandon Rhodes 2be22b0160 Fix #382 by adding Loader.build_url() method 2020-05-31 12:17:43 -04:00
Brandon Rhodes f7b0b766b9 Fix leap second extraction from builtin file
The exception that subsequent Time object creation would raise was:
```
ValueError: object of too small depth for desired array
```
2019-07-21 07:14:59 -04:00
Brandon Rhodes 614e06d0f7 Start shipping timescale files with Skyfield
Fixes #94, #218, #238, #269.
2019-07-20 19:37:49 -04:00
Brandon Rhodes bd3c99a567 Fix: make open() look for files in Loader’s dir
Fixes #193.
2018-08-05 17:17:00 -04:00
Brandon Rhodes d8d4134533 Revamp, unify, and simplify iokit.Loader logic 2016-07-10 17:22:06 -04:00
Brandon Rhodes cd3e7dc56d Fix test code that would not run under Python 2.6 2016-03-20 21:58:03 -04:00
Brandon Rhodes c5e6ffdc76 Better fix for Python 3 leap second parsing error 2016-03-20 21:53:26 -04:00
Brandon Rhodes c3e30745c0 Switch new Loader to accepting __call__() 2016-03-19 17:08:59 -04:00
Brandon Rhodes 7d61094726 Rename Cache to Loader 2016-03-19 16:57:35 -04:00
Brandon Rhodes 76243bfdfd New mechanism for downloading up-to-date ΔT 2016-03-19 15:55:41 -04:00