xtensor 0.24.3-1 source package in Ubuntu
Changelog
xtensor (0.24.3-1) unstable; urgency=medium * New upstream release. * Standards-Version: 4.6.1 * debian patch revert_xsimd8_undo_PR2573.patch reverts upstream PR2573 (commit 5d1026e) to drop xsimd requirement from 9 back to 8. xsimd 9 is not yet packaged for debian, and new xsimd 9 features are not yet used in xtensor anyway. -- Drew Parsons <email address hidden> Tue, 08 Nov 2022 11:57:03 +0100
Upload details
- Uploaded by:
- Debian Science Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Science Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xtensor_0.24.3-1.dsc | 2.5 KiB | 06b7cf7e87acf15e202b736e79d11cd68bace4ed8ea2718ddc5932c1906e9ea0 |
xtensor_0.24.3.orig.tar.gz | 1.1 MiB | 3acde856b9fb8cf4e2a7b66726da541275d40ab9b002e618ad985ab97f08ca4f |
xtensor_0.24.3-1.debian.tar.xz | 9.0 KiB | 8f1d0ba8a1ff0ded875b038b2a617ebdea34888b706295696ef5c91a02971d26 |
Available diffs
- diff from 0.24.2-2 to 0.24.3-1 (12.3 KiB)
No changes file available.
Binary packages built by this source
- libxtensor-dev: multi-dimensional arrays with broadcasting and lazy computing
xtensor is a C++ library meant for numerical analysis with multi-dimensional
array expressions.
.
xtensor provides:
.
- an extensible expression system enabling lazy broadcasting.
- an API following the idioms of the C++ standard library.
- tools to manipulate array expressions and build upon xtensor.
.
Containers of xtensor are inspired by NumPy, the Python array programming
library. In fact, xtensor can be used to process numpy data structures inplace
using Python's buffer protocol. For more details on the numpy bindings, check
out the xtensor-python project.
.
This package provides the header-only library.
- xtensor-dev: multi-dimensional arrays with broadcasting (transition package)
xtensor is a C++ library meant for numerical analysis with multi-dimensional
array expressions.
.
This is a dummy package transitioning to libxtensor-dev.
- xtensor-doc: documentation for xtensor
xtensor is a C++ library meant for numerical analysis with multi-dimensional
array expressions.
.
xtensor provides:
.
- an extensible expression system enabling lazy broadcasting.
- an API following the idioms of the C++ standard library.
- tools to manipulate array expressions and build upon xtensor.
.
Containers of xtensor are inspired by NumPy, the Python array programming
library. In fact, xtensor can be used to process numpy data structures inplace
using Python's buffer protocol. For more details on the numpy bindings, check
out the xtensor-python project.
.
This package provides the documentation.