Releases: Cosmo-Tech/CosmoTech-Acceleration-Library
0.8.0 - Data store and IO commands
Data store and IO commands
This release adds a data-store
to CoAL which allow to keep data in between simulation steps
It also adds a set of commands to csm-data
to allow interactions with the data-store and multiple systems allowing for a pre-packaged way to send its content
What's Changed
- Minimal coal store version by @neomatamune in #37
- Afos/io connections commands by @neomatamune in #38
Full Changelog: 0.7.0...0.8.0
0.7.0 - Migrate `csm-orc` data commands
Migrate csm-orc
data commands
This release port data commands from csm-orc
to csm-data
keeping full functionality equivalence.
This move was made to remove circular dependencies between csm-orc
and CosmoTech-Acceleration-Library
and to ensure that data based commands were part of the correct CLI.
Also the documentation for csm-data
got updated to be fully generated based on the CLI itself
What's Changed
- Update tdl-load-files to break on double Scenario+Runner id calls by @neomatamune in #35
- Port data commands from csm-orc by @neomatamune in #36
Full Changelog: 0.6.2...0.7.0
0.6.2
0.6.2 2024-07-19 (33d06a3...b695a86)
Features
- Format objects loaded from TDL in JSON (b630bbf)
- Allow TDL load files to work with scenarios (bb7da33)
Bug Fixes
0.6.1 - patch `tdl_load_file`
Add some documentation generation and patch an issue in csm-data api tdl-load-files
where environment variables were directly used in the code instead of their computed values.
Full Changelog: 0.6.0...0.6.1
0.6.0 - `csm-data` is here
0.6.0 - csm-data
New cli csm-data
is available with mutliple commands made available in csm-orc
at installation
Commands in csm-data
allow for an easier interaction with the Cosmo Tech API, by giving out of the box commands that allow read and write to systems integrated in the API :
wsf
commands allow for interaction with the Workspace Files inside the APItdl
commands allow interaction with the Twin Data Layer of the Datasets of the APIrds
commands interact with the Result Data Service of the Runs of the API
What's Changed
- Add
csm-data
cli by @neomatamune in #33
Full Changelog: 0.5.4...0.6.0
0.5.4
0.5.3 - Correct detection of legacy TDL datasets
What's Changed
- Lal/scenario downloader legacy compat by @lalepee in #29
- Lal/scenario downloader legacy compat by @lalepee in #30
Full Changelog: 0.5.2...0.5.3
0.5.2 - Default dataset download order
Now the nominal case for dataset download is the Twingraph Dataset API
What's Changed
New Contributors
Full Changelog: 0.5.0...0.5.2