Skip to content

Commit

Permalink
🔖 Changelog entry for v0.5.0 (#67)
Browse files Browse the repository at this point in the history
* 🔖 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)
  • Loading branch information
weiji14 committed Sep 26, 2022
1 parent 1074285 commit a71639f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

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

### 💫 Highlights

* 🎉 **Fifth release of zen3geo** 🎉
* 🚸 Walkthrough on stacking time-series earth observation data ([#62](https://github.com/weiji14/zen3geo/pull/62))

### 🚀 Features

* ✨ StackSTACMosaicIterDataPipe to mosaic tiles into one piece ([#63](https://github.com/weiji14/zen3geo/pull/63))
* ✨ StackSTACStackerIterDataPipe for stacking STAC items ([#61](https://github.com/weiji14/zen3geo/pull/61))
* ✨ PySTACAPISearchIterDataPipe to query dynamic STAC Catalogs ([#59](https://github.com/weiji14/zen3geo/pull/59))
* ✨ PySTACItemReaderIterDataPipe for reading STAC Items ([#46](https://github.com/weiji14/zen3geo/pull/46))

### 📖 Documentation

* 🚚 Rename to PySTACAPISearcher and StackSTACMosaicker ([#64](https://github.com/weiji14/zen3geo/pull/64))

### 🧰 Maintenance

* 📌 Pin min pystac-client and stackstac to v0.4.0, pystac to 1.4.0 ([#66](https://github.com/weiji14/zen3geo/pull/66))
* 📦️ Exclude tests from source distribution and binary wheel ([#58](https://github.com/weiji14/zen3geo/pull/58))

### 🧑‍🤝‍🧑 Contributors

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

---

## Release v0.4.0 (2022/09/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.4.0"
version = "0.5.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 a71639f

Please sign in to comment.