Skip to content

v1.0.6

Compare
Choose a tag to compare
@RobRoyce RobRoyce released this 30 Aug 22:09
· 14 commits to main since this release
d22eb90

What's Changed

Full Changelog: v1.0.5...v1.0.6

Added

  • Implemented streaming capability for ROSA responses
  • Added pyproject.toml for modern Python packaging
  • Implemented asynchronous operations in TurtleAgent for better responsiveness

Changed

  • Updated Dockerfile for improved build process and development mode support
  • Refactored TurtleAgent class for better modularity and streaming support
  • Improved bounds checking for turtle movements
  • Updated demo script for better cross-platform support and X11 forwarding
  • Renamed set_debuging to set_debugging in system tools

Fixed

  • Corrected typos and improved documentation in various files
  • Fixed potential issues with turtle movement calculations

Removed

  • Removed unnecessary logging statements from turtle tools