Skip to content

Releases: sot/cxotime

Release 3.9.1

09 Dec 18:32
704b718
Compare
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
Compare
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
Compare
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
Compare
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

Release 3.6.1

04 Oct 17:08
7bd474d
Compare
Choose a tag to compare

Includes the following merges:

  • PR #39: Fix tests on GRETA

Release 3.6.0

12 Jul 16:12
733aa18
Compare
Choose a tag to compare

Includes the following merges:

  • PR #33: Add generic fast format converters for better performance
  • PR #38: Fix test on Windows

Release 3.5.0

01 Jun 01:57
5000fd4
Compare
Choose a tag to compare

Includes the following merges:

  • PR #36: Improve time conversion helpers
  • PR #34: Remove CxoTime custom fast parser, use astropy built-in
  • PR #37: Update pre-commit yaml to make it work again

Release 3.4.0

04 Jan 22:08
c51a9af
Compare
Choose a tag to compare

Includes the following merges:

  • PR #32: Black and isort
  • PR #31: Add CxoTimeLike type alias
  • PR #30: Add method and console script to convert time formats

Release 3.3.0

29 Mar 05:39
5a9ab27
Compare
Choose a tag to compare

Includes the following merges:

  • PR #28: Add secs2date function and speed up date2secs
  • PR #27: Add date2secs for fast conversion of Year DOY date to CXC seconds

Release 3.2.6

18 Mar 13:26
0ff7eff
Compare
Choose a tag to compare

Includes the following merges:

  • PR #26: Remove debug print statements