File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff line change 99title : " Gregor"
1010type : software
1111license : MIT
12- version : 0.0.1
12+ version : 0.0.2
1313doi :
1414date-released :
1515url : " https://github.com/jnnr/gregor"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = [
55]
66description = " A library for spatial aggregation and disaggregation"
77readme = " README.md"
8- version = " 0.0.1 "
8+ version = " 0.0.2 "
99dynamic = [" dependencies" ]
1010
1111# complete classifier list:
You can’t perform that action at this time.
0 commit comments