I am happy to announce a long overdue maintenance release of Auryn v0.8.2m with plenty of fixes and improvements. Most notable improvement are the added support for non x86 architectures such as Arm and PowerPC.Continue reading
Tag: auryn
Auryn v0.8.0 stable released
The stable Auryn version 0.8 is available now. The new version comes with extensive refactoring under the hood an now supports complex synapse models and improved vectorization for neuron models. The new version is availableContinue reading
What’s new in Auryn v0.8.0-alpha?
Last week I put up a release branch for Auryn v0.8 which is currently in alpha stage. The code can be found here https://github.com/fzenke/auryn/releases The main perks: Further increase of performance. Class-based state vectors for neuronalContinue reading
Writing neuron models in Auryn …
… just got a lot easier with the new AurynVector class. Because Auryn originally used GSL vectors (which predates C++) it was still using non object oriented syntax for vector data types internally. That madeContinue reading
Auryn v0.7 released
The new stable Auryn version is now online After a couple of months of testing, Auryn 0.7.0 is now available for download. The new version now finally uses cmake throughout and can thus be builtContinue reading