Skip to content

Commit 15a5751

Browse files
authored
Merge pull request #9 from jnnr/release/0.0.2
Release/0.0.2
2 parents a3b222b + c08eede commit 15a5751

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Changelog
22
=========
33

4-
v0.0.2 (2024)
4+
v0.0.2 (2024-11-21)
55
------------------------------------------------------------
6-
- Added a function that allows to disaggregate polygons to points https://github.com/jnnr/gregor/pull/5.
7-
- Rearranged CLI to offer disaggregation and aggregation to/from raster and points https://github.com/jnnr/gregor/pull/5.
6+
- Add a function that allows to disaggregate polygons to points [#5](https://github.com/jnnr/gregor/pull/5).
7+
- Rearrange CLI to offer disaggregation and aggregation to/from raster and points [#5](https://github.com/jnnr/gregor/pull/5).
8+
- Fix CLI example [#7](https://github.com/jnnr/gregor/pull/7).
9+
- Accomodate for geopandas API change and raise FutureWarning [#6](https://github.com/jnnr/gregor/pull/6).
10+
- Extend readme [#8](https://github.com/jnnr/gregor/pull/8)
811

9-
v0.0.1 (2024)
12+
v0.0.1 (2024-08-12)
1013
------------------------------------------------------------
1114
- Initial release

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
title: "Gregor"
1010
type: software
1111
license: MIT
12-
version: 0.0.1
12+
version: 0.0.2
1313
doi:
1414
date-released:
1515
url: "https://github.com/jnnr/gregor"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
]
66
description = "A library for spatial aggregation and disaggregation"
77
readme = "README.md"
8-
version = "0.0.1"
8+
version = "0.0.2"
99
dynamic = ["dependencies"]
1010

1111
# complete classifier list:

0 commit comments

Comments
 (0)