v0.8 (#2028)
- Correct `.gitmodules` - Update all git submodules to latest released versions, except google-benchmark - Have CHANGELOG - Breaking changes since v0.7: - A change in API: `arbor.cable_cell` has the labels and decor arguments swapped. I.e.: `(tree, labels, decor)` -> `(tree, decor, label)`. Labels are now optional. - Mechanism ABI version is bumped to 0.3.1. https://github.com/arbor-sim/arbor/pull/1884 - Remove the `generate-catalogue` script. `modcc` accepts now a list of NMODL files and is able to spit out a catalogue.cpp file - Rename spike detector -> threshold detector - Remove access to time `t` in NMODL. - Major dependency version bumps: - GCC: 9 and up - CUDA: 11 and up - Clang: 10 and up
Showing
- .gitmodules 4 additions, 3 deletions.gitmodules
- ATTRIBUTIONS.md 30 additions, 0 deletionsATTRIBUTIONS.md
- CHANGELOG.md 604 additions, 0 deletionsCHANGELOG.md
- VERSION 1 addition, 1 deletionVERSION
- doc/contrib/pr.rst 12 additions, 10 deletionsdoc/contrib/pr.rst
- doc/contrib/release.rst 16 additions, 7 deletionsdoc/contrib/release.rst
- ext/fmt 1 addition, 1 deletionext/fmt
- ext/json 1 addition, 1 deletionext/json
- ext/pybind11 1 addition, 1 deletionext/pybind11
- spack/package.py 7 additions, 4 deletionsspack/package.py
Please register or sign in to comment