Tags: gwpy/ligotimegps
Tags
ligotimegps 2.1.0 Minor feature release, mainly to upgrade the project metadata. Changes: - Migrate project metadata to pyproject.toml following PEP 621 [gwpy/ligotimegps!23](https://gitlab.com/gwpy/ligotimegps/-/merge_requests/23) - Fix low-hanging lint with 'ruff check --fix' [gwpy/ligotimegps!24](https://gitlab.com/gwpy/ligotimegps/-/merge_requests/24) - Refactor package into modules and add typing [gwpy/ligotimegps!27](https://gitlab.com/gwpy/ligotimegps/-/merge_requests/27) - Fix bug in ultra-precision string parsing [gwpy/ligotimegps!28](https://gitlab.com/gwpy/ligotimegps/-/merge_requests/28) For full details of this release, see https://gitlab.com/gwpy/ligotimegps/-/releases/2.1.0
ligotimegps-2.0.1 Bug-fixes (including package, unit test, and documentation updates): - [#11] added readthedocs sphinx configuration See https://github.com/gwpy/ligotimegps/compare/v2.0.0..v2.0.1 for a full statement of what has changed since the last release.
2.0.0: python3-only major release This release is the first to support python > 3.0.0 only. Change include: - [#9] improved error messages - [#10] removed support for python < 3.4.0 For a complete display of everything that has changed since the last release, see v1.2.2...v2.0.0.