File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Most recent change on the bottom.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## 0.1.4 - 2021-11-7
12
+ ### Added
13
+ - ` opt_einsum_fx.__version__ `
14
+ - Partially symbolic shape propagation for efficient einsum optimization (#15 )
15
+
11
16
## 0.1.3 - 2021-10-29
12
17
### Added
13
18
- PyTorch 1.10 compatability
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.3 "
1
+ __version__ = "0.1.4 "
2
2
3
3
from ._script import jitable
4
4
from ._opt_ein import optimize_einsums , optimize_einsums_full
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "opt_einsum_fx" ,
8
- version = "0.1.3" ,
8
+ version = "0.1.4" , # remember to update in `__init__.py` too!
9
9
author = "Linux-cpp-lisp" ,
10
10
url = "https://github.com/Linux-cpp-lisp/opt_einsum_fx" ,
11
11
description = "Einsum optimization using opt_einsum and PyTorch FX" ,
You can’t perform that action at this time.
0 commit comments