Skip to content

Commit

Permalink
Add Changelog for version 0.4.4 (#211)
Browse files Browse the repository at this point in the history
* Add Changelog for version 0.4.4

* Push version to 0.4.4
  • Loading branch information
felixcremer authored Jan 5, 2023
1 parent 4442217 commit 34d8d8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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 <fgans@bgc-jena.mpg.de>"]
version = "0.4.3"
version = "0.4.4"

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

2 comments on commit 34d8d8d

@meggart
Copy link
Member

@meggart meggart commented on 34d8d8d Jan 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/75146

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.4 -m "<description of version>" 34d8d8dd9aa481eb7af7d0c66836c164bdc07b2b
git push origin v0.4.4

Please sign in to comment.