Skip to content

Commit

Permalink
Update changelog for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Feb 15, 2023
1 parent e6eb5e9 commit 3b7bda1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## 0.3.1 (2023-02-15)

### Changed
- `lilio.resample` will now return `xr.DataArray` if the input is `xr.DataArray`.
- For compatibility with DataArray output, the Dataset/DataArray returned by resample now has the coordinates "left_bound" and "right_bound" instead of a single "intervals" coordinate with the "bounds" dimension.
Expand All @@ -14,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- In the output of `resample()`, the column/coordinate `target` has been renamed to `is_target` to avoid clashing with a possibly commonly used name by users.
- The input data into `resample()` is now checked for the existance of reserved names, such as "anchor_year" or "i_interval", to avoid overwriting these and cause unpredictable behavior.

## 0.3.0 (2022-02-08)
## 0.3.0 (2023-02-08)

First release of Lilio as a split off from `s2spy`.

Expand Down

0 comments on commit 3b7bda1

Please sign in to comment.