Brian 2.0 beta release
We are happy to announce the first beta release of Brian 2.0! This is the first version of Brian 2.0 we recommend for general use. From now on, we will try to keep changes that break existing code to a minimum. If you are a user new to Brian, we’d recommend to start with the Brian 2 beta instead of using the stable release of Brian 1.
What’s new?
Several new features have been added:- Support for multicompartmental neurons
- Cython as a new code generation target (bringing the performance benefits of compiled code to Python 3)
- Several improvements to the C++ standalone mode, in particular OpenMP support for multithreading (not well tested yet, though, use with caution)
- Improved system for repeating and continuing simulations and dealing with multiple simulation clocks and timesteps
- Support for linked variables
- …