Skip to content

Releases: zauberzeug/rosys

v0.29.1

07 Oct 06:49
8081951

Choose a tag to compare

Bugfixes

v0.29.0

01 Oct 09:09
e9fe7ed

Choose a tag to compare

New features and enhancements

Bugfixes

v0.28.0

01 Aug 12:02
d2fa331

Choose a tag to compare

New features and enhancements

  • Upgrade to Python 3.13 as the default version, drop support for Python 3.10 (#316 by @falkoschindler)
    ⚠️ Breaking change:
    • Now RoSys requires at least Python 3.11 to run.
    • The RoSys Docker container is now based on Python 3.13.
  • Allow defining a custom host for hardware detectors (#315 by @denniswittich)
  • Allow customizing the reprojection tolerance for project_from_image (#317 by @denniswittich, @falkoschindler)

v0.27.0

25 Jul 07:20
e007670

Choose a tag to compare

New features and enhancements

  • Introduce an algorithm for advanced spatial resection (#310 by @denniswittich, @NiklasNeugebauer, @falkoschindler)
  • Make automator notifications deactivatable (#314 by @pascalzauberzeug, @falkoschindler)
  • Add a new camera parameter avdec (#312 by @denniswittich, @falkoschindler, @NiklasNeugebauer)
  • Remove deprecations (#313 by @NiklasNeugebauer)
    ⚠️ Breaking changes
    • The jovision_profile parameter has been renamed to substream.
      If there is persistence of cameras that still contains this parameter, their creation will cause an exception.
      Recently updated persistence (since 0.22.0) should have removed this parameter automatically.
      Your persistence files can be found in ~/.rosys/.
    • The function Calibration.undistort_array has been merged into Calibration.undistort_image.
      Calling the latter with a NumPy array containing an image will have the same effect as undistort_array.

v0.26.0

27 Jun 15:17
5cab3aa

Choose a tag to compare

New features and enhancements

Bugfixes

v0.25.0

05 Jun 13:54
e5746d4

Choose a tag to compare

New features and enhancements

Bugfixes

v0.24.1

19 May 09:09
2ca6de1

Choose a tag to compare

Bugfixes

Documentation

v0.24.0

15 May 14:29
62fc7b9

Choose a tag to compare

New features and enhancements

Bugfixes

Documentation

v0.23.0

28 Mar 15:58
5be6452

Choose a tag to compare

New features and enhancements

Bugfixes

v0.22.2

29 Jan 13:41

Choose a tag to compare

Dependency