python3-cyarray binary package in Ubuntu Focal s390x

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2020-02-20 02:48:16 UTC Published Ubuntu Focal s390x release universe python Optional 1.1-2build1
  • Published
  • Copied from ubuntu focal-proposed s390x in Primary Archive for Ubuntu
  Deleted Ubuntu Focal s390x proposed universe python Optional 1.1-2build1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2020-02-20 02:48:32 UTC Superseded Ubuntu Focal s390x release universe python Optional 1.1-2
  • Removed from disk .
  • Removal requested .
  • Superseded by s390x build of cyarray 1.1-2build1 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed s390x in Primary Archive for Ubuntu
  2020-02-21 06:10:15 UTC Deleted Ubuntu Focal s390x proposed universe python Optional 1.1-2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2020-01-02 07:43:17 UTC Superseded Ubuntu Focal s390x release universe python Optional 1.1-1
  • Removed from disk .
  • Removal requested .
  • Superseded by s390x build of cyarray 1.1-2 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed s390x in Primary Archive for Ubuntu
  2020-01-03 12:10:08 UTC Deleted Ubuntu Focal s390x proposed universe python Optional 1.1-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published

Source package