2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-05 20:45:39 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cftime: updated to 1.6.4
version 1.6.4 (release tag v1.6.4rel)
* build aarch64 linux wheels
* build musllinux wheels
* return empty array if one provided to date2num
* numpy 2.0 compatibility
* handle nan/inf in num2date
|
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
|