Published October 7, 2025
| Version v0.4.3
Software
Open
HNN-core: A Python software for cellular and circuit-level interpretation of human MEG/EEG
Creators
-
Jas, Mainak
-
Thorpe, Ryan
-
Tolley, Nicholas
-
Bailey, Christopher
- Brandt, Steven
-
Caldwell, Blake
- Cheng, Huzi
-
Daniels, Dylan
-
Pujol, Carolina Fernandez
- Khalil, Mostafa
-
Kanekar, Samika
-
Kohl, Carmen
-
Kolozsvári, Orsolya
-
Lankinen, Kaisu
- Loi, Kenneth
-
Neymotin, Sam
-
Partani, Rajat
- Pelah, Mattan
-
Rockhill, Alex
-
Sherif, Mohamed
-
Hamalainen, Matti
-
Jones, Stephanie
Description
0.4.3 Patch Notes
Please note that not all updates since 0.4.2 are documented here, since this is an emergency patch release. All work done since 0.4.2 will be properly documented for the next version release which will come out within the next few weeks.
Bug Fixes
- NEURON version support is restricted to versions 7.7 through 8.2.7 (including those versions). Going forward, the maximum NEURON version supported will be set explicitly in our install configuration, so that new, incompatible versions of NEURON are not used before testing, by Austin E. Soplata in #1152.
Public API Changes
Network
now accepts optional arguments for its position dictionary attributepos_dict
and cell type dictionary attributecell_types
, by Chetan Kandpal in #1095.
People who contributed to this release
Changelog
- Add support for
Network
to calculate a "layer dictionary"layer_dict
attribute whose layers can be mapped as desired to an object'scell_types
attribute. This mapping can then be used to make a more flexible position dictionarypos_dict
attribute of the object. This also adds support for optionalpos_dict
andcell_types
arguments to theNetwork
constructor. This also begins the process of moving some model-specific celltype-usage fromnetwork.py
tonetwork_models.py
. This is the first in a series of code changes meant to allow for more flexible cell types to be used, by Chetan Kandpal in #1095.
Notes
Files
jonescompneurolab/hnn-core-v0.4.3.zip
Files
(2.1 MB)
Name | Size | Download all |
---|---|---|
md5:687ef487aff11b53de04fbf11c73291a
|
2.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/jonescompneurolab/hnn-core/tree/v0.4.3 (URL)
Software
- Repository URL
- https://github.com/jonescompneurolab/hnn-core