Skip to content

Releases: PolarBean/DeepSlice

DeepSlice 1.2.6

26 Jun 14:34
27b5aee

Choose a tag to compare

Thanks to @kkpatel25 DeepSlice now supports Tensorflow 2.19.0.
Additionally a minor bug fix to allow pip install -e . to run locally without issue.

DeepSlice 1.2.5

12 Mar 14:20

Choose a tag to compare

add support for labeling bad sections. This can be useful if you have damaged tissue or a few sections of hemibrain data. Rather than exclude these data or have them stuff up the propagation we can instead label them as damaged and have their position propagated from the other intact sections. It only propagates the position and angle but keeps the original width and height, this may still be inaccurate if the section is highly damaged and for this we recommend QuickNII corrections.

DeepSlice 1.2.4

06 Jun 14:35
2fd6793

Choose a tag to compare

DOI

Deprecate save to XML

DeepSlice 1.2.3

24 May 15:48
f04eee0

Choose a tag to compare

DOI

Problem with pinned protobuf prevented package properly installing from PyPi (try saying that 10 times quickly)

DeepSlice 1.2

24 May 15:32
f04c3fd

Choose a tag to compare

DOI

Allows DeepSlice to use tensorflow 2 and more recent versions of Python.
Thanks to @wjguan for fixing a major model loading bug!

DeepSlice 1.1.7

30 Jan 12:12

Choose a tag to compare

DOI

Full Changelog: 1.1.6...1.1.7

DeepSlice 1.1.6

11 Oct 14:44
258f3b5

Choose a tag to compare

DOI

Fixes an issue where paths of images could be accidentally saved when on Windows

DeepSlice 1.1.5

07 Aug 15:08
4b4aaf6

Choose a tag to compare

DOI
Added lxml to the dependency list as users have been recieving errors when installing via PyPi. We will phase out XML outputs in the future and then remove lxml.

DeepSlice 1.1.4

03 Aug 11:04

Choose a tag to compare

DOI

First release to include a citable doi via zenodo for users who would like to specify the exact version they used.

DeepSlice 1.1.3

28 Jul 11:35

Choose a tag to compare

In this release we have added the ability to auto detect potential outlier sections and to manually specify heavily damaged sections. This allows DeepSlice to weight these sections less when calculating average angle and section number based position.