Skip to content

Releases: sot/cxotime

Release 3.11.1

10 Dec 13:28
a4594b1

Choose a tag to compare

Includes the following merges:

  • PR #55: Stop setting copy to False by default

3.11.0

27 Oct 19:08
53a4eef

Choose a tag to compare

What's Changed

  • Allow for quantity-string time delta as CxoTime initializer by @taldcroft in #54

Full Changelog: 3.10.2...3.11.0

Release 3.10.2

05 Aug 16:39
c2fe9ff

Choose a tag to compare

Includes the following merges:

  • PR #53: Fix docs typo 'muade'

Release 3.10.1

02 Jun 22:00
d64917a

Choose a tag to compare

What's Changed

  • Fix mistake converting string date during leap second to jd1, jd2 by @taldcroft in #51

Full Changelog: 3.10.0...3.10.1

Includes the following merges:

  • PR #51: Fix mistake converting string date during leap second to jd1, jd2

3.10.0

09 Feb 12:03
9cd4281

Choose a tag to compare

What's Changed

  • Documentation overhaul and update to fast converter function generation by @taldcroft in #49
  • Use CXOTIME_NOW environment variable as current time if set by @taldcroft in #50

Full Changelog: 3.9.2...3.10.0

Includes the following merges:

  • PR #50: Use CXOTIME_NOW environment variable as current time if set
  • PR #49: Documentation overhaul and update to fast converter function generation

Release 3.9.2

07 Jan 14:20
811f123

Choose a tag to compare

What's Changed

Full Changelog: 3.9.1...3.9.2

Includes the following merges:

  • PR #48: replace uses of pformat_all with pformat

Release 3.9.1

09 Dec 18:32
704b718

Choose a tag to compare

What's Changed

Full Changelog: 3.9.0...3.9.1

Includes the following merges:

  • PR #47: Update linspace step_max docs

Release 3.9.0

30 Oct 20:25
5dcb3e7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.8.0...3.9.0

Includes the following merges:

  • PR #44: Add a linspace class method

Release 3.8.0

09 Jan 22:21
2bbbaf2

Choose a tag to compare

Includes the following merges:

  • PR #43: Add CxoTimeDescr descriptor and CxoTime.NOW sentinel
  • PR #41: Ruff format and linting

Release 3.7.0

20 Nov 19:51
9a1f951

Choose a tag to compare

Includes the following merges:

  • PR #42: Fix a precision issue in convert_time_format
  • PR #40: Short circuit convert_time_format for a CxoTime object