Skip to content

Commit 54553e9

Browse files
authored
Merge pull request #252 from thinkingmachines/chore/update-changelog-for-release-0.4.0
Chore/update changelog for release 0.4.0
2 parents caacdd3 + f934df2 commit 54553e9

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release Notes
22

3+
## 0.4.0
4+
5+
### New Features
6+
7+
- `FastBingTileGenerator` for significantly speeding up grid generation ([#245](https://github.com/thinkingmachines/geowrangler/pull/245)), thanks to [@joshuacortez](https://github.com/joshuacortez)
8+
- This PR adds a new gridding class `FastBingTileGenerator` that significantly speeds up grid generation. This is added in `00_grids.ipynb`.
9+
10+
- `Exactextract zonal stats` method for a faster raster zonal stats implementation based on `exactextract` python package ([#236](https://github.com/thinkingmachines/geowrangler/pull/236)), thanks to [@tm-jc-nacpil](https://github.com/tm-jc-nacpil)
11+
12+
- This PR adds a new method `create_raster_zonal_stats_exactextract` that uses the `exactextract` python package for a faster raster zonal stats implementation. This is added in `02_raster_zonal_stats.ipynb`.
13+
14+
- Documentation updates: updated the Development, Contributing and Release sections of the documentation to reflect the new development and release processes.
15+
316
## 0.1.0 - Initial Release
417

518
### Features

geowrangler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"

notebooks/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"\n",
7070
"To make it easy to document, maintain, and extend the package, we opted to maintain the source code, tests and documentation\n",
7171
"on Jupyter notebooks. We use [nbdev](https://nbdev.fast.ai) to generate the Python package and documentation \n",
72-
"from the notebooks. See this document to learn more about our development workflow. \n",
72+
"from the notebooks. See this [document](https://github.com/thinkingmachines/geowrangler/blob/master/DEVELOPMENT.md) to learn more about our development workflow. \n",
7373
"\n",
7474
"By doing this, we hope to make it easy for geospatial analysts, scientists, and engineers to learn, explore, and extend this package \n",
7575
"for their geospatial processing needs. \n",

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
host = github
33
repo = geowrangler
44
lib_name = geowrangler
5-
version = 0.3.0
5+
version = 0.4.0
66
min_python = 3.8
77
license = MIT
88
black_formatting = True

0 commit comments

Comments
 (0)