traittypes 0.2.1-4 source package in Ubuntu

Changelog

traittypes (0.2.1-4) unstable; urgency=medium

  * Bug fix: "build-depends on python3-nose or uses it for autopkgtest",
    thanks to Dmitry Shachnev (Closes: #1018653).

 -- Roland Mas <email address hidden>  Tue, 15 Nov 2022 09:17:25 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
traittypes_0.2.1-4.dsc 1.8 KiB 56523d4ee53fde888e30556e605950aac7ec8e9d05cffc01711d1dac95a76a7f
traittypes_0.2.1.orig.tar.gz 13.2 KiB be6fa26294733e7489822ded4ae25da5b4824a8a7a0e0c2dccfde596e3489bd6
traittypes_0.2.1-4.debian.tar.xz 2.7 KiB f6e88749f069cfdab25696018a20aa6a1f6fba3999d79b4097baed63d1ab54f1

Available diffs

No changes file available.

Binary packages built by this source

python3-traittypes: Scipy trait types

 Custom trait types for scientific computing (NumPy, SciPy and
 friends).
 .
 The goal of this library is to provide a reference implementation of
 trait types for common data structuresused in the scipy stack such as
 numpy arrays, pandas and xarray data structures which are out of the
 scope of the main traitlets project but are a common requirement to
 build applications with traitlets in combination with the scipy
 stack.
 .
 Another goal is to create adequate serialization and deserialization
 routines for these trait types to be used with the ipywidgets project
 (to_json and from_json). These could also return a list of binary
 buffers as allowed by the current messaging protocol.