diff --git a/NEWS.md b/NEWS.md index 957f42c8d..31baaea02 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,16 @@ # News ## v0.4.4 +### Added +Add How to sections to the documentation + +### Fixed Fixed subsetting of datasets so that no error is thrown if some of the cubes inside the dataset don't contain the axis for subsetting. +Fixed batch extraction so that extracted values are not duplicated (#194) +Fixed performance bug in saving of small cubes (#210) +Fix concatenation bug (EarthDataLab # 284) +Fix permutation bug for two input cubes (#201) + ## v0.4.3 Added the possibility to use Tables.jl compatible Tables for indexing into a YAXArray. Makes extraction of data from a list of scattered locations in a YAXArray convenient. @@ -28,4 +37,4 @@ Allow size with any Axis descriptor (#98) Allow reduction to single value (#90) -## v0.1.0 \ No newline at end of file +## v0.1.0 diff --git a/Project.toml b/Project.toml index 934ab507a..fcfd6a766 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "YAXArrays" uuid = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c" authors = ["Fabian Gans "] -version = "0.4.3" +version = "0.4.4" [deps] CFTime = "179af706-886a-5703-950a-314cd64e0468"