brian 2.5.0.3-1 source package in Ubuntu
Changelog
brian (2.5.0.3-1) unstable; urgency=medium * New upstream version -- Étienne Mollier <email address hidden> Fri, 11 Feb 2022 12:11:32 +0100
Upload details
- Uploaded by:
- Debian Med
- Uploaded to:
- Sid
- Original maintainer:
- Debian Med
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
brian_2.5.0.3-1.dsc | 2.5 KiB | 0b9314e64a4343bd85ca2f47269fd9a7553c5d1ea0c678ee45d503615f5a374d |
brian_2.5.0.3.orig.tar.gz | 1.4 MiB | 51a12c2f7f0f013a01863c18ab8031336642fc5472c367167872355d096cd2d3 |
brian_2.5.0.3-1.debian.tar.xz | 17.8 KiB | 90c79e176b45480142a05655cb3fe4633095a5357b84e6ee7c1728fd19ca9b99 |
Available diffs
- diff from 2.4.2-8 to 2.5.0.3-1 (381.5 KiB)
- diff from 2.5.0.2-1 to 2.5.0.3-1 (4.0 KiB)
No changes file available.
Binary packages built by this source
- python-brian-doc: simulator for spiking neural networks - documentation
Brian is a clock-driven simulator for spiking neural networks. It is
designed with an emphasis on flexibility and extensibility, for rapid
development and refinement of neural models. Neuron models are
specified by sets of user-specified differential equations, threshold
conditions and reset conditions (given as strings). The focus is
primarily on networks of single compartment neuron models (e.g. leaky
integrate-and-fire or Hodgkin-Huxley type neurons).
.
This package provides user's manual (in HTML format), examples and
demos.
- python3-brian: simulator for spiking neural networks
Brian is a clock-driven simulator for spiking neural networks. It is
designed with an emphasis on flexibility and extensibility, for rapid
development and refinement of neural models. Neuron models are
specified by sets of user-specified differential equations, threshold
conditions and reset conditions (given as strings). The focus is
primarily on networks of single compartment neuron models (e.g. leaky
integrate-and-fire or Hodgkin-Huxley type neurons). Features include:
- a system for specifying quantities with physical dimensions
- exact numerical integration for linear differential equations
- Euler, Runge-Kutta and exponential Euler integration for nonlinear
differential equations
- synaptic connections with delays
- short-term and long-term plasticity (spike-timing dependent plasticity)
- a library of standard model components, including integrate-and-fire
equations, synapses and ionic currents
- a toolbox for automatically fitting spiking neuron models to
electrophysiological recordings
- python3-brian-lib: simulator for spiking neural networks -- extensions
Brian is a clock-driven simulator for spiking neural networks. It is
designed with an emphasis on flexibility and extensibility, for rapid
development and refinement of neural models. Neuron models are
specified by sets of user-specified differential equations, threshold
conditions and reset conditions (given as strings). The focus is
primarily on networks of single compartment neuron models (e.g. leaky
integrate-and-fire or Hodgkin-Huxley type neurons).
.
This package provides Python3 binary extensions.
- python3-brian-lib-dbgsym: debug symbols for python3-brian-lib