Skip to content

Commit

Permalink
update changelog and index installer links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Aug 9, 2022
1 parent ae0034e commit c159069
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions docs/changelog.md
@@ -1,5 +1,29 @@
# NEURON 8.2

## 8.2.1
_Release Date_ : 12-08-2022

### What's New

- Change mcomplex.dat normalization to hh/5. (#1895)
- Jupyter support for ModelView #1907

### Bug Fixes

- nrnivmodl_core_makefile: fix SDKROOT (#1942)
- First time declaration of section in template must be at command level. (#1914)
- setup.exe installer must distribute env.exe (https://github.com/neuronsimulator/nrn/pull/1941)

### Improvements / Other Changes

- Documentation
- added new INCF/CNS 2022 online material (#1932)
- updates (dealing with sims, generating movie, modelview, more #1925 )
- transfer from Yale website (#1867)
- nrnmpi_load: drop printf for already loaded lib (#1938)

For the complete list of commits, see the list in [GitHub Issue #1944](https://github.com/neuronsimulator/nrn/issues/1944)

## 8.2.0
_Release Date_ : 01-07-2022

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -88,7 +88,7 @@ Installation
pip3 install neuron
Alternatively, you can use the `PKG installer <https://github.com/neuronsimulator/nrn/releases/download/8.2.0/nrn-8.2.0-macosx-10.9-universal2-py-38-39-310.pkg>`_.
Alternatively, you can use the `PKG installer <https://github.com/neuronsimulator/nrn/releases/download/8.2.1/nrn-8.2.1-macosx-10.9-universal2-py-38-39-310.pkg>`_.

For troubleshooting, see the `detailed installation instructions <install/install_instructions.html>`_.

Expand All @@ -106,7 +106,7 @@ Installation

.. tab-item:: Windows

`Download the Windows Installer <https://github.com/neuronsimulator/nrn/releases/download/8.2.0/nrn-8.2.0.w64-mingw-py-37-38-39-310-setup.exe>`_.
`Download the Windows Installer <https://github.com/neuronsimulator/nrn/releases/download/8.2.1/nrn-8.2.1.w64-mingw-py-37-38-39-310-setup.exe>`_.

You can also install the Linux wheel via the Windows Subsystem for Linux (WSL). See `instructions <install/install_instructions.html#windows-subsystem-for-linux-wsl-python-wheel>`_.

Expand Down

0 comments on commit c159069

Please sign in to comment.