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

Commit 580bedb

Browse files
committed
Release v3.6.11
1 parent c778d0e commit 580bedb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Development Builds
1515
Release Builds
1616
--------------
1717
[![DOI](https://zenodo.org/badge/4622/tferr/ASA.svg)](https://zenodo.org/badge/latestdoi/4622/tferr/ASA)
18+
####Version 3.6.11 (January 2017)
19+
* Implemented the _Analyze>Sholl>Group Sholl Profiles..._ command
20+
* All settings are now remembered across restarts
21+
* Fixed an issue in which output files were saved when a valid path was provided
22+
even when the _Save_ option was unchecked
23+
1824
####Version 3.6.10 (January 2017)
1925
* Report sampled distances with zero-intersections ([discussion](http://forum.imagej.net/t/sholl-analysis-circle-help/1564/9?u=tferr))
2026
* Add option to display only linear profiles

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>sc.fiji</groupId>
1010
<artifactId>pom-fiji</artifactId>
11-
<version>26.1.1</version>
11+
<version>26.1.2</version>
1212
<relativePath />
1313
</parent>
1414

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

1919
<name>Sholl Analysis</name>
2020
<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>

0 commit comments

Comments
 (0)