2023-10-30 15:15:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-cftime: updated to 1.6.3
version 1.6.3 (release tag v1.6.3rel)
* add support for formats without separators in strptime (e.g. '20200229')/
This required removing support for > 4 digit years.
* set the c_api_binop_methods compiler directive to True to retain Cython 0.x
behavior for arithmetic operators for Cython >= 3.0.0.
* support for python 3.12.
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2022-12-18 11:12:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-cftime: updated to 1.6.2
version 1.6.2 (release tag v1.6.2rel)
=====================================
* num2date should not fail on an empty integer array.
* longdouble keyword in date2num so that a roundtrip from a time to a date
and back again does not lose microsecond precision when the units require
the times be encoded as floating point values
* added strptime method.
* cibuildwheel wheel-building workflow added to github actions by @ocefpaf \
(triggers binary
wheel builds and uploads to pypi automatically when GH release created).
version 1.6.1 (release tag v1.6.1rel)
=====================================
* fix failing tests on windows with numpy 1.23.0
* expose to_tuple module function in public API.
version 1.6.0 (release tag v1.6.0rel)
=====================================
* fix for masked array inputs.
* improved performance of the num2date algorithm, in some cases providing
an over 100x speedup.
* fix for date2index for select != 'exact' when select='exact' works
|
2022-04-15 13:37:46 by Nia Alarie | Files touched by this commit (8) |
Log message:
*: Mark various packages incompatible with Python 3.7 due to numpy
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-12-06 16:38:18 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cftime: not for python 2.x
While here, fix tests.
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|