neo 0.12.0-1 source package in Ubuntu

Changelog

neo (0.12.0-1) unstable; urgency=medium

  * New upstream version 0.12.0
  * d/rules: rewrap the test target.
  * d/rules: rewrap the documentation build step.
  * d/control: declare compliance to standards version 4.6.2.
  * d/rules: remove more embedded javascript libraries.
  * d/{rules,clean}: move removals to d/clean.
  * d/tests/: add non-trivial autopkgtests. (Closes: #1035263)
  * changeset_bf-skiptest.diff patch: refresh.
  * avoid_privacy_breach_image.patch: refresh.
  * skip_online_tests.patch: skip test_download_dataset.
  * d/control: build depends on pybuild-plugin-pyproject.

 -- Étienne Mollier <email address hidden>  Sat, 09 Sep 2023 11:21:28 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
neo_0.12.0-1.dsc 2.3 KiB 49f37b2c814ac64a0918c2f3d6a9e2209fdffad53ef40c7cca67994ff1f14a69
neo_0.12.0.orig.tar.gz 27.1 MiB 3b6ca4fc05dfdb4e953e253e70994bfbbc8fe2e90958fbda7fa5860caf3fa63a
neo_0.12.0-1.debian.tar.xz 6.3 KiB 905ac335a877b8bba130c6045317d4eae22814a2fa3e5cdb585415d0ce7c1cbc

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.