neo 0.12.0-3 source package in Ubuntu

Changelog

neo (0.12.0-3) unstable; urgency=medium

  * Team upload.
  * Drop python3-unittest2 from Build-Depends
    Closes: #1058964
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

 -- Andreas Tille <email address hidden>  Tue, 19 Dec 2023 08:04:04 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe science
Noble release universe science

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
neo_0.12.0-3.dsc 2.2 KiB 6a16a7c3ea12c003f0de29bf7e146ff2218174c3495d0080666b16b82920d720
neo_0.12.0.orig.tar.gz 27.1 MiB 3b6ca4fc05dfdb4e953e253e70994bfbbc8fe2e90958fbda7fa5860caf3fa63a
neo_0.12.0-3.debian.tar.xz 6.4 KiB b35d4e72987b58a33be0e6e046dcc615539e056621aebdcc318f7cc245db2774

Available diffs

No changes file available.

Binary packages built by this source

python3-neo: Python IO library for electrophysiological data formats

 NEO stands for Neural Ensemble Objects and is a project to provide common
 classes and concepts for dealing with electro-physiological (in vivo
 and/or simulated) data to facilitate collaborative software/algorithm
 development. In particular Neo provides: a set a classes for data
 representation with precise definitions, an IO module with a simple API,
 documentation, and a set of examples.
 .
 NEO offers support for reading data from numerous proprietary file formats
 (e.g. Spike2, Plexon, AlphaOmega, BlackRock, Axon), read/write support for
 various open formats (e.g. KlustaKwik, Elan, WinEdr, WinWcp, PyNN), as well
 as support common file formats, such as HDF5 with Neo-structured content
 (NeoHDF5, NeoMatlab).
 .
 Neo's IO facilities can be seen as a pure-Python and open-source Neuroshare
 replacement.