cyarray 1.1-2build1 source package in Ubuntu

Changelog

cyarray (1.1-2build1) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:19:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
cyarray_1.1.orig.tar.gz 24.1 KiB bc23dd135828a5f504ba5108dd06c0e2bae1145614d55a972cec02b73b6f2b72
cyarray_1.1-2build1.debian.tar.xz 3.6 KiB 8ed80a8a4b0f707ab8aef1ce58561d9dc233345008f705a9e898eda9936d8162
cyarray_1.1-2build1.dsc 2.1 KiB 144a1d51747de00ccab50093d7ad032b23fa26a853e6c6a0a9ebdfb247353dbc

Available diffs

View changes file

Binary packages built by this source

python3-cyarray: Fast, typed, resizable, Cython array

 The cyarray package provides a fast, typed, re-sizable, Cython array.
 .
 It currently provides the following arrays: ``IntArray, UIntArray,
 LongArray, FloatArray, DoubleArray``.
 .
 All arrays provide for the following operations:
 .
  - access by indexing.
  - access through get/set function.
  - resizing the array.
  - appending values at the end of the array.
  - reserving space for future appends.
  - access to internal data through a numpy array.
 .
 If you are writing Cython code this is a convenient array to use as it
 exposes the raw underlying pointer to the data.
 For example if you use a ``FloatArray`` and access its ``data``
 attribute it will be a ``float*``.
 .
 Each array also provides an interface to its data through a numpy
 array.
 This is done through the ``get_npy_array`` function.
 The returned numpy array can be used just like any other numpy array
 but for the following restrictions:
 .
  - the array may not be resized.
  - references of this array should not be kept.
  - slices of this array may not be made.
 .
 The numpy array may however be copied and used in any manner.

python3-cyarray-dbgsym: No summary available for python3-cyarray-dbgsym in ubuntu hirsute.

No description available for python3-cyarray-dbgsym in ubuntu hirsute.