cftime icon indicating copy to clipboard operation
cftime copied to clipboard

Time-handling functionality from netcdf4-python.

Results 18 cftime issues
Sort by recently updated
recently updated
newest added

I'm trying to build cftime documentation and I see that sphinx shows one warning ```console + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man Running Sphinx v4.5.0 making output directory... done...

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

See https://bugzilla.redhat.com/show_bug.cgi?id=2058169 Version 1.5.2 on Fedora rawhide with Python 3.11.0a5: ``` =================================== FAILURES =================================== ________________________ TestDate2index.test_select_nc _________________________ self = def test_select_nc(self): nutime = self.time_vars['time'] # these are python datetimes ('proleptic_gregorian'...

To report a non-security related issue, please provide: * the version of the software with which you are encountering an issue: cftime 1.5.2 (released 22 January 2022) * environmental information...

I used cftime 1.4.1 and 1.5.0 when exploring this. My worklfows involve large datasets and complex functions. I use xarray, backed-up by dask. In one of the more complex processing,...

With cftime 1.1.0 on Linux (Ubuntu, 64 bit) I am using cftime through xarray and one my computation returns an array where the values are dates. I want to get...

Recently in the xarray mailing list ([here](https://groups.google.com/forum/#!topic/xarray/1-mzcXQNVII)) and in aospy ([here](https://github.com/spencerahill/aospy/pull/273#discussion_r191439050)) the need has arisen for the partial datetime string parsing that is currently implemented in xarray as private API,...

help wanted

I've found a delightful edge case that is a little hard to believe. It involves a netcdf `time:units` that includes a character outside of the [0-9,-] range. If it's not...

In #284 @mcuntz added a `longdouble` argument to enable encoding times (in memory) with greater precision. The default was set to `False`, since otherwise it would interfere with serialization logic...

Closes #318 - [x] Add numpy 2.0 to CI - [ ] Fix numpy 2.0 compatibility