|
1 | | -# Version in development |
| 1 | +# Version 1.1.0 |
2 | 2 |
|
3 | 3 | **New features** |
4 | 4 |
|
5 | | -- Added 'linewidth' as argument of plotting.plotSpikeHist() |
| 5 | +- 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 |
| 6 | + |
| 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)") |
6 | 12 |
|
7 | 13 | **Bug fixes** |
8 | 14 |
|
9 | | -- fixed handling filenames with multiple dots in `MetaFigure.saveFig()` |
| 15 | +- Solve minor bug in the uniform field for extracelular stimulation (sign). Deposited the xtra.mod in support module. |
10 | 16 |
|
11 | | -# Version 1.0.3.1 |
| 17 | +- Fixed batch SGE example (credit: Adam Newton) |
12 | 18 |
|
13 | | -- Hotfix to support new GUI functionality (fixes in grid parameter optimization) |
| 19 | +- Solved small bug when plotting colorbar in the raster plot colored by the LFP phase |
14 | 20 |
|
15 | | -- Removed redundant warnings |
| 21 | +- Solved conflict between diversity and segment coordinates (per population), used in LFP setups |
16 | 22 |
|
17 | | -# Version 1.0.3 |
| 23 | +- Added extracellular stimulation (option: without compiling an additional .mod file - large memory requirements-) |
| 24 | + |
| 25 | +- Update of documentation (stimSourceParams and stimTargetParams) incorporating how to define extracellular stimulations |
| 26 | + |
| 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) |
| 40 | + |
| 41 | +# Version 1.0.7 |
18 | 42 |
|
19 | 43 | **New features** |
20 | 44 |
|
21 | | -- Added ability to load PointCell from saved network |
| 45 | +- Introducing `batchtools` subpackage for parameters exploration and optimization |
| 46 | + |
| 47 | +- Added progress-bar indicating network creation progress. Toggle the progress bar with cfg.progressBar |
| 48 | + |
| 49 | +- cfg.connRandomSecFromList and cfg.distributeSynsUniformly can now be overriden in individual conn rule |
| 50 | + |
| 51 | +- Added ability to use `sec`, `loc`, `preSec` and `preLoc` from list in connList-type connParams |
| 52 | + |
| 53 | +- Updated tests.examples.utils to allow for dynamic pathing |
| 54 | + |
| 55 | +- Dropped python2 support |
| 56 | + |
| 57 | +**Bug fixes** |
| 58 | + |
| 59 | +- Better handling of exceptions in `importCellParams()` (incl. `h.load_file()` - issue 782) |
| 60 | + |
| 61 | +- Pandas deprecated parameter fix |
| 62 | + |
| 63 | +- Fixed pointer id overflow on MPI (e.g. for gap junctions) |
| 64 | + |
| 65 | +- preSec and preLoc are no longer lost for inverse pointer connection |
| 66 | + |
| 67 | +- Fixed crash due to use of matplotlib.TextArea deprecated param (credit: Christian O'Reilly) |
| 68 | + |
| 69 | +- syncLines in rasterPlot restored |
| 70 | + |
| 71 | +- Fixed a bug in `gatherDataFromFiles()` where cellGids for node 0 were lost |
| 72 | + |
| 73 | +- Fixed generating rhythmic spiking pattern with 'uniform' option |
| 74 | + |
| 75 | +- Fixed misleading console output when cfg.recordStims is On |
| 76 | + |
| 77 | +- The colors in CSD plots are now properly aligned vertically with the CSD time-series overlays (credit: Sam Neymotin) |
| 78 | + |
| 79 | +- Update mkdir to makedirs (credit: Jacob Sprouse) |
| 80 | + |
| 81 | +# Version 1.0.6 |
| 82 | + |
| 83 | +**New features** |
| 84 | + |
| 85 | +- Raster plot colored by phase |
| 86 | + |
| 87 | +- Examples based on the CA3 model using the 'colorbyPhase' option in the plotRaster |
| 88 | + |
| 89 | +- API for loading .mod files selectively |
| 90 | + |
| 91 | +- Ability to specify custom executor to run batch with (defaults to `sh`) |
| 92 | + |
| 93 | +**Bug fixes** |
| 94 | + |
| 95 | +- Fixed loading point cell params from legacy models (issue 607) |
| 96 | + |
| 97 | +- Fix voltage movie tutorial |
| 98 | + |
| 99 | +- Fix to automatically include netstims in the sim.allSimData object when plotRaster 'include' selects 'all' |
| 100 | + |
| 101 | +- Fixed loading netParams in some scenarios (bug caused by srting functions pre-processing) |
| 102 | + |
| 103 | +- Fix of `plotRaster` pops coloring if ordered not by gid |
| 104 | + |
| 105 | +- Made cells diversity work with popParams based on `cellsList` and `gridSpacing` |
| 106 | + |
| 107 | +- Fixed handling of output of `sim.create()` - was wrong order (credit: Kate Doxey) |
| 108 | + |
| 109 | +- Fixed undeclared var `dpi` in `plotShape()` |
22 | 110 |
|
23 | | -- Added MultiPlotter class to allow plotting line data on multiple axes |
| 111 | +- Fixes in batch utils |
24 | 112 |
|
25 | | -- Added option to use separate axis for each PSD trace (set axis='multi') |
| 113 | +- Added some missing math functions to use with 'Functions as string' functionality |
26 | 114 |
|
27 | | -- Added new Batch method named SBI (Simulation Based Inference) with example folder (sbiOptim) |
| 115 | +- Switch file copying method to shutil to be compatible over all operating systems (credit: Henrik Podeus) |
28 | 116 |
|
29 | | -- Added support for string functions in properties of cell mechanism, in cell geometry (in netParams.cellParams) |
| 117 | +# Version 1.0.5 |
30 | 118 |
|
31 | | -- Added support for string functions in synMech parameters |
| 119 | +**New features** |
| 120 | + |
| 121 | +- Time series and PSD plots for current source density (CSD) |
| 122 | + |
| 123 | +- Added colorbar to CSD plot |
| 124 | + |
| 125 | +- Support for Sun Grid Engine HPC |
| 126 | + |
| 127 | +- Extended sim.gatherData() with more optional arguments for flexibility |
| 128 | + |
| 129 | +- Specify linear/log scale in `plotRatePSD()` |
| 130 | + |
| 131 | +- Print more info about exceptions in plotting functions |
| 132 | + |
| 133 | +- Check RxD specification for potential syntax issues |
| 134 | + |
| 135 | +- Prevent zero population size in scaled-down models |
| 136 | + |
| 137 | +- Better messages for validation errors |
| 138 | + |
| 139 | +**Bug fixes** |
| 140 | + |
| 141 | +- Fixed errors in plotting with sim.cfg.gatherOnlySimData=True |
| 142 | + |
| 143 | +- Support saving and loading data in .mat and .hdf5 formats |
| 144 | + |
| 145 | +- Multiple fixes in `plotRatePSD()` - popColors, fft, minFreq |
| 146 | + |
| 147 | +- Fixed sync lines in `plotRaster()` |
| 148 | + |
| 149 | +- Fixed performance issue in `plotConn()` with `groupBy='pop'` (default) |
| 150 | + |
| 151 | +- Fixed `recordTraces` to not require more presicion than segment size (for stim and synMech) |
| 152 | + |
| 153 | +# Version 1.0.4.2 |
| 154 | + |
| 155 | +**Bug fixes** |
| 156 | + |
| 157 | +- Unpin matplotlib version (params copying issue fixed) |
| 158 | + |
| 159 | +# Version 1.0.4.1 |
| 160 | + |
| 161 | +**New features** |
| 162 | + |
| 163 | +- Added env variable to define head model placement |
| 164 | + |
| 165 | +# Version 1.0.4 |
32 | 166 |
|
33 | | -- Massive update of schemas (validator.py and setup.py) |
| 167 | +**New features** |
| 168 | + |
| 169 | +- Added 'linewidth' as argument of plotting.plotSpikeHist() |
| 170 | + |
| 171 | +- More detailed validation of netParams |
| 172 | + |
| 173 | +- Save and load model in native NetPyNE format |
| 174 | + |
| 175 | +- Converted most of examples to new NetPyNE model structure |
| 176 | + |
| 177 | +- Complex stimulation ('rhythmic', 'evoked', 'poisson' and 'gauss') for VecStim created as pointCell (as a population rule) |
| 178 | + |
| 179 | +- Codebase brought into compliance with PEP8 conventions |
| 180 | + |
| 181 | +- Updates in NeuroML examples and tests |
| 182 | + |
| 183 | +**Bug fixes** |
| 184 | + |
| 185 | +- fixed handling filenames with multiple dots in `MetaFigure.saveFig()` |
| 186 | + |
| 187 | +- Fixed readCmdLimeArgs() default arguments for backward-compatibility |
34 | 188 |
|
35 | | -- More control over POINTER variables through synMechParams (e.g. for gap junctions) |
| 189 | +- Cleaned up example models to drop some legacy/irrelevant params |
36 | 190 |
|
37 | | -- Introduced cell variables in cellParams |
| 191 | +- RxD module: Parameters defined before reactions + names given by default when missing (by the key) |
38 | 192 |
|
39 | | -- Added plotRateSpectrogram to utils.py |
| 193 | +- Analysis: try ... except call in plotDipole |
40 | 194 |
|
41 | | -- Functions prepareCSD() and plotCSD() are now available |
| 195 | +- Save hObj of gap junction to connParams |
42 | 196 |
|
43 | | -- Updated documentation on install and about |
| 197 | +- Removed duplicated or unused code from gridSearch() |
| 198 | + |
| 199 | +- Fixes in batch utilities to make OS-agnostic |
| 200 | + |
| 201 | +# Version 1.0.3.1 |
| 202 | + |
| 203 | +- Hotfix to support new GUI functionality (fixes in grid parameter optimization) |
| 204 | + |
| 205 | +- Removed redundant warnings |
| 206 | + |
| 207 | +# Version 1.0.3 |
| 208 | + |
| 209 | +**New features** |
| 210 | + |
| 211 | +- Added ability to load PointCell from saved network |
44 | 212 |
|
45 | 213 | **Bug fixes** |
46 | 214 |
|
|
60 | 228 |
|
61 | 229 | - Fixed some misinformation in reference.rst about the subconn |
62 | 230 |
|
63 | | -- Fixed bug in dipole calculation units - changed from mA to uA |
| 231 | +- Fixed bug in dipole calculation units - changed from mA to uA |
64 | 232 |
|
65 | | -- Fixed bug in conditional logic when gathering LFP / dipoles |
| 233 | +- Fixed bug in conditional logic when gathering LFP / dipoles |
66 | 234 |
|
67 | 235 | - Allow tuples to specify population's cells in 'include' for plotSpike |
68 | 236 |
|
|
0 commit comments