**First major version**

skyfield-data is considered as stable.
This commit is contained in:
Bruno Bord 2020-05-05 09:43:21 +02:00
parent dba5c21cb4
commit ee57aaa739
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
3 changed files with 22 additions and 10 deletions

View File

@ -1,12 +1,26 @@
# Changelog for Skyfield Data
## master (unreleased)
## 1.0.0 (2020-05-05)
### Data updates
**Data files were downloaded on 2020-05-05.**
* Added ``expiration_limit`` argument for ``get_skyfield_data_path`` function. Enables to shift the expiration date limit by "n" days.
* USNO file serving host has changed. Pointing now at ``ftp://cddis.nasa.gov/products/iers/`` for ``deltat.*`` files.
* Updated ``deltat.data`` data file.
* Updated ``Leap_Second.dat`` data file.
* All expiration data items are also up-to-date as of 2020-05-05.
* All expiration data items are up-to-date as of 2020-05-05.
### Library Runtime Enhancements
* Added ``expiration_limit`` argument for ``get_skyfield_data_path`` function. Enables to shift the expiration date limit by "n" days.
### Downloader enhancement
* USNO file serving host has changed. Pointing now at ``ftp://cddis.nasa.gov/products/iers/`` for ``deltat.*`` files.
### Minor changes
* Changes in Python ``setup.cfg`` classifiers.
## 0.1.0 (2019-10-04)

View File

@ -17,8 +17,8 @@ Several issues are raised by these data files:
| File | Date |
|:---------------:|:----------:|
| deltat.data | 2020-06-01 |
| Leap_Second.dat | 2020-07-28 |
| deltat.data | 2021-02-01 |
| Leap_Second.dat | 2021-01-27 |
| deltat.preds | 2021-01-01 |
| de421.bsp | 2053-10-08 |

View File

@ -1,6 +1,6 @@
[metadata]
name = skyfield-data
version = 0.2.0.dev0
version = 1.0.0
author = Bruno Bord
author-email = bruno@jehaisleprintemps.net
home-page = https://github.com/brunobord/skyfield-data
@ -12,14 +12,12 @@ license-file = COPYING
platform = any
keywords = astronomy science
classifiers =
Development Status :: 3 - Alpha
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7