Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Releases: BlueBrain/ConnectomeUtilities

Bug fixes and networkx interaction

12 Apr 08:16
Compare
Choose a tag to compare

Various bug fixes.
Also added option to convert ConnectivityMatrix objects to and from networkx DiGraph objects.

New features and examples: Reciprocal views

31 Oct 18:07
Compare
Choose a tag to compare

Added the ability to get a reciprocal view of a ConnectivityMatrix object.
That is: All edges that are not reciprocal get removed.

Also added a new exemplary analysis of the MICrONS connectome!

Bug fixes and neighborhoods

04 Oct 14:06
Compare
Choose a tag to compare

In addition to fixing bugs, this includes a decorator to apply an analysis to all neighborhoods of a graph.

Small additions to ConnectivityMatrix

12 Sep 14:46
Compare
Choose a tag to compare

Added some additional helper functions to the ConnectivityMatrix class.

New feature release

23 Jul 15:55
Compare
Choose a tag to compare

New features related to our plasticity project. TimeDependentConnectivityMatrix can be instantiated from plasticity reports to represent synapse weights through time. Also, improved filtering and control model generation in the main ConnectivityMatrix functionality.

First release version 0.3.0

08 Jun 10:07
Compare
Choose a tag to compare

First public release of ConnectomeUtilities.