deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: amd64
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3-mako, python3-numpy (>=
1:1.25.0), python3-numpy-abi9, python3:any, libc6 (>= 2.14)
Description: |-
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.
Homepage: https://github.com/pypr/cyarray
Installed-Size: '1027'
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Package: python3-cyarray
Priority: optional
Section: python
Source: cyarray (1.1-9)
Version: 1.1-9+b1
srcpkg_name: cyarray
srcpkg_version: 1.1-9