Skip to content

Commit aa8b472

Browse files
authored
🔖 Changelog entry for v0.2.0 (#27)
* 🔖 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
1 parent 50224ba commit aa8b472

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

docs/changelog.md

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

3+
## Release v0.2.0 (2022/07/17)
4+
5+
### 💫 Highlights
6+
7+
* 🎉 **Second release of zen3geo** 🎉
8+
* 🚸 Walkthrough on creating batches of data chips ([#20](https://github.com/weiji14/zen3geo/pull/20))
9+
10+
### 🚀 Features
11+
12+
* ♻️ Let RioXarrayReader return dataarray only instead of tuple ([#24](https://github.com/weiji14/zen3geo/pull/24))
13+
* ✨ XbatcherSlicerIterDataPipe for slicing xarray.DataArray ([#22](https://github.com/weiji14/zen3geo/pull/22))
14+
* ✨ PyogrioReaderIterDataPipe for reading vector OGR files ([#19](https://github.com/weiji14/zen3geo/pull/19))
15+
16+
### 📖 Documentation
17+
18+
* 🎨 Extra subsection for rioxarray datapipes ([#18](https://github.com/weiji14/zen3geo/pull/18))
19+
20+
### 🧰 Maintenance
21+
22+
* 👷 NEP29: Run CI and Docs build on Python 3.10 ([#29](https://github.com/weiji14/zen3geo/pull/29))
23+
* ⬆️ Bump poetry from 1.2.0b2 to 1.2.0b3 ([#28](https://github.com/weiji14/zen3geo/pull/28))
24+
* 📌 Pin minimum torchdata version to 0.4.0 ([#25](https://github.com/weiji14/zen3geo/pull/25))
25+
* 📌 Pin minimum pyogrio version to 0.4.0 ([#21](https://github.com/weiji14/zen3geo/pull/21))
26+
27+
### 🧑‍🤝‍🧑 Contributors
28+
29+
@weiji14
30+
31+
---
32+
333
## Release v0.1.0 (2022/06/08)
434

535
### 💫 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.1.0"
3+
version = "0.2.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)