Skip to content

Commit

Permalink
🔖 Changelog entry for v0.6.0 (#95)
Browse files Browse the repository at this point in the history
* 🔖 Changelog entry for v0.6.0

Sixth minor release of zen3geo.

* ⬆️ Bump zen3geo from 0.5.0 to 0.6.0

Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/weiji14/zen3geo/releases)
- [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md)
- [Commits](v0.5.0...v0.6.0)
  • Loading branch information
weiji14 committed Apr 18, 2023
1 parent ff3bc17 commit 66174cf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## Release v0.6.0 (2023/04/18)

### 💫 Highlights

* 🎉 **Sixth release of zen3geo** 🎉
* 🚸 Walkthrough on handling multi-resolution climate data ([#91](https://github.com/weiji14/zen3geo/pull/91))

### 🚀 Features

* ✨ XpySTACAssetReader for reading COG, NetCDF & Zarr STAC assets ([#87](https://github.com/weiji14/zen3geo/pull/87))
* ✨ Implement len function for XbatcherSlicerIterDataPipe ([#75](https://github.com/weiji14/zen3geo/pull/75))

### 📖 Documentation

* ♻️ Use xarray.merge with join="override" in collate functions ([#72](https://github.com/weiji14/zen3geo/pull/72))

### 🧰 Maintenance

* ⬆️ Bump jupyter-book from 0.14.0 to 0.15.1 ([#94](https://github.com/weiji14/zen3geo/pull/94))
* 📦️ Publish to TestPyPI and PyPI via OpenID Connect token ([#90](https://github.com/weiji14/zen3geo/pull/90))
* 👷 NEP29: Run Continuous Integration on Python 3.11 ([#89](https://github.com/weiji14/zen3geo/pull/89))
* ⬆️ Bump jupyter-book from 0.13.0 to 0.14.0 ([#85](https://github.com/weiji14/zen3geo/pull/85))
* 📌 Pin maximum python version to <4.0 ([#78](https://github.com/weiji14/zen3geo/pull/78))
* ⬆️ Bump poetry from 1.2.0 to 1.3.0 ([#77](https://github.com/weiji14/zen3geo/pull/77))
* 📌 Pin minimum xbatcher version to 0.2.0 ([#73](https://github.com/weiji14/zen3geo/pull/73))

### 🧑‍🤝‍🧑 Contributors

[@dependabot[bot]](https://github.com/dependabot-bot) and [@weiji14](https://github.com/weiji14)

---

## Release v0.5.0 (2022/09/26)

### 💫 Highlights
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zen3geo"
version = "0.5.0"
version = "0.6.0"
description = "The 🌏 data science library you've been waiting for~"
authors = ["Wei Ji <23487320+weiji14@users.noreply.github.com>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit 66174cf

Please sign in to comment.