python3-cyarray binary package in Ubuntu Noble arm64

 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
  2024-04-12 05:12:43 UTC Published Ubuntu Noble arm64 release universe python Optional 1.1-7build1
  • Published
  • Copied from ubuntu noble-proposed arm64 in Primary Archive for Ubuntu
  Deleted Ubuntu Noble arm64 proposed universe python Optional 1.1-7build1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2024-04-12 05:12:56 UTC Superseded Ubuntu Noble arm64 release universe python Optional 1.1-7
  • Removed from disk .
  • Removal requested .
  • Superseded by arm64 build of cyarray 1.1-7build1 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu noble-proposed arm64 in Primary Archive for Ubuntu
  2024-04-13 06:10:19 UTC Deleted Ubuntu Noble arm64 proposed universe python Optional 1.1-7
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2023-12-11 02:22:10 UTC Superseded Ubuntu Noble arm64 release universe python Optional 1.1-6.1
  • Removed from disk .
  • Removal requested .
  • Superseded by arm64 build of cyarray 1.1-7 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu noble-proposed arm64 in Primary Archive for Ubuntu
  2024-01-13 18:10:15 UTC Deleted Ubuntu Noble arm64 proposed universe python Optional 1.1-6.1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2023-12-10 13:41:48 UTC Superseded Ubuntu Noble arm64 release universe python Optional 1.1-6
  • Removed from disk .
  • Removal requested .
  • Superseded by arm64 build of cyarray 1.1-6.1 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu noble-proposed arm64 in Primary Archive for Ubuntu
  2024-01-13 18:10:15 UTC Deleted Ubuntu Noble arm64 proposed universe python Optional 1.1-6
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2023-12-02 16:12:21 UTC Superseded Ubuntu Noble arm64 release universe python Optional 1.1-5build2
  • Removed from disk .
  • Removal requested .
  • Superseded by arm64 build of cyarray 1.1-6 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu noble-proposed arm64 in Primary Archive for Ubuntu
  2024-01-13 06:10:15 UTC Deleted Ubuntu Noble arm64 proposed universe python Optional 1.1-5build2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2023-11-14 23:14:30 UTC Superseded Ubuntu Noble arm64 release universe python Optional 1.1-5build1
  • Removal requested .
  • Superseded by arm64 build of cyarray 1.1-5build2 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed arm64 in Primary Archive for Ubuntu

Source package