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
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.7.0] - 2021-07-14
11
+
10
12
### Added
11
13
12
-
- UnitarySimulator backend for computing the unitary transformation corresponding to a quantum circuit.
14
+
-UnitarySimulator backend for computing the unitary transformation corresponding to a quantum circuit.
13
15
14
16
### Changed
17
+
15
18
### Deprecated
19
+
16
20
### Fixed
17
21
18
22
- Prevent infinite recursion errors when too many compiler engines are added to the MainEngine
@@ -34,7 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
38
35
39
- Fix GitHub workflow for publishing a new release
36
40
37
-
38
41
## [0.6.0] - 2021-06-23
39
42
40
43
### Added
@@ -66,17 +69,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
69
### Repository
67
70
68
71
- Use `setuptools-scm` for versioning
72
+
69
73
- Added `.editorconfig` file
74
+
70
75
- Added `pyproject.toml` and `setup.cfg`
76
+
71
77
- Added CHANGELOG.md
78
+
72
79
- Added support for GitHub Actions
73
80
- Build and testing on various plaforms and compilers
74
81
- Automatic draft of new release
75
82
- Automatic publication of new release once ready
76
83
- Automatic upload of releases artifacts to PyPi and GitHub
84
+
77
85
- Added pre-commit configuration file
78
86
79
87
- Updated cibuildwheels action to v1.11.1
88
+
80
89
- Updated thomaseizinger/create-pull-request action to v1.1.0
81
90
82
91
## [0.5.1] - 2019-02-15
@@ -117,6 +126,8 @@ The ProjectQ v0.5.x release branch is the last one that is guaranteed to work wi
117
126
118
127
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