We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48c470 commit 114458cCopy full SHA for 114458c
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.0.2
6
+
7
### Added
8
9
- Add `jittable` option in `c.sample()` method, friendly to switch off for large scale sample
tensorcircuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.0.1"
+__version__ = "1.0.2"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"
0 commit comments