Releases: allenai/rslearn
Releases · allenai/rslearn
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Changes:
- Six new data sources! (see below)
- Documentation is revamped to make it easier for new users to get started
- Fix pip dependency resolution issues so users can install rslearn when using pip directly
- Support multi-temporal Items and add SPATIAL_MOSAIC_TEMPORAL_STACK compositing method to handle aligning item time series against the window time range
- Improved behavior for the dataset prepare/ingest/materialize commands: use multiple workers by default, and process all windows (instead of failing on errors) while showing a summary of processed windows and errors at the end
- RegressionTask and PerPixelRegressionTask: add RMSE and MAPE metrics
- OlmoEarth: support training with missing modalities, and expose sub-month missing timesteps
- OlmoEarth: use olmoearth_pretrain_minimal to handle ModelIDs so users can easily install it via rslearn[extra]
- New EmbeddingCache model component: caches embeddings when using a frozen encoder so they don't need to be re-computed each time; makes it much faster to train a linear probe
- Support easily moving windows between groups via renaming (previously, this would cause issues since the group was also stored in metadata.json)
- During data loading, make windows skipped by check_window more transparent
- New SQLiteWindowStorage window storage: much faster window listing and completed layer lookup operations than the default FileWindowStorage
- New transforms: GaussianNoise, RandomTimeDropping
- Lots of bug fixes and test coverage improvements
New data sources:
- SoilDB
- Sentinel-2 from EarthDaily
- ERA5 Land Hourly Time-Series
- Sentinel-3 SLSTR LST from Planetary Computer
- Google Satellite Embedding v1 from AWS S3
- HLS Sentinel-2 and Landsat data from Planetary Computer
v0.0.29
What's Changed
- Add data source for Google Satellite Embedding v1 from AWS bucket. by @favyen2 in #483
- Add global pooling by @yawenzzzz in #479
- Fix method resolution order bug by @APatrickJ in #488
Full Changelog: v0.0.28...v0.0.29
v0.0.28
v0.0.27
v0.0.26
v0.0.25
What's Changed
- Visualization module by @piperwolters in #436
- Add note about installing olmoearth_pretrain explicitly to OlmoEarth tutorials by @favyen2 in #453
- Add an integration test to verify training and prediction for each Task by @favyen2 in #438
- Retriable Inference by @rvratner in #461
New Contributors
- @piperwolters made their first contribution in #436
- @rvratner made their first contribution in #461
Full Changelog: v0.0.24...v0.0.25