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
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.7.1] - 2022-01-10
11
+
10
12
### Added
11
13
12
14
- Added environment variable to avoid -march=native when building ProjectQ
13
15
- Added environment variable to force build failure if extensions do not compile on CI
14
16
15
17
### Changed
18
+
16
19
### Deprecated
20
+
17
21
### Fixed
18
22
19
23
- Fix compiler flags cleanup function for use on CI
@@ -22,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
26
- Fixed issue with `gen_reqfile` command if `--include-extras` is not provided
23
27
24
28
### Removed
29
+
25
30
### Repository
26
31
27
32
- Add configuration for CIBuildWheel in `pyproject.toml`
@@ -63,11 +68,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
68
64
69
- Added `isort` to the list of pre-commit hooks
65
70
- Added some more flake8 plugins to the list used by `pre-commit`:
66
-
+ flake8-breakpoint
67
-
+ flake8-comprehensions
68
-
+ flake8-docstrings
69
-
+ flake8-eradicate
70
-
+ flake8-mutable
71
+
- flake8-breakpoint
72
+
- flake8-comprehensions
73
+
- flake8-docstrings
74
+
- flake8-eradicate
75
+
- flake8-mutable
71
76
72
77
## [0.6.1] - 2021-06-23
73
78
@@ -163,7 +168,9 @@ The ProjectQ v0.5.x release branch is the last one that is guaranteed to work wi
163
168
164
169
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