v0.2.0
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.