Skip to content

v0.5.0

Latest

Choose a tag to compare

@mhubii mhubii released this 04 Feb 11:08
· 6 commits to main since this release
552d3fb

In summary, this release:

  • Removes ROS dependencies from the core library, turning it self-contained
  • Adds automated Docker image deployment
  • Resolves GitHub action runner Out of Memory (OOM) across tests and deployment
  • Continues to support ROS for deployment and integration
  • Refactors the core and removes legacy couplings

Note that this release breaks API, and that this library is still under heavy development. Thank you to all the contributors!

What's changed

Deployment

  • Docker Image via CI by @Haydnspass in #93
  • Fix tests OOM by @mhubii in #114
  • Fix TestPyPI publish failure with dynamic dev versioning by @Copilot in #123

Code refactors

Remove ROS from core

  • Remove ROS package registry from CLI 110 by @mhubii in #115
  • Remove ROS from Docker by @mhubii in #116
  • Remove ROS dependency in Robot constructor by @mhubii in #108

New contributors

  • @aymuos15 made their first contribution in #88
  • @Copilot made their first contribution in #102

Full Changelog: 0.4.6...0.5.0