From 9a3aa05d50f54d2043a3701f38b5d522b15e99d8 Mon Sep 17 00:00:00 2001 From: Tiago Date: Sun, 13 Aug 2017 15:42:38 -0400 Subject: [PATCH] Release version 3.7.0 --- Notes.md | 12 +++++++++++- pom.xml | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) 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