python-cotengrust 0.1.3-2 source package in Ubuntu

Changelog

python-cotengrust (0.1.3-2) unstable; urgency=medium

  * Update 002-fix-mismatched-function-signature.patch to fix
    'Deprecated Constant Warning' pyo3 library. (Closes: #1078388)
  * d/control and d/copyright: routine updates.
  * Replace d/python3-cotengrust.install with d/python3-cotengrust.docs.

 -- Yogeswaran Umasankar <email address hidden>  Mon, 12 Aug 2024 03:30:00 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-cotengrust_0.1.3-2.dsc 2.3 KiB d690298e971bc7e561bb10e8219637603c3f43d4f271aa8addff8473a42c5a80
python-cotengrust_0.1.3.orig.tar.gz 28.6 KiB 8b53995844d98f619ff839329bdffcd3c1ae273bfba1c02d2ef7677591bf3a3f
python-cotengrust_0.1.3-2.debian.tar.xz 13.5 KiB 661acfd6de725a8e63c8a68806e658dd1870b21cf95df9f720727a3a681245fb

Available diffs

No changes file available.

Binary packages built by this source

python3-cotengrust: Fast contraction ordering primitives for tensor networks

 `cotengrust` provides fast rust implementations of contraction
 ordering primitives for tensor networks or einsum expressions.
 The two main functions are `optimize_optimal(inputs, output, size_dict,
 **kwargs)` and `optimize_greedy(inputs, output, size_dict, **kwargs)`.