Skip to content

Commit a71639f

Browse files
authored
🔖 Changelog entry for v0.5.0 (#67)
* 🔖 Changelog entry for v0.5.0 Fifth minor release of zen3geo. * ⬆️ Bump zen3geo from 0.4.0 to 0.5.0 Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/weiji14/zen3geo/releases) - [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md) - [Commits](v0.4.0...v0.5.0)
1 parent 1074285 commit a71639f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

docs/changelog.md

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

3+
## Release v0.5.0 (2022/09/26)
4+
5+
### 💫 Highlights
6+
7+
* 🎉 **Fifth release of zen3geo** 🎉
8+
* 🚸 Walkthrough on stacking time-series earth observation data ([#62](https://github.com/weiji14/zen3geo/pull/62))
9+
10+
### 🚀 Features
11+
12+
* ✨ StackSTACMosaicIterDataPipe to mosaic tiles into one piece ([#63](https://github.com/weiji14/zen3geo/pull/63))
13+
* ✨ StackSTACStackerIterDataPipe for stacking STAC items ([#61](https://github.com/weiji14/zen3geo/pull/61))
14+
* ✨ PySTACAPISearchIterDataPipe to query dynamic STAC Catalogs ([#59](https://github.com/weiji14/zen3geo/pull/59))
15+
* ✨ PySTACItemReaderIterDataPipe for reading STAC Items ([#46](https://github.com/weiji14/zen3geo/pull/46))
16+
17+
### 📖 Documentation
18+
19+
* 🚚 Rename to PySTACAPISearcher and StackSTACMosaicker ([#64](https://github.com/weiji14/zen3geo/pull/64))
20+
21+
### 🧰 Maintenance
22+
23+
* 📌 Pin min pystac-client and stackstac to v0.4.0, pystac to 1.4.0 ([#66](https://github.com/weiji14/zen3geo/pull/66))
24+
* 📦️ Exclude tests from source distribution and binary wheel ([#58](https://github.com/weiji14/zen3geo/pull/58))
25+
26+
### 🧑‍🤝‍🧑 Contributors
27+
28+
[@dependabot[bot]](https://github.com/dependabot-bot) and [@weiji14](https://github.com/weiji14)
29+
30+
---
31+
332
## Release v0.4.0 (2022/09/08)
433

534
### 💫 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.4.0"
3+
version = "0.5.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)