1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
Source: brian
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <michael.hanke@gmail.com>,
Étienne Mollier <emollier@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
cython3,
flit,
pybuild-plugin-pyproject,
python3-dev,
python3-setuptools,
python3-setuptools-scm,
python3-matplotlib,
python3-numpy,
python3-scipy,
python3-sympy,
python3-pytest <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-sphinx,
python3-sphinx-tabs <!nodoc>,
python3-doc <!nodoc>,
python-numpy-doc <!nodoc>,
python-scipy-doc <!nodoc>,
python-sympy-doc <!nodoc>,
graphviz,
texlive-latex-base,
texlive-latex-extra,
dvipng,
pandoc,
libgsl-dev <!nocheck>,
debhelper
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/brian
Vcs-Git: https://salsa.debian.org/med-team/brian.git
Homepage: https://www.briansimulator.org/
Rules-Requires-Root: no
Package: python3-brian
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-brian-lib (>= ${source:Version}),
python3-matplotlib,
python3-numpy,
python3-scipy,
python3-setuptools
Recommends: cython3,
python3-sympy
Suggests: python-brian-doc,
python3-pytest,
python3-sphinx,
python3-dev,
g++,
libgsl-dev,
make,
python3-cherrypy
Description: 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
Package: python3-brian-lib
Architecture: any
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: 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.
Package: python-brian-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
libjs-jquery,
libjs-mathjax
Recommends: python3-doc,
python-numpy-doc,
python-scipy-doc,
python-sympy-doc
Suggests: python3-brian
Multi-Arch: foreign
Description: 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.
|