15
0
forked from pool/python-cftime

Accepting request 1179563 from home:bnavigator:numpy

- Update to 1.6.4
 * return empty array if one provided to date2num (issue #315).
 * numpy 2.0 compatibility (issue #325).
 * handle nan/inf in num2date (issue #328).
- Build PEP517

OBS-URL: https://build.opensuse.org/request/show/1179563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cftime?expand=0&rev=24
This commit is contained in:
2024-06-11 08:02:30 +00:00
committed by Git OBS Bridge
parent 668ea5e9b1
commit 8bffac1872
4 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 9 10:39:23 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 1.6.4
* return empty array if one provided to date2num (issue #315).
* numpy 2.0 compatibility (issue #325).
* handle nan/inf in num2date (issue #328).
- Build PEP517
-------------------------------------------------------------------
Fri Dec 1 11:31:40 UTC 2023 - Dirk Müller <dmueller@suse.com>