Skip to content

roslibpy v1.4.0

Compare
Choose a tag to compare
@gonzalocasas gonzalocasas released this 18 Jan 00:42
· 65 commits to main since this release
aeea1ff

Changed

  • Switched to black for python code formatting.
  • Fix incompatible settings between black and flake8.
  • Updated Github Actions workflows to remove python 3.6 builds.
  • Replaced occurrences of raise Exception with more specific Exception subclasses.