Skip to content

Releases: jepler/wwvbpy

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

bugfix release for broken CI process

25 Sep 19:15
3e3aa16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.5...3.0.1

3.0.0: Drop support for Python before 3.9, 100% coverage

25 Sep 16:32
d72addf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.5...3.0.0

Update iersdata

10 Apr 15:16
Compare
Choose a tag to compare
2.0.5

update iersdata

Update iersdata

03 Mar 14:38
Compare
Choose a tag to compare

Prospective data now runs through 20230304

2.0.3

07 Jan 16:41
Compare
Choose a tag to compare

What's Changed

  • Drop the 2021 DUT1 workaround by @jepler in #27
  • Update iersdata

Full Changelog: 2.0.2...2.0.3

2.0.2

17 Dec 19:24
2d013da
Compare
Choose a tag to compare

What's Changed

  • Manually patch iersdata based on information from Bulletin D by @jepler in #26

Full Changelog: 2.0.1...2.0.2

Minor Release

16 Dec 22:49
d2511ce
Compare
Choose a tag to compare

For users:

  • Add wwvbdecode commandline program
  • fix dut1table program & add a test
  • Add 'hexagram', a style that shows phase & amplitude in a single trace
  • Add 'json' output style, looks a bit like [{"year": 2021, "days": 350, "hour": 22, "minute": 48, "amplitude": "210001000200100001020011001012000000010200010001020001000002"}]

For developers:

  • Add coverage of CLI programs
  • Analyze with lgtm, fixed a minor detected issue
  • Test & fix minor problems on mac & windows
  • Add more badges (lgtm & line counts)
  • Allow the epoch to be settable, not always 1970-2069.
  • Simplify get_am_bcd, an internal function
  • Add a test of --style
  • ensure pre-commit runs with a consistent python version (3.9) during CI; this can influence diagnostics from black!

Full Changelog: 2.0.0...2.0.1

Major Release

03 Nov 02:10
Compare
Choose a tag to compare
  • Officially work with pypy 3.7 and 3.8; python 3.10
  • add full type annotations (passes mypy --strict)
  • use timezone info from dateutil
  • add the ability to update dut1 data in a user or system location, separate from the wwvbpy distribution
  • some "incompatible" changes to less important parts of the API

pypy support

09 Oct 16:02
61cf2a1
Compare
Choose a tag to compare
pypy support Pre-release
Pre-release
Merge pull request #16 from jepler/pypy

Test with pypy-3.7