python3-cyarray binary package in Ubuntu Lunar riscv64

 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
  2023-03-17 15:54:37 UTC Published Ubuntu Lunar riscv64 release universe python Optional 1.1-5build1
  • Published
  • Copied from ubuntu lunar-proposed riscv64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar riscv64 proposed universe python Optional 1.1-5build1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2023-03-17 15:54:43 UTC Superseded Ubuntu Lunar riscv64 release universe python Optional 1.1-5
  • Removed from disk .
  • Removal requested .
  • Superseded by riscv64 build of cyarray 1.1-5build1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed riscv64 in Primary Archive for Ubuntu
  2023-03-18 18:10:10 UTC Deleted Ubuntu Lunar riscv64 proposed universe python Optional 1.1-5
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2023-01-31 23:08:55 UTC Superseded Ubuntu Lunar riscv64 release universe python Optional 1.1-4build2
  • Removed from disk .
  • Removal requested .
  • Superseded by riscv64 build of cyarray 1.1-5 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed riscv64 in Primary Archive for Ubuntu
  2023-02-02 00:10:12 UTC Deleted Ubuntu Lunar riscv64 proposed universe python Optional 1.1-4build2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-11-03 19:59:07 UTC Superseded Ubuntu Lunar riscv64 release universe python Optional 1.1-4build1
  • Removal requested .
  • Superseded by riscv64 build of cyarray 1.1-4build2 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed riscv64 in Primary Archive for Ubuntu

Source package