Skip to content

Commit

Permalink
Make release 1.0.6.
Browse files Browse the repository at this point in the history
This way we jump to a new version, the first under the name of MorphoLibJ.

Relevant changes:

* Rename whole project to MorphoLibJ, much more descriptive than ijpb-plugins.
* Fix bug when applying marker-controlled watershed with a mask.
* Fix a bug that caused chamfer distance map to sometimes forget the lower-left pixel.
* Fix potential bugs in computation of geodesic distances.
* Fix bug that was causing any 3d input image unusable after running the Morphological Segmentation plugin.
* Add Glasbey and Golden angle LUTs.
  • Loading branch information
iarganda committed Oct 30, 2014
1 parent fac7a7e commit 08a70d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">

<groupId>fr.inra.ijpb</groupId>
<artifactId>MorphoLibJ_</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>

<name>plugins/MorphoLibJ_.jar</name>
<description>Mathematical morphology library and plugins for ImageJ/Fiji</description>
Expand Down

0 comments on commit 08a70d6

Please sign in to comment.