Skip to content

Commit

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

Patch release for zen3geo.

* ⬆️ Bump zen3geo from 0.6.0 to 0.6.1

Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/weiji14/zen3geo/releases)
- [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md)
- [Commits](v0.6.0...v0.6.1)
  • Loading branch information
weiji14 committed May 31, 2023
1 parent a1b1ff2 commit 85df909
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## Release v0.6.1 (2023/05/31)

### 💫 Highlights

* 🎉 **Patch release for zen3geo** 🎉
* 😎 Full Python 3.11 support and a couple of bug fixes for DatashaderRasterizer

### 🚀 Features

* 🥚 Allow using XpySTACAssetReader without xpystac when engine!=stac ([#100](https://github.com/weiji14/zen3geo/pull/100))

### 🐛 Bug Fixes

* 🐛 Fix DatashaderRasterizer for GeoDataFrame wrapped in StreamWrapper ([#104](https://github.com/weiji14/zen3geo/pull/104))
* 🐛 Fix DatashaderRasterizer to allow N:1 instead of just 1:1 ([#98](https://github.com/weiji14/zen3geo/pull/98))

### 📖 Documentation

* 👽️ Handle ms-buildings 20230425 update in Object Detection tutorial ([#106](https://github.com/weiji14/zen3geo/pull/106))

### 🧰 Maintenance

* 👷 NEP29: Run CI and Docs build on Python 3.11 ([#103](https://github.com/weiji14/zen3geo/pull/103))
* ⬆️ Bump poetry from 1.3.0 to 1.4.2 ([#99](https://github.com/weiji14/zen3geo/pull/99))

### 🧑‍🤝‍🧑 Contributors

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

---

## Release v0.6.0 (2023/04/18)

### 💫 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.6.0"
version = "0.6.1"
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 85df909

Please sign in to comment.