Releases: chillenb/pytblis
Releases · chillenb/pytblis
v0.0.14
23 Jan 05:38
Compare
Sorry, something went wrong.
No results found
pytblis 0.0.14
Added
Context manager for default array storage order: use_default_array_order
Changed
complex_real_contractions=True is now enabled by default
Full Changelog : v0.0.13...v0.0.14
v0.0.13
20 Jan 21:29
Compare
Sorry, something went wrong.
No results found
No new features except compatibility with NumPy 2.4, which changed the API of np.einsum_path.
v0.0.12
15 Dec 00:20
Compare
Sorry, something went wrong.
No results found
v0.0.11
27 Nov 03:47
Compare
Sorry, something went wrong.
No results found
New features in v0.0.11:
Mixed complex-real contractions in pytblis.contract and pytblis.einsum
Construct a complex tensor from real and imaginary part with pytblis.complexify
Full Changelog : v0.0.10...v0.0.11
v0.0.10
25 Nov 03:13
Compare
Sorry, something went wrong.
No results found
When installing from sdist, statically link TBLIS by default.
Full Changelog : v0.0.9...v0.0.10
v0.0.9
25 Nov 01:10
Compare
Sorry, something went wrong.
No results found
Fixes the zero-sized array bug in #12
Supports Python 3.14 via limited CPython API (abi3)
Full Changelog : v0.0.8...v0.0.9
v0.0.8
23 Nov 23:09
Compare
Sorry, something went wrong.
No results found
What's Changed
Use TBLIS for batched and partial-sum contractions by @ajz34 in #9
Better handling of size-0 arrays
low-level wrapper for tblis_tensor_shift
New Contributors
@ajz34 made their first contribution in #9
Full Changelog : v0.0.6...v0.0.8
v0.0.6
09 Sep 19:18
Compare
Sorry, something went wrong.
No results found
update TBLIS version
use pthreads in pypi wheels to avoid OpenMP conflicts
v0.0.5
12 Aug 02:21
Compare
Sorry, something went wrong.
No results found
hwloc is now vendored into the wheel on linux for reliable detection of the number of cpu cores
build BLIS with the same thread model as TBLIS so that OMP_PROC_BIND works
v0.0.4
06 Aug 20:46
Compare
Sorry, something went wrong.
No results found
pytblis.contract accepts spaces but still requires ->.