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 e105763 commit 3f2ec85Copy full SHA for 3f2ec85
.gitignore
@@ -1,4 +1,5 @@
1
data
2
+git_stat_v2.sh
3
*.token
4
.prettierignore
5
.idea/
CHANGELOG.md
@@ -2,6 +2,8 @@
## Unreleased
+## 1.1.0
6
+
7
### Added
8
9
- Add jax jitted function load/save utilities in experimental.py
tensorcircuit/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.2"
+__version__ = "1.1.0"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"
0 commit comments