You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
### Changed
12
+
### Deprecated
13
+
### Fixed
14
+
### Removed
15
+
### Repository
16
+
10
17
## [0.7.0] - 2021-07-14
11
18
12
19
### Added
13
20
14
-
- UnitarySimulator backend for computing the unitary transformation corresponding to a quantum circuit.
21
+
- UnitarySimulator backend for computing the unitary transformation corresponding to a quantum circuit
15
22
16
23
### Changed
17
24
25
+
- Moved some exceptions classes into their own files to avoid code duplication
26
+
18
27
### Deprecated
19
28
20
29
### Fixed
21
30
22
31
- Prevent infinite recursion errors when too many compiler engines are added to the MainEngine
23
32
- Error in testing the decomposition for the phase estimation gate
33
+
- Fixed small issue with matplotlib drawing backend
24
34
- Make all docstrings PEP257 compliant
25
35
26
36
### Removed
@@ -30,7 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
40
### Repository
31
41
32
42
- Added `isort` to the list of pre-commit hooks
33
-
- Added `flake8-docstrings` to the flake8 checks to ensure PEP257 compliance for docstrings
43
+
- Added some more flake8 plugins to the list used by `pre-commit`:
44
+
+ flake8-breakpoint
45
+
+ flake8-comprehensions
46
+
+ flake8-docstrings
47
+
+ flake8-eradicate
48
+
+ flake8-mutable
34
49
35
50
## [0.6.1] - 2021-06-23
36
51
@@ -126,8 +141,12 @@ The ProjectQ v0.5.x release branch is the last one that is guaranteed to work wi
126
141
127
142
Future releases might introduce changes that will require Python 3.5 (Python 3.4 and earlier have already been declared deprecated at the time of this writing)
0 commit comments