Skip to content

Releases: jepler/wwvbpy

5.0.0

22 Oct 13:04
fca2abc
Compare
Choose a tag to compare

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

Full Changelog: 4.0.0...5.0.0

4.0.0

14 Jul 01:42
db6e374
Compare
Choose a tag to compare

This release has API incompatibilities with 3.x:

  • many functions and methods have been made private
  • use of "naive" datetimes is now forbidden (but their use is not diagnosed). Use https://pypi.org/project/flake8-datetimez/ or the ruff equivalent to check your calling code.

What's Changed

Full Changelog: 3.0.8...4.0.0

4.0.0-alpha.0

10 Jul 02:16
db6e374
Compare
Choose a tag to compare
4.0.0-alpha.0 Pre-release
Pre-release

This release has API incompatibilities with 3.x:

  • many functions and methods have been made private
  • use of "naive" datetimes is now forbidden (but their use is not diagnosed). Use https://pypi.org/project/flake8-datetimez/ or the ruff equivalent to check your calling code.

What's Changed

Full Changelog: 3.0.8...4.0.0-alpha.0

3.0.8 the "oops, only churn" release

03 Apr 13:03
fb40986
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.6...3.0.8

3.0.7

19 Mar 00:31
fb2f214
Compare
Choose a tag to compare

What's Changed

  • Use ruff as linter, instead of black+isort+pylint by @jepler in #72
  • test coverage with new 'sysmon' coverage core by @jepler in #76
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #77 et al

Full Changelog: 3.0.6...3.0.7

3.0.6 - fix for out-of-date database checking

19 Nov 16:37
27f3323
Compare
Choose a tag to compare

The "out of date" check for the DUT1 database was incorrect, and resulted in a TypeError under specific circumstances.

What's Changed

Full Changelog: 3.0.5...3.0.6

3.0.5

11 Jul 15:12
00d328b
Compare
Choose a tag to compare

What's Changed

  • update pre-commit versions to stable versions by @jepler in #64

This also fixes a problem where click 8.1.4 is incompatible with mypy, by pinning click at 8.1.3 for the purposes of development & CI.
At runtime, click 8.1.4 works fine.

Full Changelog: 3.0.4...3.0.5

Minor updates

07 May 19:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

3.0.3 - update iersdata & infrastructure updates

14 Feb 19:55
fbd388f
Compare
Choose a tag to compare

What's Changed

  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #51
  • use python3 in pre-commit by @jepler in #57

New Contributors

  • @lgtm-com made their first contribution in #51

Full Changelog: 3.0.2...3.0.3

Fix incorrect leap second data in 1972

08 Oct 20:18
ed907d5
Compare
Choose a tag to compare

What's Changed

  • bump python version & fix run by @jepler in #47
  • Fix 1972 leap seconds, test with leapseconddata by @jepler in #48

Full Changelog: 3.0.1...3.0.2