Support PyTorch 1.13, Lanczos decomposition fix, bug fixes
github-actions
released this
01 Dec 09:57
·
126 commits
to refs/heads/release/1.2.x
since this release
Changes
- #1048 Support PyTorch 1.13.0 on branch release/1.2.x (by @github-actions)
🐛 Bug Fixes
- #1038 Lanczos decomposition
linalg.solver.lanczos
: Support double precision, complex data types (by @ClaudiaComito) - #1034
ht.array
, closed loophole allowingDNDarray
construction with incompatible shapes of local arrays (by @Mystic-Slice)
Linear Algebra
- #1038 Lanczos decomposition
linalg.solver.lanczos
: Support double precision, complex data types (by @ClaudiaComito)
🧪 Testing
- #1025 mirror repository on gitlab + ci (by @mtar)
- #1014 fix: set cuda rng state on gpu tests for test_random.py (by @JuanPedroGHM)
Contributors
@ClaudiaComito, @JuanPedroGHM, @Mystic-Slice, @coquelin77, @mtar, @github-actions, @github-actions[bot]