-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Release Notes for 8.0 releases #1211
Comments
@nrnhines @ramcdougal @alexsavulescu @adamjhn : we can start populating this ticket directly for release notes? we can directly edit the above comment if it's convenient. For the bug fixes we can get list from commit history in #1171 but we need to write highlights / Breaking Changes / Deprecations aspects explicitly. |
Useful issue as I don't fully know the answers to any of the questions off the top of my head:) |
Actually we need to list all changes from |
Sorry for the big list, but this is the best place to leverage GitHub commits via keywords.
|
Very well done!
Dynamic selection of legacy vs modern units using HOC/Python API (default modern)
Existing models should work. In the very rare case that numerical differences exist, check ... |
Thank you Michael! I incorporated comments. I didn't mention python3 dictionary aspects because we haven't changed anything default. |
* introduce docs/changelog.md * populate changelog from #1211 Co-authored-by: Pramod Kumbhar <[email protected]>
* introduce docs/changelog.md * populate changelog from #1211 Co-authored-by: Pramod Kumbhar <[email protected]>
* introduce docs/changelog.md * populate changelog from #1211 Co-authored-by: Pramod Kumbhar <[email protected]>
For major release 8.0 release, we need to create detailed release notes similar to below format
Once done here, we can update #1221
Release Date : 30-04-2021
What's New
Breaking Changes
h.Section
now interprets positional arguments asname
,cell
. Previously positional arguments were interpreted in the other order. (Calling it with keyword arguments is unchanged.)Deprecations
neuron
module:neuron.init
,neuron.run
,neuron.psection
,neuron.xopen
, andneuron.quit
.Python >= 3.6
Bug Fixes
For the complete list of bug fixes, see the list on the GitHub here.
Improvements / Other Changes
nrn
repositoryUpgrade Steps
Existing models should work without any changes. In order to upgrade NEURON version you can:
x86_64
)See
Installation
section under nrn.readthedocs.io/. In the very rare case that numerical differences exist, check selection of legacy vs modern units.Contributors
See the list of contributors on respective GitHub projects:
Feedback / Help
The text was updated successfully, but these errors were encountered: