neo 0.11.0-1 source package in Ubuntu

Changelog

neo (0.11.0-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * d/control: add myself to uploaders.
  * d/{rules,control}: replace nose by pytest. (Closes: #1018419)
  * d/watch: use secure URI.

 -- Étienne Mollier <email address hidden>  Sat, 10 Sep 2022 12:40:06 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
neo_0.11.0-1.dsc 2.2 KiB cfc0fbd4e44b5ae0f6584d69850f3312420fb448dcc12c5187caad6c89aa220f
neo_0.11.0.orig.tar.gz 4.6 MiB cdf8e1324a3fbbd1efd5618dcd37cfc497b1997923bd710b598472c1d846674a
neo_0.11.0-1.debian.tar.xz 5.7 KiB 8b2938d13e1c638a7771bc181f6fbb18f1ce9caaa0a2d9e54294688c93b83083

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.