Skip to content

Commit 5bc43da

Browse files
authored
🔖 Changelog entry for v0.4.0 (#56)
* 🔖 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)
1 parent 5c1501a commit 5bc43da

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

docs/changelog.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## Release v0.4.0 (2022/09/08)
4+
5+
### 💫 Highlights
6+
7+
* 🎉 **Fourth release of zen3geo** 🎉
8+
* 🚸 Walkthrough on object detection with bounding boxes ([#49](https://github.com/weiji14/zen3geo/pull/49))
9+
10+
### 🚀 Features
11+
12+
* ✨ GeoPandasRectangleClipper for spatially subsetting vectors ([#52](https://github.com/weiji14/zen3geo/pull/52))
13+
14+
### 📖 Documentation
15+
16+
* 📝 Add install from conda-forge instructions ([#55](https://github.com/weiji14/zen3geo/pull/55))
17+
* ✏️ Edit docs to use OGC:CRS84 lon/lat instead of EPSG:4326 ([#45](https://github.com/weiji14/zen3geo/pull/45))
18+
* 💡 Warn about overlapping strides if followed by train/val split ([#43](https://github.com/weiji14/zen3geo/pull/43))
19+
20+
### 🧰 Maintenance
21+
22+
* ⬆️ Bump poetry from 1.2.0rc1 to 1.2.0 ([#47](https://github.com/weiji14/zen3geo/pull/47))
23+
* ⬆️ Bump poetry from 1.2.0b3 to 1.2.0rc1 ([#44](https://github.com/weiji14/zen3geo/pull/44))
24+
25+
### 🧑‍🤝‍🧑 Contributors
26+
27+
[@dependabot[bot]](https://github.com/dependabot-bot) and [@weiji14](https://github.com/weiji14)
28+
29+
---
30+
331
## Release v0.3.0 (2022/08/19)
432

533
### 💫 Highlights
@@ -25,7 +53,7 @@
2553

2654
### 🧑‍🤝‍🧑 Contributors
2755

28-
@weiji14
56+
[@weiji14](https://github.com/weiji14)
2957

3058
---
3159

@@ -55,7 +83,7 @@
5583

5684
### 🧑‍🤝‍🧑 Contributors
5785

58-
@weiji14
86+
[@weiji14](https://github.com/weiji14)
5987

6088
---
6189

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.3.0"
3+
version = "0.4.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)