Skip to content

Commit 02b470f

Browse files
committed
Merge branch 'development' into neuroml_updates
2 parents 237e45c + 448cab4 commit 02b470f

File tree

158 files changed

+12711
-1509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+12711
-1509
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: sudo apt-get update
2424

2525
- name: Install packages
26-
run: sudo apt-get install python-tk python3-tables
26+
run: sudo apt-get install python3-tables
2727

2828
- name: Install dependencies
2929
run: |

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
# Version 1.1.0
2+
3+
**New features**
4+
15
- Added extracellular stimulation with a supporting xtra.mod (which includes a global variable defining the temporal modulation and a pointer to link the extracellular mechanism in NEURON). Useful for large networks
26

7+
- Improved netParams validation (mechs validation, improved error messages)
8+
9+
- added ability to save transmembrane current for each segment
10+
11+
- Updated options for batch communication (see netpyne documentation: "running a batch job (beta)")
12+
13+
**Bug fixes**
14+
15+
- Solve minor bug in the uniform field for extracelular stimulation (sign). Deposited the xtra.mod in support module.
16+
17+
- Fixed batch SGE example (credit: Adam Newton)
18+
319
- Solved small bug when plotting colorbar in the raster plot colored by the LFP phase
420

521
- Solved conflict between diversity and segment coordinates (per population), used in LFP setups
@@ -8,6 +24,19 @@
824

925
- Update of documentation (stimSourceParams and stimTargetParams) incorporating how to define extracellular stimulations
1026

27+
- Fixed ODict in examples/batchCell (credit: Hyunsu Lee)
28+
29+
- Fix in RxD to support NEURON 9 (credit: Adam Newton)
30+
31+
- Fixed recording from variables of Point process
32+
33+
- Fixed time slicing on pre-loaded data in plotCSD() (credit: Nikita Novikov)
34+
35+
- Fixed sbi deprecation error. Fixes in docs formatting
36+
37+
- Fixes, refactoring and fail-fast checks in multisinaptic connections
38+
39+
- Fix verbatim function defs in mod files (credit: Ankur Sinha)
1140

1241
# Version 1.0.7
1342

doc/build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
NOTE: it may give the error "... no matching host key type found ...". In this case, try using the "-oHostKeyAlgorithms=+ssh-rsa" argument in ssh command and in scp command below (as well as in 11c)
4343
11b) scp -r build gkaue9v7ctjf@107.180.3.236:///home/gkaue9v7ctjf/public_html_new
4444
NOTE: it may give the error "path canonocalization failed", then use the argument "-O" in scp call - it rolls back to legacy mode (see also NOTE in 11a)
45+
NOTE: faster command?::
46+
NOTE: rsync -r --progress build/ gkaue9v7ctjf@107.180.3.236:/home/gkaue9v7ctjf/public_html_new
4547
11c) ssh gkaue9v7ctjf@107.180.3.236 "cp -r ~/redirect_html/. ~/public_html_new/ && rm -r ~/public_html && mv ~/public_html_new ~/public_html"
4648
11d) Make sure new documentation is up and running
4749
11e) ssh gkaue9v7ctjf@107.180.3.236 "rm -r ~/public_html_backup/"

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '1.0.7'
70+
version = '1.1.0'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.0.7'
72+
release = '1.1.0'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.
798 KB
Loading
1.63 MB
Loading
531 KB
Loading

doc/source/figs/multisyn_0.png

41.5 KB
Loading

doc/source/figs/multisyn_1.png

73.3 KB
Loading

doc/source/user_documentation.rst

Lines changed: 348 additions & 178 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)