We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15767bf commit 0e3c1a9Copy full SHA for 0e3c1a9
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
Most recent change on the bottom.
8
9
## [Unreleased]
10
+
11
+## 0.1.1 - 2021-05-27
12
+### Added
13
+- Docs
14
+- PyPI package
15
16
### Fixed
17
- `jitable` no longer makes some FX nodes' `.args` lists (technically not allowed) instead of tuples
18
setup.py
@@ -5,7 +5,8 @@
5
6
setuptools.setup(
name="opt_einsum_fx",
- version="0.1.0",
+ version="0.1.1",
+ author="Linux-cpp-lisp",
url="https://github.com/Linux-cpp-lisp/opt_einsum_fx",
description="Einsum optimization using opt_einsum and PyTorch FX",
long_description=long_description,
0 commit comments