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 a012a9a commit d5973e1Copy full SHA for d5973e1
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+Most recent change on the bottom.
8
9
+## [Unreleased]
10
11
+## [0.1.0] - 2021-05-17
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="opt_einsum_fx",
- version="0.0.1",
+ version="0.1.0",
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