Minor update to add a new keyword for raster sampling, `ela.geo.sample_raster(nodata={ndval})`, to specify custom nodata values to ignore in addition to the nodata value specified in the raster metadata.
0.3.15
- added the `EnsembleModel()` class for merging multi-model predictions for general inference and performance evaluation and also to simplify applying an ensemble to raster data. - Improved class hygiene by refactoring mixins and declaring class-level variables for estimators and transformers. - Added a progress bar to point annotation. - Simplified and clarified docstrings.
0.3.14
Added the `train_test_split` module, which contains:
- `checkerboard_split()` for train/test splitting - `GeographicKFold()` for cross-validation train/test splitting
Updated docs, tests to match.
0.3.13b
This is the first GH package release, designed for testing the pypi publish package action. I expect this version to be fairly close to what is to come in 1.0.0, as most new features and bugs on the roadmap have been worked out.