neo 0.13.0-1 source package in Ubuntu

Changelog

neo (0.13.0-1) unstable; urgency=medium

  * New upstream version 0.13.0
    Closes: #1067295
  * d/copyright: bump copyright years.
  * changeset_bf-skiptest.patch: refresh.
  * avoid_privacy_breach_image.patch: refresh.
  * skip_online_tests.patch: refresh.
  * d/control: update build dependencies.
    The revamped documentation now makes use of many Sphinx capabilities.
  * d/rules: disable documentation building for now.
    The documentation partly requires online resources, not allowed by
    policy on build machines.  Further, there is something off with the
    documentation construction messing with the python3 code, causing
    syntax errors.
  * d/control: checks depend on python3-nixio.
  * d/python3-neo.docs: do not install html documentation.
    It is unavailable until fixme item in d/rules is resolved.
  * d/control: python3-neo depends on python3-neo.
  * avoid_privacy_breach_image.patch: review.
    Adapted the comment since the link is not broken anymore, and
    forwarding is declared not-needed.
  * skip_online_tests.patch: forwarding not-needed.

 -- Étienne Mollier <email address hidden>  Wed, 08 May 2024 16:00:21 +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

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
neo_0.13.0-1.dsc 2.4 KiB c647df5cc2304c043d266e3d0329c574290cc9bf8bbc3703536d402466539a6e
neo_0.13.0.orig.tar.gz 4.8 MiB 5675d1fa381a53c2c7eeb8b5e929ec0399de20bb0b52453e1b99ec6d66dc91f3
neo_0.13.0-1.debian.tar.xz 6.9 KiB a3f2437adc5132451b509c4481dd31b2ccc7c0008a58786452de3c271bf1a21d

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.