Skip to content

Commit eaece70

Browse files
Release/1.3.1 (#324)
* Updated changelog. * Bumped version number.
1 parent 5960271 commit eaece70

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.rst

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

5+
1.3.1 (2019-03-04)
6+
------------------
7+
* Added documentation for people using ROS.
8+
* Increased libnabo minimal version to 1.0.7.
9+
* Added interface to inform if maximum number of iterations was reached.
10+
* Fixed portability issue of the FileLogger.
11+
* Fixed unit tests on Windows.
12+
* Fixed parameter-less modules having 'unknown' as class name.
13+
* Updated Windows compilation tutorial.
14+
* Fixed compilation problems on Windows.
15+
* Fixed PointToPlan error residual.
16+
* Changed DOI resolver link in documentation.
17+
* Added validation for the input transformation matrix in ICP.cpp.
18+
* Removed duplication of PointToPoint compute in PointToPointWithCov.
19+
* Added the RemoveSensorBias filter.
20+
* Splitted ErrorMinimizersImpl.cpp into multiple files.
21+
522
1.3.0 (2018-10-26)
623
------------------
724
* Removed some boost utilities supported by c++11

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>libpointmatcher</name>
3-
<version>1.3.0</version>
3+
<version>1.3.1</version>
44
<description>
55
libpointmatcher is a modular ICP library, useful for robotics and computer vision.
66
</description>

pointmatcher/PointMatcher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7070

7171

7272
//! version of the Pointmatcher library as string
73-
#define POINTMATCHER_VERSION "1.3.0"
73+
#define POINTMATCHER_VERSION "1.3.1"
7474
//! version of the Pointmatcher library as an int
75-
#define POINTMATCHER_VERSION_INT 10300
75+
#define POINTMATCHER_VERSION_INT 10301
7676

7777
//! Functions and classes that are not dependant on scalar type are defined in this namespace
7878
namespace PointMatcherSupport

0 commit comments

Comments
 (0)