Skip to content

Releases: AprilRobotics/apriltag

v3.4.5

29 Aug 18:37
94be783
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.4...v3.4.5

v3.4.4

26 Jul 17:42
3950db9
Compare
Choose a tag to compare

What's Changed

  • fix segmentation fault in conda env #352 by @clysto in #377
  • Release Python Global Interpreter Lock During Detection by @Jgunde in #384
  • Acquire Lock Before Releasing Python GIL by @Jgunde in #386
  • replace deprecated 'windows-2019' runner with 'windows-latest' by @christian-rauch in #392
  • When using CMake >= 3.24 use CMAKE_COMPILE_WARNING_AS_ERROR variable instead of setting -Werror directly by @traversaro in #390
  • release version 3.4.4 by @christian-rauch in #393

New Contributors

Full Changelog: v3.4.3...v3.4.4

3.4.3

16 Feb 13:53
fb2a409
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.2...v3.4.3

3.4.2

13 May 21:34
12cf56b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.4.2

3.4.1

12 May 12:26
abf7d58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

3.4.0

10 Mar 09:23
77a769a
Compare
Choose a tag to compare

Breaking Changes

  • unused parameters have been removed from public functions (64ff95b)
  • the installation path for the Python module changed (caa865a)
  • Makefile was removed in favour of the CMake files 91aa0d1)

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

Memory leak fix, add back 36h10 family, switch to OpenCV4

04 Feb 18:42
ee28e35
Compare
Choose a tag to compare

This release:

We've increased the minor release to reflect the change in OpenCV4 default version.

Fix python wrapper memory leak

18 Sep 15:49
Compare
Choose a tag to compare
v3.1.7

Bump version number due to bugfix for memory leak in the python wrapper.

Hotfix for CMake versions <3.11

19 Aug 11:27
Compare
Choose a tag to compare

v3.1.5 contained an alias fix for the exported target. This fix requires CMake v3.11+ to work. This release makes the fix in v3.1.5 conditional on the CMake version.

Fix backwards-compatibility by adding an alias for the new namespaced CMake target.

17 Aug 18:35
3d687ee
Compare
Choose a tag to compare