Path to this page:
./
time/py-cftime,
Time-handling functionality
Branch: CURRENT,
Version: 1.6.4,
Package name: py312-cftime-1.6.4,
Maintainer: pkgsrc-usersPython library for decoding time units and variable values in a netCDF file
conforming to the Climate and Forecasting (CF) netCDF conventions.
Required to run:[
math/py-numpy] [
devel/py-cython] [
lang/python310]
Master sites:
Filesize: 53.335 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-cftime-1.6.4
- (2024-08-05) Updated to version: py311-cftime-1.6.4
- (2023-10-30) Updated to version: py311-cftime-1.6.3
- (2022-12-18) Updated to version: py310-cftime-1.6.2
- (2022-01-05) Updated to version: py39-cftime-1.5.0nb1
- (2021-10-07) Updated to version: py39-cftime-1.5.0
CVS history: (Expand)
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
|