traittypes 0.2.1-3 source package in Ubuntu

Changelog

traittypes (0.2.1-3) unstable; urgency=medium

  * Source-only upload for migration to testing.

 -- Roland Mas <email address hidden>  Wed, 16 Feb 2022 14:13: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
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
traittypes_0.2.1-3.dsc 1.9 KiB 5afb362c44bd863d68a94636af0efb8cdd29d59ab0e1a40f43efd7e50e1ab3cd
traittypes_0.2.1.orig.tar.gz 13.2 KiB be6fa26294733e7489822ded4ae25da5b4824a8a7a0e0c2dccfde596e3489bd6
traittypes_0.2.1-3.debian.tar.xz 2.3 KiB 575bad2c185b644fde79ac0a77379e32d9634dd7b55afbe0f8d0eb649c601c95

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.