Skip to content

Releases: contagon/evalio

v0.5.0

10 Apr 17:31
87de72b

Choose a tag to compare

0.5.0 (2026-04-10)

⚠ BREAKING CHANGES

  • Some simple nomenclature breaking changes here, fromMat → from_mat toMat → to_mat toEigen → to_eigen
  • pl: The Pipeline class interface has changed slightly. add_lidar now has no return, and pose method has been removed. In place of these is a new save method for saving poses and features asynchronously with no overhead.

Features

Bug Fixes

  • Add fix for loading time stamps in scientific notation (see enwide) (#70) (4256395)
  • Bump all dependencies (#75) (362ad5b)
  • ci: Clean up ci cibuildwheel selection and concurrency for docs deployment (#66) (d767fe4)
  • ci: Fix uploading assets to github releases (5b9f49e)
  • docs: Update a bunch of docs (#77) (4c29e94)
  • pl: Fix LIO-SAM segfaults (#76) (96e0832)
  • Switch interface to consistent snake_case naming (#65) (ded06a8)

v0.4.2

31 Oct 17:59
b8b0874

Choose a tag to compare

0.4.2 (2025-10-31)

Features

Bug Fixes

  • ci: Add init.py to release-please version bumper (b350adc)
  • ci: Cast release-please output to a boolean (3e3c173)
  • ci: Tweak release output (4c6787c)
  • Remove free-threaded python builds (d91297a)

v0.4.1

26 Oct 01:24

Choose a tag to compare

What's Changed

  • Add in parsing of string for sweep in config by @contagon in #53
  • fix(cli): Fix bug in cli dataset parsing by @contagon in #56

Full Changelog: v0.4.0...v0.4.1

v0.4.0

15 Oct 18:46

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 Jun 22:37

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Apr 19:52

Choose a tag to compare

Notable changes in this release:

  • upgrade cli to use typer and rich for a prettier interface.
  • an attempted fix to sharing pybind modules across compiler versions
  • updates to downloader to match filenames found in cloud locations. See here for a conversion script.

v0.1.1

25 Mar 14:55

Choose a tag to compare

  • Robustify stamp alignment in stats
  • Add tests for all alignment operations in stats
  • Minor tweaks to fix some bugs in evalio-example
  • Fix stamp saving in TrajectoryWriter

v0.1.0

24 Mar 19:36

Choose a tag to compare

First release! The basics should all work - some bugs to be expected though :) This is very much in active development, open an issue if something doesn't work!