Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 9a3aa05

Browse files
committed
Release version 3.7.0
1 parent dc68c31 commit 9a3aa05

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,22 @@ binaries (and respective sources) of the versions listed here can be downloaded
88

99

1010
## Development Builds
11-
* No major changes to report
11+
* To be documented
1212

1313
## Release Builds
1414

1515
[![DOI](https://zenodo.org/badge/4622/tferr/ASA.svg)](https://zenodo.org/badge/latestdoi/4622/tferr/ASA)
1616

17+
#### Version 3.7.0
18+
* Fixes for _Analyze>Sholl>Group Sholl Profiles..._ ([#23](https://github.com/tferr/ASA/issues/23))
19+
* Development is now focused on implementing an IJ2 command. An Experimental version
20+
can be accessed through _Analyze>Sholl>Sholl Analysis (Experimental Version)..._
21+
Some Scripting examples are also available in the Script Editor's Template menu.
22+
Please submit bug reports on any issues you may find
23+
* As a preparation for full IJ2 compatibility, most of the parsing heavy leaving
24+
was rewritten. This brought immediate benefits to the current IJ1 implementation,
25+
e.g., ROIs of intersection points can also be retrieved with 3D stacks
26+
1727
#### Version 3.6.13 (May 2017)
1828
* All options can now be accessed programmatically ([example](./scripting-examples/))
1929
* Intersection points between arbor and sampling shells can be accessed as ROIs

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
<groupId>ca.mcgill</groupId>
1616
<artifactId>Sholl_Analysis</artifactId>
17-
<version>3.6.14-SNAPSHOT</version>
17+
<version>3.7.0</version>
1818

1919
<name>Sholl Analysis</name>
20-
<description>An ImageJ 1.x plugin that uses automated Sholl to perform neuronal morphometry directly from segmented images and traces from Simple Neurite Tracer</description>
20+
<description>ImageJ plugin that uses automated Sholl to perform neuronal morphometry directly from segmented images and traces from Simple Neurite Tracer</description>
2121
<url>http://imagej.net/Sholl</url>
2222
<inceptionYear>2005</inceptionYear>
2323
<organization>

0 commit comments

Comments
 (0)