Skip to content

Commit f886b27

Browse files
committed
docs: add 9.0.2 changelog entry on master
Port the public 9.0.2 release notes from release/9.0 into docs/changelog.md for master, with the release date set and process-only sections omitted.
1 parent 67f9cc7 commit f886b27

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# NEURON 9.0
22

33

4+
## 9.0.2
5+
_Release Date_ : 10-08-2026
6+
7+
This release includes documentation improvements, bug fixes, and NMODL enhancements.
8+
See [GitHub Issue #3816](https://github.com/neuronsimulator/nrn/issues/3816) for the full commit list.
9+
10+
### What's New
11+
- Documentation enhancements (typo fixes (#3754, #3776), contributing documentation (#3721), C API corrections (#3785))
12+
13+
### Bug Fixes
14+
- Import3D on mac can now detect swc files (#3788)
15+
- rxd fixed-step extracellular Neumann boundary conditions corrected (#3690)
16+
- Vector.min_ind(i1, i2) fix (#3787)
17+
- Iterating over segments with no mechanisms no longer segfaults (#3794)
18+
- Buffer overflow in output_spikes_parallel prevention (#3813)
19+
20+
### Improvements / Other Changes
21+
- C API always returns current diameter (#3814), supports top-level runtime scalars (#3815)
22+
- rxd reaction compilation now supports np.float64 and other np.generic types (#3808)
23+
- NMODL compiler enhancements (#3592, #3631, #3600, #3597, #3598, #3740)
24+
- CI is more robust (#3730, #3809)
25+
26+
427
## 9.0.1
528
_Release Date_ : 17-11-2025
629

0 commit comments

Comments
 (0)