Skip to content

Releases: NCAS-CMS/cmip7_repack

1.0

03 Mar 13:48

Choose a tag to compare

2026-03-03

  • Changed dependency: pyfive>=1.1.1

What's Changed

  • Add HDF5 as core dependency, in-package support for Python 3.10 and repin pyfive >=1.1.1 by @valeriupredoi in #25

Full Changelog: v0.6...v1.0

0.6

19 Dec 13:33
41eb568

Choose a tag to compare

0.6

2025-12-19

  • cmip7repack: Detect when rechunking is not necessary and don't rechunk those variables, which can greatly increase performance (#22)
  • Changed dependency: pyfive>=1.0.1 (#21)

Full Changelog: v0.5.1...v0.6

Bugfix release v0.5.1: Python package build and deploy

25 Nov 15:31
7caca43

Choose a tag to compare

What's Changed

Release in a nutshell

This is a simple infrastructure release that rolls out the cmip7_repack Python package, to be deployed on PyPI and conda-forge.

Many thanks to @davidhassell and @zequihg50 who have contributed! 🍻

New Contributors

Full Changelog: v0.5...v0.5.1

0.5

14 Nov 12:00
0400964

Choose a tag to compare

0.5

2025-11-14

  • New script: check_cmip7_packing
  • Upated exit return codes from cmip7repack

0.4

06 Nov 15:35

Choose a tag to compare

0.4

2025-11-05

  • Initial release

New Contributors