Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 06:30
5ba4c48

Breaking Changes

cosmica CLI has been removed

cosmica CLI was deprecated and then removed. This is in an effort to remove the support of TOML files as model data format, which was deprecated in this release (see below).

TOML data file format has been deprecated

Previously, COSMICA supported loading models (e.g., constellation, gateways) from TOML files. This functionality has been deprecated and will be removed in future version (not earlier than v0.5.0).

The recommended way to construct models is to directly initialize the corresponding Python classes.

Internal Changes

Documentation

Dependency Updates

Full Changelog: v0.3.0...v0.4.0