Skip to content

Commit 42d0836

Browse files
authored
Merge pull request #376 from Unidata/v1.6.5rel
prepare for 1.6.5 release.
2 parents 7b2c70b + f919988 commit 42d0836

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
version 1.6.5 (not yet released)
2-
================================
1+
version 1.6.5 (release tag v1.6.5rel)
2+
=====================================
3+
* python 3.14 wheels, 3.8/3.9 support dropped.
34
* roundtrip not correct when dates are all python datetime
45
instances and calendar not proleptic_gregorian (issue #354).
56
* fix cftime.datetime.strftime so it works with two digit year
67
formatting (%y, issue #362).
7-
* remove python 3.8 support.
88
* speed up comparisions (using __richcmp___) and update docs. Issue #365.
99

1010
version 1.6.4 (release tag v1.6.4rel)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Time-handling functionality from netcdf4-python
1212
## News
1313
For details on the latest updates, see the [Changelog](https://github.com/Unidata/cftime/blob/master/Changelog).
1414

15+
10/13/2025: Version 1.6.5 release. Minor bugfixes/optimizations, wheels for python 3.14, no more wheels for 3.8/3.9.
16+
1517
6/7/2024: Version 1.6.4 release. Wheels for muslinux and aarch64, numpy 2.0 compatibility.
1618

1719
10/20/2023: Version 1.6.3 released. Support for python 3.12, cython 3.0, strptime formats without separators.

0 commit comments

Comments
 (0)