Skip to content

Commit

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

Second minor release of zen3geo.

* ⬆️ Bump zen3geo from 0.1.0 to 0.2.0

Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/weiji14/zen3geo/releases)
- [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md)
- [Commits](v0.1.0...v0.2.0)

* 📝 Add changelog entry for updated dev dependencies

Include two more commits where development related dependencies were upgraded.

* ✏️ Update release date from 20220716 to 20220717
  • Loading branch information
weiji14 authored Jul 17, 2022
1 parent 50224ba commit aa8b472
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## Release v0.2.0 (2022/07/17)

### 💫 Highlights

* 🎉 **Second release of zen3geo** 🎉
* 🚸 Walkthrough on creating batches of data chips ([#20](https://github.com/weiji14/zen3geo/pull/20))

### 🚀 Features

* ♻️ Let RioXarrayReader return dataarray only instead of tuple ([#24](https://github.com/weiji14/zen3geo/pull/24))
* ✨ XbatcherSlicerIterDataPipe for slicing xarray.DataArray ([#22](https://github.com/weiji14/zen3geo/pull/22))
* ✨ PyogrioReaderIterDataPipe for reading vector OGR files ([#19](https://github.com/weiji14/zen3geo/pull/19))

### 📖 Documentation

* 🎨 Extra subsection for rioxarray datapipes ([#18](https://github.com/weiji14/zen3geo/pull/18))

### 🧰 Maintenance

* 👷 NEP29: Run CI and Docs build on Python 3.10 ([#29](https://github.com/weiji14/zen3geo/pull/29))
* ⬆️ Bump poetry from 1.2.0b2 to 1.2.0b3 ([#28](https://github.com/weiji14/zen3geo/pull/28))
* 📌 Pin minimum torchdata version to 0.4.0 ([#25](https://github.com/weiji14/zen3geo/pull/25))
* 📌 Pin minimum pyogrio version to 0.4.0 ([#21](https://github.com/weiji14/zen3geo/pull/21))

### 🧑‍🤝‍🧑 Contributors

@weiji14

---

## Release v0.1.0 (2022/06/08)

### 💫 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.1.0"
version = "0.2.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 aa8b472

Please sign in to comment.