Skip to content

Commit

Permalink
prerelease 0.4 (jonescompneurolab#863)
Browse files Browse the repository at this point in the history
* change versions to 0.4

* update files for release

* change version format

* update navbar
  • Loading branch information
ntolley authored Aug 15, 2024
1 parent 0f12e9a commit 13bedb7
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ If you use HNN-core in your work, please cite our

.. _precompiled installers: https://nrn.readthedocs.io/en/latest/
.. _NEURON forum: https://www.neuron.yale.edu/phpbb/
.. _contributing guide: https://jonescompneurolab.github.io/hnn-core/dev/contributing.html
.. _governance structure: https://jonescompneurolab.github.io/hnn-core/dev/governance.html
.. _parallel backend guide: https://jonescompneurolab.github.io/hnn-core/dev/parallel.html
.. _contributing guide: https://jonescompneurolab.github.io/hnn-core/stable/contributing.html
.. _governance structure: https://jonescompneurolab.github.io/hnn-core/stable/governance.html
.. _parallel backend guide: https://jonescompneurolab.github.io/hnn-core/stable/parallel.html

.. |tests| image:: https://github.com/jonescompneurolab/hnn-core/actions/workflows/unix_unit_tests.yml/badge.svg?branch=master
:target: https://github.com/jonescompneurolab/hnn-core/actions/?query=branch:master+event:push
Expand Down
1 change: 1 addition & 0 deletions doc/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.1/index.html">v0.1</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.2/index.html">v0.2</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.3/index.html">v0.3</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.4/index.html">v0.4</a></li>
</ul>
</div>

Expand Down
5 changes: 2 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
# -- Project information -----------------------------------------------------

project = 'hnn-core'
copyright = '2023, HNN Developers'
copyright = '2024, HNN Developers'
author = 'HNN Developers'

# The short X.Y version
version = '0.4.dev0'
version = '0.4'
# The full version, including alpha/beta/rc tags
release = ''

Expand Down Expand Up @@ -250,4 +250,3 @@
'dependencies': 'Dockerfile'
}
}

35 changes: 35 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ What's new?
Current
-------

Changelog
~~~~~~~~~

Bug
~~~

API
~~~

.. _0.4:

0.4
---

Changelog
~~~~~~~~~
- Fix bug in :func:`~hnn_core.Network.add_poisson_drive` where an error is
Expand Down Expand Up @@ -150,6 +164,25 @@ API
provided using the argument amplitude in network.add_tonic_bias`,
by `Camilo Diaz`_ in :gh:`766`

People who contributed to this release (in alphabetical order):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- `Huzi Cheng`_
- `Tianqi Cheng`_
- `Dylan Daniels`_
- `George Dang`_
- `Camilo Diaz`_
- `Katharina Duecker`_
- `Carolina Fernandez Pujol`_
- `Yaroslav Halchenko`_
- `Mainak Jas`_
- `Nick Tolley`_
- `Orsolya Beatrix Kolozsvari`_
- `Rajat Partani`_
- `Abdul Samad Siddiqui`_
- `Ryan Thorpe`_
- `Stephanie R. Jones`_

.. _0.3:

0.3
Expand Down Expand Up @@ -553,3 +586,5 @@ People who contributed to this release (in alphabetical order):
.. _Camilo Diaz: https://github.com/kmilo9999
.. _Abdul Samad Siddiqui: https://github.com/samadpls
.. _Katharina Duecker: https://github.com/katduecker
.. _Yaroslav Halchenko: https://github.com/yarikoptic
.. _Tianqi Cheng: https://github.com/tianqi-cheng
2 changes: 1 addition & 1 deletion hnn_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .cells_default import pyramidal, basket
from .parallel_backends import MPIBackend, JoblibBackend

__version__ = '0.4.dev0'
__version__ = '0.4rc0'

0 comments on commit 13bedb7

Please sign in to comment.