Skip to content

Commit

Permalink
Release/1.3.1 (#324)
Browse files Browse the repository at this point in the history
* Updated changelog.

* Bumped version number.
  • Loading branch information
simonpierredeschenes committed Mar 4, 2019
1 parent 5960271 commit eaece70
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,23 @@
Changelog for package libpointmatcher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.1 (2019-03-04)
------------------
* Added documentation for people using ROS.
* Increased libnabo minimal version to 1.0.7.
* Added interface to inform if maximum number of iterations was reached.
* Fixed portability issue of the FileLogger.
* Fixed unit tests on Windows.
* Fixed parameter-less modules having 'unknown' as class name.
* Updated Windows compilation tutorial.
* Fixed compilation problems on Windows.
* Fixed PointToPlan error residual.
* Changed DOI resolver link in documentation.
* Added validation for the input transformation matrix in ICP.cpp.
* Removed duplication of PointToPoint compute in PointToPointWithCov.
* Added the RemoveSensorBias filter.
* Splitted ErrorMinimizersImpl.cpp into multiple files.

1.3.0 (2018-10-26)
------------------
* Removed some boost utilities supported by c++11
Expand Down
2 changes: 1 addition & 1 deletion package.xml
@@ -1,6 +1,6 @@
<package>
<name>libpointmatcher</name>
<version>1.3.0</version>
<version>1.3.1</version>
<description>
libpointmatcher is a modular ICP library, useful for robotics and computer vision.
</description>
Expand Down
4 changes: 2 additions & 2 deletions pointmatcher/PointMatcher.h
Expand Up @@ -70,9 +70,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


//! version of the Pointmatcher library as string
#define POINTMATCHER_VERSION "1.3.0"
#define POINTMATCHER_VERSION "1.3.1"
//! version of the Pointmatcher library as an int
#define POINTMATCHER_VERSION_INT 10300
#define POINTMATCHER_VERSION_INT 10301

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

0 comments on commit eaece70

Please sign in to comment.