Skip to content

Commit

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

Third minor release of zen3geo.

* ⬆️ Bump zen3geo from 0.2.0 to 0.3.0

Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/weiji14/zen3geo/releases)
- [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md)
- [Commits](v0.2.0...v0.3.0)
  • Loading branch information
weiji14 committed Aug 19, 2022
1 parent 21aaf92 commit 600975a
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.3.0 (2022/08/19)

### 💫 Highlights

* 🎉 **Third release of zen3geo** 🎉
* 🚸 Walkthrough on rasterizing vector polygons into label masks ([#31](https://github.com/weiji14/zen3geo/pull/31))

### 🚀 Features

* ✨ DatashaderRasterizer for burning vector shapes to xarray grids ([#35](https://github.com/weiji14/zen3geo/pull/35))
* ✨ XarrayCanvasIterDataPipe for creating blank datashader canvas ([#34](https://github.com/weiji14/zen3geo/pull/34))
* ♻️ Let PyogrioReader return geodataframe only instead of tuple ([#33](https://github.com/weiji14/zen3geo/pull/33))

### 🐛 Bug Fixes

* ♻️ Refactor DatashaderRasterizer to be up front about datapipe lengths ([#39](https://github.com/weiji14/zen3geo/pull/39))
* 🩹 Raise ModuleNotFoundError when xbatcher not installed ([#37](https://github.com/weiji14/zen3geo/pull/37))

### 📖 Documentation

* 📝 Improve pip install zen3geo instructions with extras dependencies ([#40](https://github.com/weiji14/zen3geo/pull/40))
* 🔍 Show more levels for the in-page table of contents ([#36](https://github.com/weiji14/zen3geo/pull/36))

### 🧑‍🤝‍🧑 Contributors

@weiji14

---

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

### 💫 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.2.0"
version = "0.3.0"
description = "The 🌏 data science library you've been waiting for~"
authors = ["Wei Ji <[email protected]>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit 600975a

Please sign in to comment.