neo 0.10.2-1 source package in Ubuntu

Changelog

neo (0.10.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * d/copyright: update the file to reflect current licensing terms.
    The package notably moved from BSD-2-clause to BSD-3-clause licensing
    terms.  Also updated the list of debian contributors from git log.

 -- Étienne Mollier <email address hidden>  Thu, 05 May 2022 16:25:32 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
neo_0.10.2-1.dsc 2.2 KiB 5217c7f2048a1074853a1081fe4774a16e244cda5e1994d169f15942f7b18e05
neo_0.10.2.orig.tar.gz 3.7 MiB 2d4218b0826daeea880e155227060029ec38a00238ceb5f097138d9467c6399b
neo_0.10.2-1.debian.tar.xz 5.6 KiB 1b868b9b3143c820913280cda58025c187a13a376b273be7e9364257b3f1876f

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.