Skip to content

Releases: H-IAAC/CST-Python

0.3.0

09 Dec 18:51
894cb74
Compare
Choose a tag to compare

What's Changed

  • Gymnasium integration
  • Memory storage, for memory synchronization between CST-Python instances and with CST-Java

0.2.0

26 Nov 19:08
ba25fdb
Compare
Choose a tag to compare

CST-Python base code ready!

Fixes

  • Typechecking fixes

Documentation

  • Core code documentation
  • BibTeX generation
  • Repository DOI
  • Link to documentation in README

Code Infrastructure

  • Documentation CI
  • PyPI Publish CI
  • Typechecking

0.1.1

08 Nov 17:09
ac4e1bb
Compare
Choose a tag to compare

Examples

New examples:

  • Introduction to CST-Python
  • Implementig a Architecture
  • Publisher-Subscriber
  • Activation and Monitoring

Fixes

Core

  • Typos
  • Memory atribute types, to match CST-Java types
  • Codelet thread name
  • Memory object equals implementation

Code Infrastructure

  • Core modules tests
  • Tests CI