Skip to content

Releases: arteria-project/arteria-core

v1.1.4

13 Jul 13:22
1372aa1
Compare
Choose a tag to compare

Release Notes

Bug fixes

  • remove last occurrence of jsonpickle
  • make it possible to ignore args from sys.argv
  • replace deprecated optparse by argparse

Do not use json pickle

22 Nov 15:44
Compare
Choose a tag to compare

Arteria core will now use standard json instead of jsonpickle for its json parsing needs.

Arteria code is now available on PyPI

22 Nov 14:11
Compare
Choose a tag to compare

It is no possible to install arteria-core with pip install arteria. 🎆

Bug fix: Update to newer requests version

22 Nov 08:39
Compare
Choose a tag to compare
Bump version to 1.1.1

Previously the version specified in the __init__.py file was not up to
date.

Validation of state

04 May 07:37
Compare
Choose a tag to compare

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

03 May 11:53
Compare
Choose a tag to compare
Merge pull request #12 from johandahlberg/add_ready_state

Add ready to known states

v1.0.1

23 Feb 14:20
Compare
Choose a tag to compare

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).

v1.0.0

26 Nov 14:35
Compare
Choose a tag to compare

Initial release.