Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfardet committed Feb 23, 2021
1 parent 0d128b0 commit d6bea32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nngt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
import numpy as _np


__version__ = '2.2.1'
__version__ = '2.3.0'


# ----------------------- #
Expand Down
2 changes: 1 addition & 1 deletion nngt/generation/connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def connect_neural_types(network, source_type, target_type, graph_model,


@deprecated("1.3.1", reason="the library is moving to more generic names",
alternative="connect_groups", removal="a later version")
alternative="connect_groups", removal="3.0")
def connect_neural_groups(*args, **kwargs):
''' Deprecatd alias of :func:`connect_groups`. '''
return connect_groups(*args, **kwargs)
Expand Down

0 comments on commit d6bea32

Please # to comment.