Skip to content

Commit 1c8a919

Browse files
authored
Bump version 0.1.7 (#65)
1 parent 0751578 commit 1c8a919

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Changelog for package rko_lio
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.7 (2025-10-21)
6+
------------------
7+
* python: Update rosbags requirement from to allow 0.11 (`#63 <https://github.com/PRBonn/rko_lio/issues/63>`_)
8+
* Update rosbags requirement from <0.11,>=0.10 to >=0.10,<0.12 in /python
9+
* Changes to rosbag reader to support older versions and 0.11
10+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11+
Co-authored-by: Meher Malladi <rm.meher97@gmail.com>
12+
* actions: Bump pypa/cibuildwheel from 3.2.0 to 3.2.1 (`#61 <https://github.com/PRBonn/rko_lio/issues/61>`_)
13+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14+
* python: Update typer requirement from <0.20,>=0.19 to >=0.19,<0.21(`#62 <https://github.com/PRBonn/rko_lio/issues/62>`_)
15+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16+
* python: Update rerun-sdk version (`#64 <https://github.com/PRBonn/rko_lio/issues/64>`_)
17+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18+
* python: pin versions for compatibility (`#60 <https://github.com/PRBonn/rko_lio/issues/60>`_)
19+
* add python to dependabot checks
20+
* specify upper bounds for pip dependencies
21+
* add optional dataloader tests, and add a workflow to install and test
22+
* improve the testing a bit
23+
* remove the ament cmake find outside of a ros build, as that causes issues on cursed ros setups
24+
* python: data loader improvements and raw loader overhaul (`#56 <https://github.com/PRBonn/rko_lio/issues/56>`_)
25+
* docs: overhaul and add a github pages workflow (`#55 <https://github.com/PRBonn/rko_lio/issues/55>`_)
26+
essentially a massive overhaul to everything documentation related. we now use rosdocs2, sphinx, doxygen to build docs. and gh-pages-action to deploy to github-pages automatically
27+
* Contributors: Meher Malladi, dependabot[bot]
28+
529
0.1.6 (2025-10-07)
630
------------------
731
* make fPIC a property target ON instead of a global build flag

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?><package format="3">
33
<name>rko_lio</name>
4-
<version>0.1.6</version>
4+
<version>0.1.7</version>
55
<description>A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling</description>
66
<maintainer email="rm.meher97@gmail.com">Meher Malladi</maintainer>
77
<license>MIT</license>

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "rko_lio"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling"
99
authors = [{ name = "Meher Malladi", email = "rm.meher97@gmail.com" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)