2
2
3
3
Release notes for ` quimb ` .
4
4
5
- (whats-new-1-6-1)=
6
-
7
- ## v1.6.1 (unreleased)
5
+ (whats-new-1-7-0)=
6
+ ## v1.7.0 (unreleased)
8
7
9
8
** Breaking Changes**
10
9
11
10
- {class}` ~quimb.tensor.Circuit ` : remove ` target_size ` in preparation for
12
11
all contraction specifications to be encapsulated at the contract level (e.g.
13
12
with ` cotengra ` )
13
+ - some TN drawing options (mainly arrow options) have changed due to the
14
+ backend change detailed below.
14
15
15
16
** Enhancements:**
16
17
@@ -25,6 +26,8 @@ Release notes for `quimb`.
25
26
` wedge ` , ` line_offset ` and other tweaks for future use by main TN drawing.
26
27
- [ ` Circuit ` ] ( quimb.tensor.Circuit ) : allow any gate to be controlled by any
27
28
number of qubits.
29
+ - [ ` Circuit ` ] ( quimb.tensor.Circuit ) : support for parsing ` openqasm2 `
30
+ specifications now with custom and nested gate definitions etc.
28
31
- add [ ` is_cyclic_x ` ] ( quimb.tensor.TensorNetwork2D.is_cyclic_x ) ,
29
32
[ ` is_cyclic_y ` ] ( quimb.tensor.TensorNetwork2D.is_cyclic_y ) and
30
33
[ ` is_cyclic_z ` ] ( quimb.tensor.TensorNetwork3D.is_cyclic_z ) to
@@ -37,7 +40,6 @@ Release notes for `quimb`.
37
40
for constructing MPS from a function that fills the tensors.
38
41
39
42
(whats-new-1-6-0)=
40
-
41
43
## v1.6.0 (2023-09-10)
42
44
43
45
** Breaking Changes**
@@ -62,7 +64,6 @@ Release notes for `quimb`.
62
64
- fix gauge size check for some backends
63
65
64
66
(whats-new-1-5-1)=
65
-
66
67
## v1.5.1 (2023-07-28)
67
68
68
69
** Enhancements:**
@@ -83,7 +84,6 @@ Release notes for `quimb`.
83
84
- fix bug where calling ` tn.norm() ` would mangle indices.
84
85
85
86
(whats-new-1-5-0)=
86
-
87
87
## v1.5.0 (2023-05-03)
88
88
89
89
** Enhancements**
@@ -148,7 +148,6 @@ Release notes for `quimb`.
148
148
triangular R factors.
149
149
150
150
(whats-new-1-4-2)=
151
-
152
151
## v1.4.2 (28th November 2022)
153
152
154
153
** Enhancements**
@@ -157,7 +156,6 @@ Release notes for `quimb`.
157
156
[ setuptools_scm] ( https://pypi.org/project/setuptools-scm/ ) for versioning
158
157
159
158
(whats-new-1-4-1)=
160
-
161
159
## v1.4.1 (28th November 2022)
162
160
163
161
** Enhancements**
@@ -191,7 +189,6 @@ Release notes for `quimb`.
191
189
> - allow unpickling of ` PTensor ` objects ({issue}` 128 ` , {pull}` 131 ` )
192
190
193
191
(whats-new-1-4-0)=
194
-
195
192
## v1.4.0 (14th June 2022)
196
193
197
194
** Enhancements**
@@ -211,7 +208,6 @@ Release notes for `quimb`.
211
208
- Various graph generators and TN builders
212
209
213
210
(whats-new-1-3-0)=
214
-
215
211
## v1.3.0 (18th Feb 2020)
216
212
217
213
** Enhancements**
@@ -248,7 +244,6 @@ Release notes for `quimb`.
248
244
- Make cache import and initilization of ` petsc4py ` and ` slepc4py ` more robust.
249
245
250
246
(whats-new-1-2-0)=
251
-
252
247
## v1.2.0 (6th June 2019)
253
248
254
249
** Enhancements**
0 commit comments