Skip to content

Commit 66174cf

Browse files
authored
🔖 Changelog entry for v0.6.0 (#95)
* 🔖 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)
1 parent ff3bc17 commit 66174cf

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

docs/changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## Release v0.6.0 (2023/04/18)
4+
5+
### 💫 Highlights
6+
7+
* 🎉 **Sixth release of zen3geo** 🎉
8+
* 🚸 Walkthrough on handling multi-resolution climate data ([#91](https://github.com/weiji14/zen3geo/pull/91))
9+
10+
### 🚀 Features
11+
12+
* ✨ XpySTACAssetReader for reading COG, NetCDF & Zarr STAC assets ([#87](https://github.com/weiji14/zen3geo/pull/87))
13+
* ✨ Implement len function for XbatcherSlicerIterDataPipe ([#75](https://github.com/weiji14/zen3geo/pull/75))
14+
15+
### 📖 Documentation
16+
17+
* ♻️ Use xarray.merge with join="override" in collate functions ([#72](https://github.com/weiji14/zen3geo/pull/72))
18+
19+
### 🧰 Maintenance
20+
21+
* ⬆️ Bump jupyter-book from 0.14.0 to 0.15.1 ([#94](https://github.com/weiji14/zen3geo/pull/94))
22+
* 📦️ Publish to TestPyPI and PyPI via OpenID Connect token ([#90](https://github.com/weiji14/zen3geo/pull/90))
23+
* 👷 NEP29: Run Continuous Integration on Python 3.11 ([#89](https://github.com/weiji14/zen3geo/pull/89))
24+
* ⬆️ Bump jupyter-book from 0.13.0 to 0.14.0 ([#85](https://github.com/weiji14/zen3geo/pull/85))
25+
* 📌 Pin maximum python version to <4.0 ([#78](https://github.com/weiji14/zen3geo/pull/78))
26+
* ⬆️ Bump poetry from 1.2.0 to 1.3.0 ([#77](https://github.com/weiji14/zen3geo/pull/77))
27+
* 📌 Pin minimum xbatcher version to 0.2.0 ([#73](https://github.com/weiji14/zen3geo/pull/73))
28+
29+
### 🧑‍🤝‍🧑 Contributors
30+
31+
[@dependabot[bot]](https://github.com/dependabot-bot) and [@weiji14](https://github.com/weiji14)
32+
33+
---
34+
335
## Release v0.5.0 (2022/09/26)
436

537
### 💫 Highlights

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zen3geo"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "The 🌏 data science library you've been waiting for~"
55
authors = ["Wei Ji <[email protected]>"]
66
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)