Recent Releases of h5netcdf

h5netcdf - release 1.6.4

What's Changed

  • cleanup: pyupgrade --py39-plus by @schwehr in https://github.com/h5netcdf/h5netcdf/pull/272
  • Add better error messages when operating on a closed file by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/275
  • REL: 1.6.4 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/276

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.6.3...v1.6.4

- Python
Published by kmuehlbauer 7 months ago

h5netcdf - release 1.6.3

What's Changed

  • fix invalid string format specifier, match raises/warns with messages in test suite by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/270
  • REL: 1.6.3 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/271

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.6.2...v1.6.3

- Python
Published by kmuehlbauer 8 months ago

h5netcdf - release 1.6.2

What's Changed

  • codespell version 2.4.1 by @schwehr in https://github.com/h5netcdf/h5netcdf/pull/261
  • fix hsds/h5pyd test fixture spinup issues by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/265
  • Fix and add circular referrer tests for Python 3.14 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/264
  • Avoid opening file with h5pyd just to check if it exists by @JonasGronberg and @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/266
  • install available scientific-python-nightly-wheels to reduce CI time by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/267
  • REL: 1.6.2 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/268

New Contributors

  • @schwehr made their first contribution in https://github.com/h5netcdf/h5netcdf/pull/261
  • @JonasGronberg made their first contribution in https://github.com/h5netcdf/h5netcdf/pull/266

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.6.1...v1.6.2

- Python
Published by kmuehlbauer 8 months ago

h5netcdf - release 1.6.1

What's Changed

  • Return None for chunks on scalar variables by @rho-novatron in https://github.com/h5netcdf/h5netcdf/pull/259
  • REL: 1.6.1 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/260

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.6.0...v1.6.1

- Python
Published by kmuehlbauer 12 months ago

h5netcdf - release 1.6.0

What's Changed

  • Add pytest-mypy-plugins for xarray nightly test by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/257
  • Let h5netcdf.File(driver="h5pyd") force the use of h5pyd by @rho-novatron in https://github.com/h5netcdf/h5netcdf/pull/256
  • REL: 1.6.0 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/258

New Contributors

  • @rho-novatron made their first contribution in https://github.com/h5netcdf/h5netcdf/pull/256

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.5.0...v1.6.0

- Python
Published by kmuehlbauer 12 months ago

h5netcdf - release 1.5.0

What's Changed

  • run CI with Python 3.13 where appropriate, remove numpy 1 where necessary by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/250
  • Fix for h5pyd workflow run by @jreadey in https://github.com/h5netcdf/h5netcdf/pull/247
  • Allow zlib to be an alias for gzip by @hmaarrfk in https://github.com/h5netcdf/h5netcdf/pull/252
  • REL: 1.5.0 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/254

New Contributors

  • @jreadey made their first contribution in https://github.com/h5netcdf/h5netcdf/pull/247

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.4.1...v1.5.0

- Python
Published by kmuehlbauer about 1 year ago

h5netcdf - release 1.4.1

What's Changed

  • Bump mamba-org/setup-micromamba from 1 to 2 by @dependabot in https://github.com/h5netcdf/h5netcdf/pull/242
  • Fix complex and hdf5=1.10 tests by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/244
  • REL: 1.4.1 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/246

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.4.0...v1.4.1

- Python
Published by kmuehlbauer over 1 year ago

h5netcdf - v1.4.0

What's Changed

  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/h5netcdf/h5netcdf/pull/224
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/h5netcdf/h5netcdf/pull/225
  • ENH: add EnumType by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/226
  • ADD: UserType class, inherit EnumType from UserType by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/229
  • ADD: Refactor fillvalue and dtype handling for user types, enhance tests by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/230
  • MNT: CI and Lint by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/235
  • Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in https://github.com/h5netcdf/h5netcdf/pull/233
  • Support wrapping an h5py File object by @takluyver in https://github.com/h5netcdf/h5netcdf/pull/238
  • MNT: Lint and ci by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/239
  • add VLType and CompoundType, commit complex compound type to file by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/227
  • REL: v1.4.0 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/241

New Contributors

  • @takluyver made their first contribution in https://github.com/h5netcdf/h5netcdf/pull/238

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.3.0...v1.4.0

- Python
Published by kmuehlbauer over 1 year ago

h5netcdf - release 1.3.0

What's Changed

  • Lint with ruff Oct 10, 2023 by @hmaarrfk in https://github.com/h5netcdf/h5netcdf/pull/217
  • MNT: add dependabot.yml, update build-matrix by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/218
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/h5netcdf/h5netcdf/pull/219
  • Allow to use ros3 driver for remote url by @zequihg50 in https://github.com/h5netcdf/h5netcdf/pull/220
  • release 1.3.0 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/222

New Contributors

  • @dependabot made their first contribution in https://github.com/h5netcdf/h5netcdf/pull/219
  • @zequihg50 made their first contribution in https://github.com/h5netcdf/h5netcdf/pull/220

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.2.0...v1.3.0

- Python
Published by kmuehlbauer over 2 years ago

h5netcdf - release 1.2.0

What's Changed

  • MNT: Remove h5py2 compatibility code by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/194
  • add netCDF4 and dask to xarray CI test run by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/201
  • MNT: build and ci by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/210
  • MNT: move to setup-micromamba in CI by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/212
  • FIX: raise early for mismatched object string by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/213
  • Add simple test to ensure that the shape is stored in the coordinates by @hmaarrfk in https://github.com/h5netcdf/h5netcdf/pull/199
  • h5netcdf release 1.2.0 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/214

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.1.0...v1.2.0

- Python
Published by kmuehlbauer over 2 years ago

h5netcdf - release 1.1.0

What's Changed

  • rework adding _FillValues-attribute by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/175
  • dimension fixes (phony scheme and mixed scales) by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/181
  • FIX: use default netcdf fillvalues, pad returned array if needed by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/183
  • FIX: regression in getitem by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/184
  • Ensure we don't create test nc files in the user's git repo by @hmaarrfk in https://github.com/h5netcdf/h5netcdf/pull/185
  • Add h5netcdf/_version.py to gitignore by @hmaarrfk in https://github.com/h5netcdf/h5netcdf/pull/187
  • FIX: boolean indexers by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/188
  • Make track_order True as default if h5py is 3.7.0 or greater by @hmaarrfk in https://github.com/h5netcdf/h5netcdf/pull/186
  • REL: 1.1.0 by @kmuehlbauer in https://github.com/h5netcdf/h5netcdf/pull/190

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.0.2...v1.1.0

- Python
Published by kmuehlbauer over 3 years ago

h5netcdf - release 1.0.2

Bugfix release

  • Fix failing tests when using h5py 3.7.0.
  • Adapt boolean indexing for h5py 3.7.0

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.0.1...v1.0.2

- Python
Published by kmuehlbauer over 3 years ago

h5netcdf - release 1.0.1

Bugfix release

  • Fix failing tests when using netCDF4 4.9.0.

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.0.0...v1.0.1

- Python
Published by kmuehlbauer over 3 years ago

h5netcdf - release 1.0.0

- Python
Published by kmuehlbauer almost 4 years ago

h5netcdf - release 0.15.0

This release brings documentation and API docs to h5netcdf.

It is also the last release line before h5netcdf v1.0.

- Python
Published by kmuehlbauer almost 4 years ago

h5netcdf - release 0.14.1

Bugfix Release

  • fix reading empty non-string attributes

- Python
Published by kmuehlbauer almost 4 years ago

h5netcdf - release 0.14.0

- Python
Published by kmuehlbauer about 4 years ago

h5netcdf - release 0.13.1

Bugfix release

https://github.com/h5netcdf/h5netcdf/issues/136

- Python
Published by kmuehlbauer about 4 years ago

h5netcdf - release 0.13.0

- Python
Published by kmuehlbauer about 4 years ago

h5netcdf - release 0.12.0

- Python
Published by kmuehlbauer about 4 years ago

h5netcdf - release 0.11.0

- Python
Published by kmuehlbauer almost 5 years ago