- Nov 15, 2022
-
-
Brent Huisman authored
-
Brent Huisman authored
- 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
-
- Jul 20, 2022
-
-
Brent Huisman authored
-
- Jul 19, 2022
-
-
Brent Huisman authored
- Generate timestamped VERSION once, to properly group on Test.PyPI. Example: - https://github.com/arbor-sim/arbor/actions/runs/2696804929 - https://test.pypi.org/project/arbor/0.7rc20220719101015/ - Update/simplify release documentation. - Update to v0.7
-
- Jan 27, 2022
-
-
Brent Huisman authored
* Update VERSION to `v0.6.1-dev` * Updates to `doc/release.rst` * Update Zenodo citation info for v0.6 * Update copyright info and maintainers in `spack/package.py` from upstream * Fix error in build-badge docs
-
- Jan 26, 2022
-
-
Brent Huisman authored
-
Brent Huisman authored
* bump version to v0.6-rc * Update `MANIFEST.in` and `scripts/run_python_examples.sh` * Update Release instructions `docs/contrib/release.rst` * Fix missing quotes in `python/example/single_cell_nml.py` * Add testing to sdist creation in `ciwheel.yml` * Rename `basic.yml` to `test-everything.yml` * Remove Python examples step from matrix (mostly because plotting takes much CPU on macos) * change to build /w nml * add test of pip builds (`pip install` in addition to CMake builds) * Python examples are tested here, once is enough.
-
- Jun 25, 2021
-
-
Brent Huisman authored
-
- Jun 23, 2021
-
-
Brent Huisman authored
Don't pass any architecture by default in setup.py to allow for building binary wheels for targets like x86_64. Build Python package with 'none' arch by default. Bump version to 0.5.2.
-
- Jun 22, 2021
-
-
Brent Huisman authored
Bump version for release
-
- Jan 08, 2021
-
-
Benjamin Cumming authored
* Set VERSION to 0.5.1-dev
-
- Jan 07, 2021
-
-
Benjamin Cumming authored
-
- Oct 15, 2020
-
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
- Apr 01, 2020
-
-
Sam Yates authored
-
- Mar 31, 2020
-
-
Sam Yates authored
-
- Aug 29, 2019
-
-
* Change VERSION to 0.2.3-dev.
-
New version to capture fix to Arbor's installed CMake config module and optional libunwind dependance.
-
- Aug 26, 2019
-
-
-
* Set VERSION to 0.2.1. * Add .zenodo.json metadata file which will hopefully ease our auto-DOI-publishing woes. * Remove .json from .gitignore.
-
- Apr 03, 2019
-
-
- Mar 05, 2019
-
-
Benjamin Cumming authored
-
- Oct 12, 2018
-
-
Sam Yates authored
cf. CMake issue 16716: https://gitlab.kitware.com/cmake/cmake/issues/16716 * Bump version post 0.1 for development. * Read version string from file VERSION. * Strip suffix to make a numerical, CMake-compatible PROJECT_VERSION.
-