brian 2.5.4-3 source package in Ubuntu

Changelog

brian (2.5.4-3) unstable; urgency=medium

  * d/control: suggest make and libgsl-dev.
    These packages can be necessary to run certain optimized GSL workloads.
  * demote-cython.patch: new: remove cython from deps. (Closes: #1057983)
  * d/control: python3-brian recommends cython3.
    While it is not part of the dependencies anymore, the package
    contributes greatly to brian performances, and some example workloads
    will not run without it.
  * d/python-brian-doc.lintian-overrides: remove mismatched override.

 -- Étienne Mollier <email address hidden>  Thu, 14 Dec 2023 20:01:45 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
brian_2.5.4-3.dsc 2.6 KiB e5105ff7725bf54ff4453ce4a967982554f3155f502afc8bf1a8647e93cf5f01
brian_2.5.4.orig.tar.gz 1.4 MiB 50e89efd3480e1efc02f19e262eabfacd783c6accc3afbb071b3ca5162b89b21
brian_2.5.4-3.debian.tar.xz 20.0 KiB 9b3d4b97c5f99771c2f33f0c2d81aca40965fa5885ac8bd68f3de5b284745ed5

Available diffs

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