Skip to content

Commit 417e43b

Browse files
committed
changelog for new version
1 parent 637a934 commit 417e43b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGES.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
- Solve minor bug in the uniform field for extracelular stimulation (sign). Deposited the xtra.mod in support module.
1+
# Version in development
2+
3+
**New features**
24

35
- 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
46

7+
- Improved netParams validation (mechs validation, improved error messages)
8+
9+
- added ability to save transmembrane current for each segment
10+
11+
**Bug fixes**
12+
13+
- Solve minor bug in the uniform field for extracelular stimulation (sign). Deposited the xtra.mod in support module.
14+
515
- Solved small bug when plotting colorbar in the raster plot colored by the LFP phase
616

717
- Solved conflict between diversity and segment coordinates (per population), used in LFP setups
@@ -10,6 +20,13 @@
1020

1121
- Update of documentation (stimSourceParams and stimTargetParams) incorporating how to define extracellular stimulations
1222

23+
- Fixed recording from variables of Point process
24+
25+
- Fixed time slicing on pre-loaded data in plotCSD() (credit: Nikita Novikov)
26+
27+
- Fixed sbi deprecation error. Fixes in docs formatting
28+
29+
- Fixes, refactoring and fail-fast checks in multisinaptic connections
1330

1431
# Version 1.0.7
1532

0 commit comments

Comments
 (0)