Skip to content
Snippets Groups Projects
Verified Commit 7e7f6e1a authored by philippe.verley_ird.fr's avatar philippe.verley_ird.fr Committed by philippe.verley_ird.fr
Browse files

Incremented AMAPVox version to 1.4.4 and updated AMAPVox.readme file.

parent 425063e8
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@ Git commit $BUILD_NUMBER
AMAPVox 1.4
Replaced internal math library by vecmath. New launcher. New Visualization tool.
# 1.4.4, 2019-10-28, TM & PhV
* Bug fixes on 3D visualisation tool
# 1.4.3, 2019-10-22, PhV
* Mixed approach for numerical estimation of the transmittance: unrestricted accuracy by default (requires to store every ray crossing a voxel) and fallback mode when memory cost is too high with limited precision.
* Updated calculation of the bias correction factor of the attenuation coefficient.
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<artifactId>amapvox-core</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<artifactId>amapvox-gui</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<artifactId>amapvox</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<groupId>amap.lidar.amapvox</groupId>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......@@ -57,7 +57,7 @@
<dependency>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-gui</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
<dependency>
......@@ -80,12 +80,12 @@
<dependency>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-core</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
<dependency>
<groupId>amap.lidar.amapvox</groupId>
<artifactId>visualization</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment