Releases: Cosmo-Tech/CosmoTech-Acceleration-Library
0.9.0 - dump_to_azure and get_logger
get_logger
went to csm-orc
In an effort to allow for standardized logs inside of Cosmo Tech product the get_logger
got moved to csm-orc as it is mandatory unlike CoAL
What's Changed
- fix download dataset type dataset_part as workspace_file by @lalepee in #43
- Add dump_to_azure command by @jreynard-code in #44
- 0.9.0 - Move get_logger to csm-orc by @neomatamune in #45
Full Changelog: 0.8.8...0.9.0
0.8.8 - Even more fixes
0.8.7 - csm-data api postgres-send-runner-metadata
0.8.6 - More fixes and better type inference
0.8.5 - Fixes and security
Fixes and security
This release adds a few fixes and a security update for Keycloack authentication allowing the use of an optional security certificate to authenticate.
What's Changed
- add direct workspace file download by @lalepee in #40
- add proctection on null dataset by @lalepee in #42
Full Changelog: 0.8.4...0.8.5
0.8.4 - CSV columns are no longer forced to lowercase
No more lowercase when importing CSV column names
The sanitization column for CSV loading kept a call to "lower" function left from a testing period, it got removed, now issues with column names will be tied to user inputs.
Full Changelog: 0.8.3...0.8.4
0.8.3 - Patch data outputs commands
Data export patch
Some data export commands had issues in some edge case, this patch correct those.
What's Changed
- Data export patch by @neomatamune in #39
Full Changelog: 0.8.1...0.8.3
0.8.1 - Logger QoL
Give access to pre-configured loggers following the same format as CoAL for anyone
This patch adds a method to generate loggers using the configuration of the coal logger
Full Changelog: 0.8.0...0.8.1
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