Skip to content

Releases: BlueBrain/NeuroM

Release 3.2.4

15 Sep 07:57
8d856e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.3...v3.2.4

Release 3.2.3

14 Sep 09:55
f9b4083
Compare
Choose a tag to compare

What's Changed

  • Remove duplicated deps jinja, sphinx by @stefanoantonel in #1043
  • Remove single point contour somas in h5 and asc tests by @mgeplf in #1045
  • Check that soma is not empty when features need it by @adrien-berchet in #1073
  • Keep in sync with morphio 3.3.6, and the new SWC types that are avail… by @mgeplf in #1075
  • Can pass List[Population] args to neurom.app.morph_stats.extract_dataframe by @adrien-berchet in #1076
  • Fix neurom.app.morph_stats.extract_dataframe for Population objects with several workers by @adrien-berchet in #1080

New Contributors

Full Changelog: v3.2.0...v3.2.3

v3.2.2

30 Sep 08:20
d352b7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

29 Sep 15:11
acbba0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

06 May 11:29
0ca89b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

29 Oct 14:29
5a48859
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

v3.0.2

29 Oct 10:14
819e5ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

01 Sep 09:14
59eae76
Compare
Choose a tag to compare
  • Ensure angle_between_vectors() always return 0 when the vectors are equal (#955)
  • Add method to Soma class to check wether it overlaps a point or not (#956)

v3.0.0

30 Aug 08:46
a2aa4b4
Compare
Choose a tag to compare
  • rename neuron to morphology
  • refactor features
  • refactor viewer
  • allow pass arguments to neurom stats

See CHANGELOG.rst for more details on changes.

Fix 'sholl_frequency' feature for a neuron population

22 Jun 15:14
76b8c55
Compare
Choose a tag to compare
  • better comments to Population (#938)
  • fix _neuron_population for 'sholl_frequency' feature over a neuron population (#944)
  • use a tuple for subplot default value in view.common.get_figure (#946)