Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -28,4 +37,4 @@ Allow size with any Axis descriptor (#98)

Allow reduction to single value (#90)

## v0.1.0
## v0.1.0
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "YAXArrays"
uuid = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c"
authors = ["Fabian Gans <[email protected]>"]
version = "0.4.3"
version = "0.4.4"

[deps]
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Expand Down