The DUT1 offset table known as iersdata is now stored as json instead of as python code. This is technically an incompatible change (even though the file format was not intended to be public you could always have imported wwvb.iersdata_dist
), hence the semver major version bump.
What's Changed
- Tidy up various things by @jepler in #102
- Put coverage ignore patterns in coveragerc by @jepler in #103
- Update copyright years by @jepler in #104
- add requirements for distribution building by @jepler in #105
- store iersdata in json by @jepler in #114
- welcome to doc dependency hell by @jepler in #116
Full Changelog: 4.0.0...5.0.0