Changelog
v0.1.0
- Reduce computational load of disaggretation by re-organising code and allowing parallelisation with dask #18.
- Add a more computationally expensive performance test, which disaggregates rooftop PV capacities in Europe, to be run locally #18.
- Add CI testing #19.
- Add more unit tests #17.
- Fix failing aggregation when polygon index is unnamed #14.
- Move to the modelblocks-org.
v0.0.2 (2024-11-21)
- Add a function that allows to disaggregate polygons to points #5.
- Rearrange CLI to offer disaggregation and aggregation to/from raster and points #5.
- Fix CLI example #7.
- Accomodate for geopandas API change and raise FutureWarning #6.
- Extend readme #8
v0.0.1 (2024-08-12)