diff --git a/Notes.md b/Notes.md index 34697f4..7c7f3a2 100644 --- a/Notes.md +++ b/Notes.md @@ -8,12 +8,22 @@ binaries (and respective sources) of the versions listed here can be downloaded ## Development Builds -* No major changes to report +* To be documented ## Release Builds [![DOI](https://zenodo.org/badge/4622/tferr/ASA.svg)](https://zenodo.org/badge/latestdoi/4622/tferr/ASA) +#### Version 3.7.0 +* Fixes for _Analyze>Sholl>Group Sholl Profiles..._ ([#23](https://github.com/tferr/ASA/issues/23)) +* Development is now focused on implementing an IJ2 command. An Experimental version + can be accessed through _Analyze>Sholl>Sholl Analysis (Experimental Version)..._ + Some Scripting examples are also available in the Script Editor's Template menu. + Please submit bug reports on any issues you may find +* As a preparation for full IJ2 compatibility, most of the parsing heavy leaving + was rewritten. This brought immediate benefits to the current IJ1 implementation, + e.g., ROIs of intersection points can also be retrieved with 3D stacks + #### Version 3.6.13 (May 2017) * All options can now be accessed programmatically ([example](./scripting-examples/)) * Intersection points between arbor and sampling shells can be accessed as ROIs diff --git a/pom.xml b/pom.xml index 008da7c..253d8fd 100644 --- a/pom.xml +++ b/pom.xml @@ -14,10 +14,10 @@ ca.mcgill Sholl_Analysis - 3.6.14-SNAPSHOT + 3.7.0 Sholl Analysis - An ImageJ 1.x plugin that uses automated Sholl to perform neuronal morphometry directly from segmented images and traces from Simple Neurite Tracer + ImageJ plugin that uses automated Sholl to perform neuronal morphometry directly from segmented images and traces from Simple Neurite Tracer http://imagej.net/Sholl 2005