python-cotengrust 0.1.3-1 source package in Ubuntu

Changelog

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

  * New upstream version update 0.1.3.
  * Updated 002-fix-mismatched-function-signature.patch
    to fit new upstream version.

 -- Yogeswaran Umasankar <email address hidden>  Sat, 11 May 2024 10:00: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-1.dsc 2.3 KiB 941c480d6bce2b900ecb08a391db2ac59b8c020a7ce9e2c34378921a70144302
python-cotengrust_0.1.3.orig.tar.gz 28.6 KiB 8b53995844d98f619ff839329bdffcd3c1ae273bfba1c02d2ef7677591bf3a3f
python-cotengrust_0.1.3-1.debian.tar.xz 13.2 KiB 4a091457027ff142cb38c9f1db306f92f704ec50a0e0052bc7c6915d728bdb15

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)`.