Skip to content

Commit

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

Fourth minor release of zen3geo.

* ⬆️ Bump zen3geo from 0.3.0 to 0.4.0

Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/weiji14/zen3geo/releases)
- [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md)
- [Commits](v0.3.0...v0.4.0)
  • Loading branch information
weiji14 authored Sep 8, 2022
1 parent 5c1501a commit 5bc43da
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
32 changes: 30 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## Release v0.4.0 (2022/09/08)

### 💫 Highlights

* 🎉 **Fourth release of zen3geo** 🎉
* 🚸 Walkthrough on object detection with bounding boxes ([#49](https://github.com/weiji14/zen3geo/pull/49))

### 🚀 Features

* ✨ GeoPandasRectangleClipper for spatially subsetting vectors ([#52](https://github.com/weiji14/zen3geo/pull/52))

### 📖 Documentation

* 📝 Add install from conda-forge instructions ([#55](https://github.com/weiji14/zen3geo/pull/55))
* ✏️ Edit docs to use OGC:CRS84 lon/lat instead of EPSG:4326 ([#45](https://github.com/weiji14/zen3geo/pull/45))
* 💡 Warn about overlapping strides if followed by train/val split ([#43](https://github.com/weiji14/zen3geo/pull/43))

### 🧰 Maintenance

* ⬆️ Bump poetry from 1.2.0rc1 to 1.2.0 ([#47](https://github.com/weiji14/zen3geo/pull/47))
* ⬆️ Bump poetry from 1.2.0b3 to 1.2.0rc1 ([#44](https://github.com/weiji14/zen3geo/pull/44))

### 🧑‍🤝‍🧑 Contributors

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

---

## Release v0.3.0 (2022/08/19)

### 💫 Highlights
Expand All @@ -25,7 +53,7 @@

### 🧑‍🤝‍🧑 Contributors

@weiji14
[@weiji14](https://github.com/weiji14)

---

Expand Down Expand Up @@ -55,7 +83,7 @@

### 🧑‍🤝‍🧑 Contributors

@weiji14
[@weiji14](https://github.com/weiji14)

---

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.3.0"
version = "0.4.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 5bc43da

Please sign in to comment.