Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanstraten committed May 27, 2021
1 parent c498aca commit 3c34b65
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [ next ] - [ TBD ]
### Added
- ...

### Changed
- ...

### Removed
- ...

### Fixed
- ...


## [ 0.9.0 ] - [ 2021-05-27 ]
### Added
- architecture system: platform and compilation strategy defaults are now built into OpenQL, preventing the need for users to copypaste configuration files from the tests directory
- interface (C++ and Python) to compile cQASM 1.x
- allow 'wait' and 'barrier' in JSON section 'gate_decomposition'
- CC backend:
Expand All @@ -21,6 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- pass management: instead of a hardcoded compilation strategy, the strategy can be adjusted and fine-tuned manually
- pass options: instead of doing everything with global options, global options were replaced with pass options as much as possible
- most documentation is now generated from code and can be queried using API calls
- scheduler resources are completely reworked to be made more generic
- major internal refactoring and restructuring to facilitate the above two things
- CC backend:
- renamed JSON field "signal_ref" to "ref_signal"
Expand All @@ -46,6 +63,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- changed register used for FOR loop, so it doesn't clash with delay setting
- fixed documentation for python setup and running tests
- various miscellaneous bugs, dangling pointers, and memory leaks


## [ 0.8.0 ] - [ 2019-10-31 ]
Expand Down
2 changes: 1 addition & 1 deletion include/ql/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
*
* OPENQL_VERSION_STRING is also decoded by setup.py
*/
#define OPENQL_VERSION_STRING "0.8.1.dev8"
#define OPENQL_VERSION_STRING "0.9.0"

0 comments on commit 3c34b65

Please sign in to comment.