8000 Tags · cauluomeng/NNGT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cauluomeng/NNGT

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 2.1.0 (tfardet#100)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.0.1 Patch: fix windows install, correct max integer for RNG (tfarde…

…t#92)

This patch fixes the windows install using pip and fixes the max integer value for random number generators.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 2.0.0 (tfardet#89)

v1.3.2

Toggle v1.3.2's commit message
bumped version to 1.3.2

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.3.1 (tfardet#52)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.3.0 (tfardet#50)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.2.1 (tfardet#39)

Breaking change:

`decimate` converted to `decimate_connections` in plot functions.

Various corrections:

* improved setup for NEST loading
* set binsize to int in `total_firing_rate`
* improved data management and pip install correction

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.2 (tfardet#36)

Major
* major improvement of all backend support
* bugfixes for new_edge in networkx
* bugfixes for all attribute types
* thorough tests of node and edges attributes
* addition of get_nodes/get_edges methods
* addition of metagroups
* improved plotting, histogram
* updated and improved documentation and tutorials

Minor
* removed some prints
* updated NeuralPop reduce
* updated travis
* ntype -> neuron_type
* switched name/nodes for groups creation
* guard for mpl in example, updated todos

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.1.0 (tfardet#31)

NNGT fixes

    Corrected error in distance-rule with OpenMP
    Improved and corrected draw_network, plot_activity, and animation
    IO now save and load properly the areas of a Shape
    changed set_minis to have independent weight
    working multithreading install on Windows
    fixed crash with sorting method

Graph library interactions

    Corrected error in betweenness with igraph
    Corrected neighbors with networkx

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.0.1 (tfardet#26)

Improvements
* plot_activity has axis keyword and better color handling
* get_weights/delays/types support partial edges query
* draw_network with colorbar

Bugfix
* edge_list and neighbour_list attributes saving
* problems with network saving in db
* get_weights
* get_node_attributes
* nx edges_attributes and BaseGraph new_edge_attr
* inverted in/out neighbours for igraph
0