File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
1010version 1.6.4 (release tag v1.6.4rel)
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Time-handling functionality from netcdf4-python
1212## News
1313For 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+
15176/7/2024: Version 1.6.4 release. Wheels for muslinux and aarch64, numpy 2.0 compatibility.
1618
171910/20/2023: Version 1.6.3 released. Support for python 3.12, cython 3.0, strptime formats without separators.
You can’t perform that action at this time.
0 commit comments