Skip to content

Commit

Permalink
VERSION 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbragin committed Mar 30, 2023
1 parent 90ab1d3 commit bb3b041
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version in development
# Version 1.0.4

**New features**

Expand All @@ -8,8 +8,14 @@

- Save and load model in native NetPyNE format

- Converted most of examples to new NetPyNE model structure

- Complex stimulation ('rhythmic', 'evoked', 'poisson' and 'gauss') for VecStim created as pointCell (as a population rule)

- Codebase brought into compliance with PEP8 conventions

- Updates in NeuroML examples and tests

**Bug fixes**

- fixed handling filenames with multiple dots in `MetaFigure.saveFig()`
Expand All @@ -22,6 +28,12 @@

- Analysis: try ... except call in plotDipole

- Save hObj of gap junction to connParams

- Removed duplicated or unused code from gridSearch()

- Fixes in batch utilities to make OS-agnostic

# Version 1.0.3.1

- Hotfix to support new GUI functionality (fixes in grid parameter optimization)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.3.1'
version = '1.0.4'
# The full version, including alpha/beta/rc tags.
release = '1.0.3.1'
release = '1.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion netpyne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NetPyNE consists of a number of sub-packages and modules.
"""

__version__ = '1.0.3.1'
__version__ = '1.0.4'
import os, sys

display = os.getenv('DISPLAY')
Expand Down

0 comments on commit bb3b041

Please sign in to comment.