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
+48-14Lines changed: 48 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,31 +8,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [Unreleased]
9
9
10
10
### Added
11
+
### Changed
12
+
### Deprecated
13
+
### Fixed
14
+
### Removed
15
+
### Repository
16
+
17
+
## [0.6.1] - 2021-06-23
11
18
12
-
- Support for GitHub Actions
13
-
* Build and testing on various plaforms and compilers
14
-
* Automatic draft of new release
15
-
* Automatic publication of new release once ready
16
-
* Automatic upload of releases artifacts to PyPi and GitHub
17
-
- Use ``setuptools-scm`` for versioning
18
-
- Added ``.editorconfig` file
19
-
- Added ``pyproject.toml`` and ``setup.cfg``
20
-
- Added CHANGELOG.md
21
-
- Added backend for IonQ.
22
-
- Added support for state-dependent qubit control
19
+
### Repository
20
+
21
+
- Fix GitHub workflow for publishing a new release
22
+
23
+
## [0.6.0] - 2021-06-23
24
+
25
+
### Added
26
+
27
+
- New backend for the IonQ platform
28
+
- New backend for the AWS Braket platform
29
+
- New gates for quantum math operations on quantum registers
30
+
- Support for state-dependent control qubits (ie. negatively or positively controlled gates)
31
+
32
+
### Changed
33
+
34
+
- Name of the single parameter of the `LocalOptimizer` has been changed from `m` to `cache_size` in order to better represent its actual use.
23
35
24
36
### Deprecated
25
37
26
-
- Compatibility with Python <= 3.5
38
+
- Compatibility with Python <= 3.5
39
+
-`LocalOptimizer(m=10)` should be changed into `LocalOptimizer(cache_size=10)`. Using of the old name is still possible, but is deprecated and will be removed in a future version of ProjectQ.
40
+
41
+
### Fixed
42
+
43
+
- Installation on Mac OS Big Sur
44
+
- IBM Backend issues with new API
27
45
28
46
### Removed
29
47
30
48
- Compatibility with Python 2.7
49
+
- Support for multi-qubit measurement gates has been dropped; use `All(Measure) | qureg` instead
31
50
32
51
### Repository
33
52
34
-
- Updated cibuildwheels action to v1.11.1
35
-
- Updated thomaseizinger/create-pull-request action to v1.1.0
53
+
- Use `setuptools-scm` for versioning
54
+
- Added `.editorconfig` file
55
+
- Added `pyproject.toml` and `setup.cfg`
56
+
- Added CHANGELOG.md
57
+
- Added support for GitHub Actions
58
+
- Build and testing on various plaforms and compilers
59
+
- Automatic draft of new release
60
+
- Automatic publication of new release once ready
61
+
- Automatic upload of releases artifacts to PyPi and GitHub
62
+
- Added pre-commit configuration file
63
+
64
+
- Updated cibuildwheels action to v1.11.1
65
+
- Updated thomaseizinger/create-pull-request action to v1.1.0
36
66
37
67
## [0.5.1] - 2019-02-15
38
68
@@ -71,3 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
71
101
The ProjectQ v0.5.x release branch is the last one that is guaranteed to work with Python 2.7.x.
72
102
73
103
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