Release of v2.9.4
Version 2.9.4: Released July 1st, 2023
- Python:
- pymrpt now ships stub
.pyi
files, for IDEs to autocomplete MRPT Python programs. - maps and multimaps are iterable again (Fixes a regression in v2.9.3)
- timestamps now has a
__str__
operator andto_double()
method.
- pymrpt now ships stub
- Build system:
- Fix several modern cmake warnings.
- BUG FIXES:
- Fix fail to build with libftdi1 v1.4 (Ubuntu Focal).