Skip to content

Commit

Permalink
Merge pull request #291 from norlab-ulaval/release/1.3.0
Browse files Browse the repository at this point in the history
Updated changelog and bumped libpointmatcher version.
  • Loading branch information
simonpierredeschenes committed Oct 26, 2018
2 parents e91d089 + e7a15ce commit 6a76aa0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -2,13 +2,17 @@
Changelog for package libpointmatcher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2018-10-26)
------------------
* Removed some boost utilities supported by c++11
* Replaced raw pointers by std smart pointers

1.2.4 (2018-10-15)
------------------
* Support of Eigen 3.3
* Introduced SurfaceNormalDataPointsFilter, OctreeGridDataPointsFilter and NormalSpaceDataPointsFilter
* A lot of bugs were fixed


1.2.3 (2015-05-15)
------------------
* Support including other versions of YAML in compilation units that also include the YAML version packed with libpointmatcher (PR #80)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
@@ -1,6 +1,6 @@
<package>
<name>libpointmatcher</name>
<version>1.2.4</version>
<version>1.3.0</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.2.4"
#define POINTMATCHER_VERSION "1.3.0"
//! version of the Pointmatcher library as an int
#define POINTMATCHER_VERSION_INT 10204
#define POINTMATCHER_VERSION_INT 10300

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

0 comments on commit 6a76aa0

Please sign in to comment.