Skip to content

Commit 445af55

Browse files
authored
0.40.0 release (#2536)
1 parent 7e4fb92 commit 445af55

File tree

3 files changed

+56
-2
lines changed

3 files changed

+56
-2
lines changed

CHANGELOG.md

+54-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,60 @@
22

33
## Version 0.40.0
44

5-
_In development._
5+
([Full Changelog](https://github.com/unitaryfund/mitiq/compare/v0.39.0...v0.40.0))
6+
7+
### Highlights
8+
9+
🔉 A new quantum error-mitigation technique is available in Mitiq!
10+
**Layerwise Richardson Extrapolation** is now available through `mitiq.lre.execute_with_lre`.
11+
Documentation is also available in the user guide, with more advanced docs and demonstrations coming in the next release.
12+
Special thanks to Purva Thakre for this contribution!
13+
14+
🥇 We had two **first time contributions** from @ecarlander and @mbrotos!
15+
Thank you both for your contributions!
16+
17+
🛡️ A **helpful error message** is raised when passing data of the incorrect type to the `MeasurementResult` class, where before it silently gave confusing results.
18+
19+
#### ✨ Enhancements
20+
- LRE Executors (#2499) [@purva-thakre]
21+
- LRE Inference Functions (#2447) [@purva-thakre]
22+
- Raise TypeError when a dictionary is passed to MeasurementResult constructor (#2523) [@natestemen]
23+
24+
#### 📓 Documentation
25+
26+
- Add theory, intro and use case pages of LRE user guide (#2522) [@purva-thakre]
27+
- add QOSS survey banner (#2533) [@natestemen]
28+
- Update broken link in the readme (#2528) [@purva-thakre]
29+
- Move class documentation to class docstrings (#2525) [@natestemen]
30+
- QSE docs cleanup (#2490) [@natestemen]
31+
- Add tags to tutorials (#2467) [@purva-thakre]
32+
- Correct CDR and VNCDR acronyms in example (#2479) [@bdg221]
33+
- added roadmap link to readme (#2468) [@ecarlander]
34+
- Update ibmq-backends.md (#2474) [@mbrotos]
35+
36+
#### 🧑🏽‍💻 Developer Improvements
37+
38+
- Remove `make requirements` (#2481) [@purva-thakre]
39+
- Fix flaky REM test / refactor (#2464) [@natestemen]
40+
41+
#### 📦 Dependency Updates
42+
43+
- Bump pyscf from 2.6.2 to 2.7.0 (#2518) [@dependabot]
44+
- Bump pyqrack from 1.30.24 to 1.30.30 (#2521) [@dependabot]
45+
- Bump pyqrack from 1.30.22 to 1.30.24 (#2497) [@dependabot]
46+
- Update qiskit requirement from ~=1.2.1 to ~=1.2.2 (#2507) [@dependabot]
47+
- Bump qibo from 0.2.10 to 0.2.12 (#2506) [@dependabot]
48+
- Update qiskit-aer requirement from ~=0.15.0 to ~=0.15.1 (#2504) [@dependabot]
49+
- Update qiskit requirement from ~=1.2.0 to ~=1.2.1 (#2503) [@dependabot]
50+
- Bump pyqrack from 1.30.20 to 1.30.22 (#2489) [@dependabot]
51+
- Update qiskit-aer requirement from ~=0.14.2 to ~=0.15.0 (#2484) [@dependabot]
52+
- Bump pyqrack from 1.30.8 to 1.30.20 (#2487) [@dependabot]
53+
- Update cirq-core requirement from <1.4.0,>=1.0.0 to >=1.0.0,<1.5.0 (#2390) [@dependabot]
54+
- Update qiskit requirement from ~=1.1.1 to ~=1.2.0 (#2482) [@dependabot]
55+
- Update scipy requirement from <=1.14.0,>=1.10.1 to >=1.10.1,<=1.14.1 (#2477) [@dependabot]
56+
- Bump pyqrack from 1.30.0 to 1.30.8 (#2476) [@dependabot]
57+
- Bump sphinx from 7.2.6 to 8.0.2 (#2455) [@dependabot]
58+
- Bump qibo from 0.2.9 to 0.2.10 (#2458) [@dependabot]
659

760
## Version 0.39.0
861

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.40.0dev
1+
0.40.0

docs/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def setup(app):
234234
r"https://link\.aps\.org/doi/.*",
235235
r"https://www\.sciencedirect\.com/science/article/.*",
236236
r"https://github.com/unitaryfund/mitiq/compare/.*",
237+
r"https://github.com/unitaryfund/mitiq/projects/7",
237238
]
238239

239240
linkcheck_retries = 3

0 commit comments

Comments
 (0)