forked from neuronsimulator/nrn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
49 lines (49 loc) · 2.14 KB
/
Copy pathcodemeta.json
File metadata and controls
49 lines (49 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "neuroscience",
"author": [
{
"id": "_:author_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Yale University"
},
"email": "michael.hines@yale.edu",
"familyName": "Hines",
"givenName": "Michael"
}
],
"codeRepository": "git+https://github.com/neuronsimulator/nrn.git",
"dateModified": "2025-11-17",
"description": "Empirically-based simulator for modeling neurons and networks of neurons",
"downloadUrl": "https://github.com/neuronsimulator/nrn/releases/tag/9.0.1",
"funder": {
"type": "Organization",
"name": "Yale University"
},
"license": "https://spdx.org/licenses/BSD-3-Clause",
"name": "NEURON",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"programmingLanguage": [
"C++",
"Python 3"
],
"relatedLink": "https://nrn.readthedocs.io/",
"schema:releaseNotes": "This release fixes several bugs and adds support for Python 3.14.\n\n### What's New\n- Add Python 3.14 support (#3635)\n- Remove doxygen from search results on readthedocs (#3664)\n- Add example with compilation for C API (#3658)\n\n### Bug Fixes\n- Use `[:blank:]` character class for SWC parser (#3651)\n- Fix HOC File.dir() on Windows (#3653)\n- NET_RECEIVE INITIAL not vectorized translation needs set_globals_from_prop (#3640)\n\n### Improvements / Other Changes\n- Make `NRN_INSTALL_PYTHON_PREFIX` configurable (#3654)\n- Improve error message when Python lib is not found (#3650)\n- Use `command -v` instead of `which` in nrnpyenv.sh (#3516)\n- Better errors for `report.conf` (#3641)\n- Bump min required CMake version to 3.19\n",
"softwareRequirements": [
"Bison",
"Flex",
"C/C++ compiler",
"CMake >= 3.19.0"
],
"version": "9.0.1",
"developmentStatus": "active",
"funding": "R01NS11613",
"issueTracker": "https://github.com/neuronsimulator/nrn/issues"
}