Skip to content

Releases: MITgcm/xmitgcm

v0.5.2

27 Jul 13:30
c793ecc
Compare
Choose a tag to compare

Bugfix release.

v0.5.1

02 Mar 17:40
4a9c748
Compare
Choose a tag to compare
Remove unnecessary parts (#243)

v0.5.0

24 Nov 16:00
0852462
Compare
Choose a tag to compare
Update development.rst (#242)

v0.4.1

11 Jul 13:17
Compare
Choose a tag to compare
v0.4.1

v.0.3.0

20 May 03:28
5eba013
Compare
Choose a tag to compare
v0.3.0

v0.3.0

0.2.2

30 Jul 14:55
Compare
Choose a tag to compare
Bump version: 0.2.1 → 0.2.2

v0.2.1

31 May 14:30
Compare
Choose a tag to compare

Small bugfix release

  • Fix to ensure that grid indices are always interger dtype.
  • Fix to keep proper Comodo metadata when swapping dimensions.

v0.2.0

14 Feb 19:13
Compare
Choose a tag to compare

This release contains the following feature enhancements:

  • Files are not read until the data are accessed. This helps overcome a common “too many open files issue” (#11).
  • A workaround for missing .meta files (#12).
  • Option for a separate grid_dir in case it is different from data_dir (#13).
  • Refactor of the way LLC data is read which allows for more efficient chunking and lower memory usage (#20)
  • Bug fix related to the handling of default_dtype parameter (#34). By Guillaume Sérazin.
  • Support for older MITgcm versions that write a different lenght drC variable (#8). By Liam Brannigan.
  • Support for cartesian curvilinear grids. By Andrea Cimatoribus.
  • Expanded and improved documentation.