Releases: jepler/wwvbpy
Releases · jepler/wwvbpy
Fix incorrect leap second data in 1972
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
What's Changed
- Try out precommit.ci by @jepler in #30
- test on 3.11 alphas by @jepler in #29
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #32
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #33
- speed up CI a bit by making the matrix smaller by @jepler in #34
- Fix type checking around bs4 & more by @jepler in #36
- remove COVERAGE_INCLUDE, is no longer needed with current coverage package by @jepler in #37
- sort imports according to pep8 by @jepler in #38
- Improve test coverage by @jepler in #39
- Add a bit more coverage, more tz passing by @jepler in #40
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #41
- tweak python 3.11 version string in the matrix by @jepler in #42
- move most python files to src/ by @jepler in #43
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #44
- Complete coverage. Drop python <3.9 by @jepler in #45
- bump Python version used for releases by @jepler in #46
New Contributors
- @pre-commit-ci made their first contribution in #32
Full Changelog: 2.0.5...3.0.1
3.0.0: Drop support for Python before 3.9, 100% coverage
What's Changed
- Try out precommit.ci by @jepler in #30
- test on 3.11 alphas by @jepler in #29
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #32
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #33
- speed up CI a bit by making the matrix smaller by @jepler in #34
- Fix type checking around bs4 & more by @jepler in #36
- remove COVERAGE_INCLUDE, is no longer needed with current coverage package by @jepler in #37
- sort imports according to pep8 by @jepler in #38
- Improve test coverage by @jepler in #39
- Add a bit more coverage, more tz passing by @jepler in #40
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #41
- tweak python 3.11 version string in the matrix by @jepler in #42
- move most python files to src/ by @jepler in #43
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #44
- Complete coverage. Drop python <3.9 by @jepler in #45
New Contributors
- @pre-commit-ci made their first contribution in #32
Full Changelog: 2.0.5...3.0.0
Update iersdata
2.0.5 update iersdata
Update iersdata
Prospective data now runs through 20230304
2.0.3
2.0.2
Minor Release
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
- 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
Merge pull request #16 from jepler/pypy Test with pypy-3.7