./time/py-cftime, Time-handling functionality

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.6.3, Package name: py311-cftime-1.6.3, Maintainer: pkgsrc-users

Python 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: 52.008 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-30 15:15:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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.