Skip to content

Releases: jepler/leapseconddata

4.1.0 - Improved Documentation

20 Jul 16:51
593a852
Compare
Choose a tag to compare

A big thank you to @thomas-touhey for stepping forward to write expanded documentation, including background information & how to sections.

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

4.1.0-alpha.1

17 Jul 19:40
80de9bd
Compare
Choose a tag to compare
4.1.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: 4.0.0...4.1.0-alpha.1

4.1.0-alpha.0

17 Jul 19:33
40ef50b
Compare
Choose a tag to compare
4.1.0-alpha.0 Pre-release
Pre-release

What's Changed

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

4.0.0: Incompatible change to function signatures; useful commandline program.

07 Jul 21:56
81133cf
Compare
Choose a tag to compare

Ruff's flake8-compatible diagnostic "flake8-boolean-trap" recommends making boolean parameters (such as the check_validity flag of several functions) kw-only. This requires an incompatible API change.

This also adds a leapsecond commandline program that can be used to inspect the leap second database and perform UTC/TAI conversions.

What's Changed

Full Changelog: 3.0.0...4.0.0

3.0.0: Incompatible change to the LeapSecondInfo type

06 Jun 02:12
ed0ebaa
Compare
Choose a tag to compare

What's Changed

  • LeapSecondInfo: use dataclass instead of NamedTuple by @jepler in #13

Full Changelog: 2.2.0...3.0.0

2.2.0

19 May 22:56
d2a348c
Compare
Choose a tag to compare

What's Changed

  • fix the default url for LeapSecondData.from_url by @jepler in #11
  • Avoid deprecated utcnow by @jepler in #12

This release drops support for Python 3.8.

Full Changelog: 2.1.1...2.2.0

2.1.1 - Update leap-second.list source & fix CI release process

03 Oct 14:28
7ddc70b
Compare
Choose a tag to compare

What's Changed

  • show doc badge by @jepler in #6
  • Switch from NamedTuple to dataclass by @jepler in #7
  • Is tai improvement by @jepler in #8
  • ietf no longer serves leapseconddata, use alternate sources by @jepler in #9
  • Fix release process by @jepler in #10

Full Changelog: 2.0.0...2.1.1

2.1.0 - Update leap-seconds.list source URLs

03 Oct 14:10
9f044a0
Compare
Choose a tag to compare

What's Changed

  • show doc badge by @jepler in #6
  • Switch from NamedTuple to dataclass by @jepler in #7
  • Is tai improvement by @jepler in #8
  • ietf no longer serves leapseconddata, use alternate sources by @jepler in #9

Full Changelog: 2.0.0...2.1.0

2.0.0 - Use fold property to denote leap seconds

09 Oct 17:28
e19fe32
Compare
Choose a tag to compare

What's Changed

  • Set the 'fold' property of the leap second in tai_to_utc by @jepler in #5

This is an incompatible change, which is why the major version number has been bumped.

Full Changelog: 1.0.1...2.0.0

1.0.1

23 Mar 19:36
a83d6a4
Compare
Choose a tag to compare

What's Changed

  • Add sphinx / read-the-docs documentation by @jepler in #1
  • Get leap seconds from network if local file doesn't exist by @jepler in #3
  • Add PEP0561 py.typed, convert to package by @jepler in #4

Full Changelog: 1.0.0...1.0.1