Skip to content

Commit 8ef487d

Browse files
committed
Update CHANGELOG
1 parent a1c8d52 commit 8ef487d

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
### Changed
12+
### Deprecated
13+
### Fixed
14+
### Removed
15+
### Repository
16+
1017
## [0.7.0] - 2021-07-14
1118

1219
### Added
1320

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
1522

1623
### Changed
1724

25+
- Moved some exceptions classes into their own files to avoid code duplication
26+
1827
### Deprecated
1928

2029
### Fixed
2130

2231
- Prevent infinite recursion errors when too many compiler engines are added to the MainEngine
2332
- Error in testing the decomposition for the phase estimation gate
33+
- Fixed small issue with matplotlib drawing backend
2434
- Make all docstrings PEP257 compliant
2535

2636
### Removed
@@ -30,7 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3040
### Repository
3141

3242
- 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
3449

3550
## [0.6.1] - 2021-06-23
3651

@@ -126,8 +141,12 @@ The ProjectQ v0.5.x release branch is the last one that is guaranteed to work wi
126141

127142
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)
128143

129-
[Unreleased]: https://github.com/ProjectQ-Framework/ProjectQ/compare/0.7.0...HEAD
144+
[Unreleased]: https://github.com/ProjectQ-Framework/ProjectQ/compare/v0.7.0...HEAD
145+
146+
[0.7.0]: https://github.com/ProjectQ-Framework/ProjectQ/compare/v0.6.1...v0.7.0
147+
148+
[0.6.0]: https://github.com/ProjectQ-Framework/ProjectQ/compare/v0.5.1...v0.6.0
130149

131-
[0.7.0]: https://github.com/ProjectQ-Framework/ProjectQ/compare/0.6.1...0.7.0
150+
[0.5.1]: https://github.com/ProjectQ-Framework/ProjectQ/compare/v0.5.0...v0.5.1
132151

133-
[0.6.0]: https://github.com/ProjectQ-Framework/ProjectQ/compare/0.5.1...0.6.0
152+
[0.5.0]: https://github.com/ProjectQ-Framework/ProjectQ/compare/v0.4.2...v0.5.0

0 commit comments

Comments
 (0)