Skip to content

Commit c09e204

Browse files
ntolleyjasmainak
authored andcommitted
Release documentation checklist
1 parent d1dfc31 commit c09e204

File tree

4 files changed

+38
-7
lines changed

4 files changed

+38
-7
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
author = 'HNN Developers'
3535

3636
# The short X.Y version
37-
version = '0.2.dev0'
37+
version = '0.2'
3838
# The full version, including alpha/beta/rc tags
3939
release = ''
4040

doc/whats_new.rst

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,23 @@ What's new?
99

1010
.. _0.2:
1111

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
1429

1530
Changelog
1631
~~~~~~~~~
@@ -47,7 +62,7 @@ Changelog
4762
by `Mainak Jas`_ in :gh:`376`
4863

4964
- 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`
5166

5267
- Each drive spike train sampled through an independent process corresponds to a single artificial
5368
drive cell, the number of which users can set when adding drives with ``n_drive_cells`` and
@@ -135,6 +150,19 @@ API
135150
- Cell objects can no longer be accessed from :class:`~hnn_core.Network` as the
136151
:attr:`~hnn_core.Network.cells` attribute has been removed, by `Ryan Thorpe`_ in :gh:`436`
137152

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+
138166
.. _0.1:
139167

140168
0.1
@@ -229,14 +257,17 @@ People who contributed to this release (in alphabetical order):
229257
- `Nick Tolley`_
230258
- `Ryan Thorpe`_
231259
- `Samika Kanekar`_
232-
- `Stephanie Jones`_
260+
- `Stephanie R. Jones`_
233261

262+
.. _Alex Rockhill: https://github.com/alexrockhill
234263
.. _Blake Caldwell: https://github.com/blakecaldwell
235264
.. _Christopher Bailey: https://github.com/cjayb
236265
.. _Carmen Kohl: https://github.com/kohl-carmen
266+
.. _Dylan Daniels: https://github.com/dylansdaniels
237267
.. _Kenneth Loi: https://github.com/kenloi
238268
.. _Mainak Jas: http://jasmainak.github.io/
239269
.. _Nick Tolley: https://github.com/ntolley
240270
.. _Ryan Thorpe: https://github.com/rythorpe
241271
.. _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

hnn_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .cells_default import pyramidal, basket
99
from .parallel_backends import MPIBackend, JoblibBackend
1010

11-
__version__ = '0.2.dev0'
11+
__version__ = '0.2'

0 commit comments

Comments
 (0)