Releases: GispoCoding/eis_toolkit
Releases · GispoCoding/eis_toolkit
v1.1.6
03 Jul 05:58
Compare
Sorry, something went wrong.
No results found
🐞 Fixes
Fix case where recomputation of output raster statistics lead to failure saving raster (#517 )
Fix Summarize label metrics binary CLI function (#519 )
v1.1.5
02 May 07:14
Compare
Sorry, something went wrong.
No results found
🐞 Fixes
Make sure raster statistics are recomputed for each processed raster (#511 )
Fix CLI messaging (some characters caused issues in EIS QGIS Plugin on Windows) (#512 )
v1.1.4
08 Apr 12:42
Compare
Sorry, something went wrong.
No results found
✨ New features
Add training data tools: Points to raster and Generate negatives (#481 )
🚀 Performance improvements
Distance computation, Distance to anomaly, Proximity computation and Proximity to anomaly rely now on gdal_proximity by default, making them a lot faster. If gdal_proximity is not available, the tools will fallback to the old, slower implementation (#490 )
🐞 Fixes
Restrict Fiona to 1.9.6 (Fiona 1.10 caused issues with other dependency constraints) (#489 )
Remove gauss resampling from Reproject raster, Resampling raster and Unify raster. Add other available resampling methods for these tools that are available in Rasterio (#503 )
🛠️ Other improvements
Improve CLI feedback by showing checkpoint messages instead of percentages (#485 )
v1.1.3
13 Feb 07:55
Compare
Sorry, something went wrong.
No results found
✨ New features
Added tool to replace values in raster with nodata (#484 )
Added CLI functions for all Weights of evidence tools (#475 )
🛠️ Other improvements
Some modifications to Weights of evidence tools (#482 )
v1.1.2
09 Dec 07:24
Compare
Sorry, something went wrong.
No results found
✨ New features
Added search radius parameter to IDW (#471 )
Added CLI function for feature importance and slightly modified the tool (#468 )
🛠️ Other improvements
Fixes to PCA tests (#465 )
v1.1.1
15 Nov 15:49
Compare
Sorry, something went wrong.
No results found
🚀 Performance improvements
Optimize distance computation (#455 ) (NOTE : This optimization affects also distance_to_anomaly, proximity_to_anomaly and proximity_computation)
🐞 Fixes
Fix missing data closure requirement for CoDA transformations (#457 )
Fix plots not being saved correctly when also shown immediately in CLI functions (#461 )
v1.1.0
07 Nov 08:22
Compare
Sorry, something went wrong.
No results found
🐞 Fixes
Fix issue with winsorize transform when only one percentile was given (#450 )
Fix numeric input column checking for Local Moran's I tool (#453 )
🛠️ Other improvements
Pin scipy version to 1.11.4 to ensure Local Moran's I tool works (#451 )
v1.0.3
28 Oct 07:40
Compare
Sorry, something went wrong.
No results found
✨ New features
Min-max scaling can be used to scale data inversly (#436 )
Added Proximity computation tool (#432 )
Added Proximity to anomaly tool (#440 )
Added Agterberg-Cheng CI test for Weights of evidence (#343 )
Added optimized version of Distance to anomaly tool (requires Windows and to ensure installation of gdal_array) (#423 )
🐞 Fixes
Fixed transformations tool failing when raster metadata did not have nodata defined (#436 )
Fixed PCA tools and updated outputs (#446 )
🛠️ Other improvements
Modified/improved Weights of evidence tool (#355 )
Removed defaults channel from conda installation instructions (#434 )
Added issue templates for new tool requests and bug reports (#317 )
v1.0.2
19 Sep 05:31
Compare
Sorry, something went wrong.
No results found
✨ New features
Added CLI functions for MLP classifier and regessor (#412 )
Added Mask raster tool (#413 )
Added CLI function for Mask raster tool (#419 )
🐞 Fixes
Fixed Keras model saving and available metrics (#412 )
Fixed return data dimension when predicting with Keras regressor model (#412 )
Fixed issues with CoDa tools (#416 )
🛠️ Other improvements
Added masking parameter to Unify raster grids tool (#417 )
Added band parameter to Descriptive statistics raster too (#428 )
v1.0.1
18 Jun 08:31
Compare
Sorry, something went wrong.
No results found
🐞 Fixes
Fix unify raster grids copying unwanted raster metadata (#402 )
Fix invalid scoring for binary classification models (#408 )
🛠️ Other improvements
Reduce number of shown decimals in numeric tool outputs (#411 )
Extend documentation (Conda installation) (#400 )