-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preserve vlen string dtypes, allow vlen string fill_values #7869
Conversation
74db88f
to
6e32204
Compare
Resurrected this PR, rebased on latest main and force-pushed. |
So, the h5netcdf-part does only work for versions h5py >= 3.7 and h5netcdf >= 1.1.0 (this fails for the 3.9 min deps). How can I account for that? Is there some best-practice? |
We are already unblocked for the h5py-version as the minimum dependency version is already at 3.7. h5netcdf get's unblocked on November, 23rd (in two month's time). Should we just wait it out and make vlen strings available in one block? |
I'm OK with bumping it early for this. If you want we could wait till after the next release to bring it down to one month :) |
Yes, wait until after next release and bump early. |
1ca494d
to
e0f18bc
Compare
03cbaf2
to
66dffd5
Compare
e545137
to
ee0bf6e
Compare
@dcherian Finally, I think this is ready. |
Thanks @kmuehlbauer |
* main: [skip-ci] dev whats-new (pydata#8467) 2023.11.0 Whats-new (pydata#8461) migrate the other CI to python 3.11 (pydata#8416) preserve vlen string dtypes, allow vlen string fill_values (pydata#7869) Pin mypy < 1.7 (pydata#8458) Fix typos found by codespell (pydata#8457) [skip-ci] Small updates to IO docs. (pydata#8452) Deprecate certain cftime frequency strings following pandas (pydata#8415) Added driver parameter for h5netcdf (pydata#8360) Raise exception in to_dataset if resulting variable is also the name of a coordinate (pydata#8433) Automatic region detection and transpose for `to_zarr()` (pydata#8434) remove `cdms2` (pydata#8441) Remove PseudoNetCDF (pydata#8446) Pin pint to >=0.22 (pydata#8445) Remove keep_attrs from resample signature (pydata#8444) Rename `to_array` to `to_dataarray` (pydata#8438) Add missing DataArray.dt.total_seconds() method (pydata#8435) Declare Dataset, DataArray, Variable, GroupBy unhashable (pydata#8392)
open_dataset
withchunks="auto"
fails when a netCDF4 variables/coordinates is encoded asNC_STRING
#7868whats-new.rst
api.rst