Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 707 Bytes

Changelog

[0.0.6] - 2024-08-10

Adds

  • Introduce a more complete framework
  • Major bug fixes and refactoring
  • Introduce several new implementations of controllers and planners
  • Introduce several implementations of debuggers and callback handlers
  • Improve documentation and README
  • Add more examples and tutorials

[0.0.4] - 2024-08-08

Adds

  • Example on using SimpleManagedCtrlLoop and core components
  • Improve docs and Readme

[0.0.3]

Adds

  • Auto-release action in main branch on version bump

Fixes

  • Pypi installation issues
  • mutable defaults in dataclass fields

[0.0.1]

Adds

  • Initial working version of framework
  • Minimal dummy example of control loop