Skip to content

Releases: Cosmo-Tech/CosmoTech-Acceleration-Library

0.9.0 - dump_to_azure and get_logger

19 Dec 15:08
Compare
Choose a tag to compare

get_logger went to csm-orc

broken-gif

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

Full Changelog: 0.8.8...0.9.0

0.8.8 - Even more fixes

04 Dec 10:21
Compare
Choose a tag to compare

Even more fixes

broken-gif

Full Changelog: 0.8.7...0.8.8

0.8.7 - csm-data api postgres-send-runner-metadata

03 Dec 14:20
Compare
Choose a tag to compare

csm-data api postgres-send-runner-metadata

broken-gif

Full Changelog: 0.8.6...0.8.7

0.8.6 - More fixes and better type inference

03 Dec 09:10
Compare
Choose a tag to compare

More fixes and better type inference

broken-gif

Full Changelog: 0.8.5...0.8.6

0.8.5 - Fixes and security

27 Nov 10:54
Compare
Choose a tag to compare

Fixes and security

broken-gif

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

Full Changelog: 0.8.4...0.8.5

0.8.4 - CSV columns are no longer forced to lowercase

21 Oct 12:43
Compare
Choose a tag to compare

No more lowercase when importing CSV column names

broken-gif

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

15 Oct 12:06
Compare
Choose a tag to compare

Data export patch

broken-gif

Some data export commands had issues in some edge case, this patch correct those.

What's Changed

Full Changelog: 0.8.1...0.8.3

0.8.1 - Logger QoL

10 Oct 12:30
Compare
Choose a tag to compare

Give access to pre-configured loggers following the same format as CoAL for anyone

broken-gif

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

04 Oct 12:56
Compare
Choose a tag to compare

Data store and IO commands

broken-gif

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

Full Changelog: 0.7.0...0.8.0

0.7.0 - Migrate `csm-orc` data commands

06 Aug 12:46
e789c23
Compare
Choose a tag to compare

Migrate csm-orc data commands

broken-gif

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

Full Changelog: 0.6.2...0.7.0