We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0643a56 commit c64f5e2Copy full SHA for c64f5e2
CHANGELOG.md
@@ -8,6 +8,10 @@ Most recent change on the bottom.
8
9
## [Unreleased]
10
11
+## 0.1.2 - 2021-06-28
12
+### Added
13
+- PyTorch 1.9 compatibility
14
+
15
## 0.1.1 - 2021-05-27
16
### Added
17
- Docs
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="opt_einsum_fx",
- version="0.1.1",
+ version="0.1.2",
author="Linux-cpp-lisp",
url="https://github.com/Linux-cpp-lisp/opt_einsum_fx",
description="Einsum optimization using opt_einsum and PyTorch FX",
0 commit comments