Release 1.28.9
Oasis Release v1.28.9
Docker Images (Platform)
- coreoasis/api_server:1.28.9
- coreoasis/model_worker:1.28.9
- coreoasis/model_worker:1.28.9-debian
- coreoasis/piwind_worker:1.28.9
Docker Images (User Interface)
Components
Changelogs
OasisPlatform Changelog - 1.28.9
- #1117 - Updated Package Requirements
OasisLMF Changelog - 1.28.9
- #1518 - Fix/pre analysis user dir
- #1554 - drop duplicate il term lines before merging
- #1547 - Running full_correlation + gulmc causes an execution to hang.
- #1556 - Fix CI build system failures
Release Notes
OasisLMF Notes
Added user_data_dir
to pre and post analysis hooks - (PR #1518)
Path for custom user assets added to hook class parameters
Reduce memory usage in il generation step - (PR #1554)
Drop duplicated lines containing each specific level terms before merging with the input level do reduce memory consumption
Disable full_correlation when running gulmc - (PR #1555)
Gulmc provide a more fine grained correlation feature and make full_correlation flag not useful and created an issue where the run would hang
This change disable full_correlation in that case fixing the hanging issue.
Fix CI build system failures - (PR #1556)
- Updated GH actions to use artifact v4
- Pinned Fiona package (the newer package has incompatibility with some older versions of Geopandas)
update to geopandas0.14.4
or pin fiona to version1.9.6