Skip to content

Commit

Permalink
Merge pull request #287 from norlab-ulaval/release/1.2.4
Browse files Browse the repository at this point in the history
Updated changelog and bumped libpointmatcher version.
  • Loading branch information
simonpierredeschenes committed Oct 15, 2018
2 parents 2ed366f + 0ad388e commit f65efd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,13 @@
Changelog for package libpointmatcher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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.3</version>
<version>1.2.4</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.3"
#define POINTMATCHER_VERSION "1.2.4"
//! version of the Pointmatcher library as an int
#define POINTMATCHER_VERSION_INT 10203
#define POINTMATCHER_VERSION_INT 10204

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

0 comments on commit f65efd0

Please sign in to comment.