Skip to content

Commit

Permalink
Version 2.5.3: bugfix for randomize_neural_states
Browse files Browse the repository at this point in the history
  • Loading branch information
tfardet committed Nov 18, 2021
1 parent baf39c5 commit 3f511d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[![Coverage Status](https://coveralls.io/repos/github/tfardet/NNGT/badge.svg?branch=main)](https://coveralls.io/github/tfardet/NNGT?branch=main)
[![Documentation Status](https://readthedocs.org/projects/nngt/badge/?version=latest)](http://nngt.readthedocs.org/en/latest/?badge=latest) [![License](http://img.shields.io/:license-GPLv3+-yellow.svg)](http://www.gnu.org/licenses/gpl-3.0.html)<br>
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3402493.svg)](https://doi.org/10.5281/zenodo.3402493)
![Release (latest by date)](https://img.shields.io/github/v/release/tfardet/NNGT)
![PyPI](https://img.shields.io/pypi/v/nngt)

The Neural Networks and Graphs' Topology (NNGT) module provides tools to
Expand Down
2 changes: 1 addition & 1 deletion nngt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
import numpy as _np


__version__ = '2.5.2'
__version__ = '2.5.3'


# ----------------------- #
Expand Down
1 change: 1 addition & 0 deletions nngt/simulation/nest_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import nest
import numpy as np

import nngt
from nngt.lib import InvalidArgument, nonstring_container
from nngt.lib.rng_tools import _generate_random
from nngt.lib.sorting import _sort_groups
Expand Down

0 comments on commit 3f511d3

Please sign in to comment.