@@ -9,8 +9,23 @@ What's new?
9
9
10
10
.. _0.2 :
11
11
12
- Current
13
- -------
12
+ 0.2
13
+ ---
14
+
15
+ Notable Changes
16
+ ---------------
17
+ - Local field potentials can now be recorded during simulations
18
+ :ref: `[Example] <sphx_glr_auto_examples_howto_plot_record_extracellular_potentials.py >`
19
+
20
+ - Ability to optimize parameters to reproduce event related potentials from real data
21
+ :ref: `[Example] <sphx_glr_auto_examples_howto_plot_optimize_evoked.py >`
22
+
23
+ - Published models using HNN were added and can be loaded via dedicated functions
24
+
25
+ - Several improvements enabling easy modification of connectivity and cell properties
26
+ :ref: `[Example] <sphx_glr_auto_examples_howto_plot_connectivity.py >`
27
+
28
+ - Improved visualization including spectral analysis, connectivity, and cell morphology
14
29
15
30
Changelog
16
31
~~~~~~~~~
@@ -47,7 +62,7 @@ Changelog
47
62
by `Mainak Jas `_ in :gh: `376 `
48
63
49
64
- Add :func: `~hnn_core.calcium_model ` with a distance dependent calcium channel conductivity,
50
- by `Nick Tolley `_ in :gh: `348 `
65
+ by `Nick Tolley `_ and ` Sarah Pugliese `_ in :gh: `348 `
51
66
52
67
- Each drive spike train sampled through an independent process corresponds to a single artificial
53
68
drive cell, the number of which users can set when adding drives with ``n_drive_cells `` and
135
150
- Cell objects can no longer be accessed from :class: `~hnn_core.Network ` as the
136
151
:attr: `~hnn_core.Network.cells ` attribute has been removed, by `Ryan Thorpe `_ in :gh: `436 `
137
152
153
+ People who contributed to this release (in alphabetical order):
154
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
155
+ `Alex Rockhill `_
156
+ `Blake Caldwell `_
157
+ `Christopher J. Bailey `_
158
+ `Dylan Daniels `_
159
+ `Kenneth Loi `_
160
+ `Mainak Jas `_
161
+ `Nick Tolley `_
162
+ `Ryan Thorpe `_
163
+ `Sarah Pugliese `_
164
+ `Stephanie R. Jones `_
165
+
138
166
.. _0.1 :
139
167
140
168
0.1
@@ -229,14 +257,17 @@ People who contributed to this release (in alphabetical order):
229
257
- `Nick Tolley `_
230
258
- `Ryan Thorpe `_
231
259
- `Samika Kanekar `_
232
- - `Stephanie Jones `_
260
+ - `Stephanie R. Jones `_
233
261
262
+ .. _Alex Rockhill : https://github.com/alexrockhill
234
263
.. _Blake Caldwell : https://github.com/blakecaldwell
235
264
.. _Christopher Bailey : https://github.com/cjayb
236
265
.. _Carmen Kohl : https://github.com/kohl-carmen
266
+ .. _Dylan Daniels : https://github.com/dylansdaniels
237
267
.. _Kenneth Loi : https://github.com/kenloi
238
268
.. _Mainak Jas : http://jasmainak.github.io/
239
269
.. _Nick Tolley : https://github.com/ntolley
240
270
.. _Ryan Thorpe : https://github.com/rythorpe
241
271
.. _Samika Kanekar : https://github.com/samikane
242
- .. _Stephanie Jones : https://github.com/stephanie-r-jones
272
+ .. _Sarah Pugliese : https://bcs.mit.edu/directory/sarah-pugliese
273
+ .. _Stephanie R. Jones : https://github.com/stephanie-r-jones
0 commit comments