python3-cyarray binary package in Ubuntu Jammy amd64

 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
  2022-03-19 16:09:26 UTC Published Ubuntu Jammy amd64 release universe python Optional 1.1-4build1
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy amd64 proposed universe python Optional 1.1-4build1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2022-03-19 16:09:57 UTC Superseded Ubuntu Jammy amd64 release universe python Optional 1.1-4
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of cyarray 1.1-4build1 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  2022-03-20 18:10:09 UTC Deleted Ubuntu Jammy amd64 proposed universe python Optional 1.1-4
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2021-11-07 23:29:32 UTC Superseded Ubuntu Jammy amd64 proposed universe python Optional 1.1-3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of cyarray 1.1-4 in ubuntu jammy PROPOSED
  • Published
  2021-11-22 13:37:40 UTC Superseded Ubuntu Jammy amd64 release universe python Optional 1.1-2build3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of cyarray 1.1-4 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu hirsute-proposed amd64 in Primary Archive for Ubuntu

Source package