Releases: esa-cci/xcube-cci
Releases · esa-cci/xcube-cci
0.9.7
0.9.6
Changes in 0.9.6
- Updated Example Notebooks
- Extended support of datasets. Previously, datasets which had a chunking of
the time dimension larger than one were not handled properly. This affected
OZONE in a monthly resolution, SEALEVEL in a monthly resolution, and several
ICESHEETS datasets. #12 - Chunk sizes may now also be decreased, in order to achieve optimal chunkings.
For some datasets (e.g., BIOMASS), this increases the performance and helps
avoiding memory issues. #48
0.9.5
Changes in 0.9.5
- Allow reading of datasets that do not specify chunk sizes (e.g., FIRE)
Cate #1033.
0.9.4
0.9.3
0.9.3.dev1
Changes in 0.9.3 (in development)
- Avoid problems when opening the same dataset with different parameters
0.9.3.dev0
Changes in 0.9.3 (in development)
- Always show time bounds as coordinate, not as data variable
- Prevent IndexError when requesting data with a time range
0.9.2
0.9.2.dev1
Changes in 0.9.2 (in development)
- Avoid warnings
0.9.2.dev0
Changes in 0.9.2 (in development)
- Fixed issue where opening datasets in a daily resolution without a delimiting
time range would cause memory errors #56.