Releases: arteria-project/arteria-core
Releases · arteria-project/arteria-core
v1.1.4
Do not use json pickle
Arteria core will now use standard json
instead of jsonpickle
for its json parsing needs.
Arteria code is now available on PyPI
It is no possible to install arteria-core with pip install arteria
. 🎆
Bug fix: Update to newer requests version
Bump version to 1.1.1 Previously the version specified in the __init__.py file was not up to date.
Validation of state
Add new functionality in the state
module, making it possible to validate that a given state is valid for the system. The function to do so is called: validate_state
Adding READY as acceptable state
Merge pull request #12 from johandahlberg/add_ready_state Add ready to known states
v1.0.1
This release contains:
- fixed tests
- a new ArteriaUsageException class which can be used as is or as a base class for exceptions related to Arteria usage (and which should as a rule be handled).