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.
88
99## [ Unreleased]
1010
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+
1116## 0.1.3 - 2021-10-29
1217### Added
1318- PyTorch 1.10 compatability
Original file line number Diff line number Diff line change 1- __version__ = "0.1.3 "
1+ __version__ = "0.1.4 "
22
33from ._script import jitable
44from ._opt_ein import optimize_einsums , optimize_einsums_full
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "opt_einsum_fx" ,
8- version = "0.1.3" ,
8+ version = "0.1.4" , # remember to update in `__init__.py` too!
99 author = "Linux-cpp-lisp" ,
1010 url = "https://github.com/Linux-cpp-lisp/opt_einsum_fx" ,
1111 description = "Einsum optimization using opt_einsum and PyTorch FX" ,
You can’t perform that action at this time.
0 commit comments