v0.1.0rc2
The second pre-release of Delft-FIAT.
Added
- A version switcher for the documentation
- Added entries for chunking size in the settings file (
settings.toml
) forGeomModel
- Chunking for geometry calculations (
GeomModel
) - Chunking for resolving temporary
GeomModel
output - New method for writing geometries from a buffer:
BufferedGeomWriter
- New function for merging vector layers:
merge_geom_layers
- Setting of amount of threads via cli
Changed
- Better build environment creation on linux systems
- Clarified the cli
- Fixed chunking on a single thread
- Fixed and clarified the shape (w, h) of
GridSource
andGrid
- Fixed handling of positive nodata values in geometry calculations
- Fixed indexing in
GridModel
calculations - Parallelisation of calculations for
GeomModel
(not only in risk mode) - Updated the installer creation (exe) on Windows (10/11)
- Various bug fixes
Deprecated
get_bbox
method ofGeomSource
andGridSource
- Setting:
chunk
inexposure.geom.settings
, deprecated in favour ofchunk
inglobal.geom
- Setting:
chunk
inexposure.grid.settings
, deprecated in favour ofchunk
inglobal.grid
- Setting:
chunk
inhazard.settings
, deprecated in favour ofchunk
inglobal.grid
Documentation
- Ability to switch between documentation/ software versions
- Improved/ updated the page regarding exposure csv
- Restructered user settings pages
- Seperated user settings into: Basic, Computational & Optional
PR's
- Release/v0.1.0rc1 by @dalmijn in #94
- Dev/0.1.0rc2 by @dalmijn in #95
- Small fixes by @dalmijn in #101
- Improve documentation by @dalmijn in #100
- Grid shape fix by @dalmijn in #104
- Event scheduling by @dalmijn in #96
- Linting sonar file by @dalmijn in #106
- Bug maintenance rc2 by @dalmijn in #108
- Rc2 workflow update by @dalmijn in #109
- Chunking update by @dalmijn in #110
Full Changelog: v0.1.0rc1...v0.1.0rc2