Skip to content

Commit

Permalink
bumped version number and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
imranashraf committed Jun 3, 2019
1 parent d03f581 commit 573de55
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.7 ] - [ 2019-06-03 ]
### Added
- support for single qubit flux options (auto/manual modes)
- option to control generation of qasm files and dot graphs
- NPROCS=n variable can now be set for faster compilation to use n threads
- conda build recipe
- conda binary releases for Linux, Windows platform (not yet available for OSX due to a conda distribution issue)


### Changed
- openql is now public
- improved resource-constrained scheduling
- sweep point array is now optional
- support for barrier/wait on all qubits


### Removed
- set_sweep_points(sweep_points list, num of sweep points)


### Fixed
- resource-constrained qasm is generated by same scheduler for cc-light as is used to generate qisa
- Illegal parameter in gate_decomposition


## [ 0.6 ] - [ 2018-10-29 ]
### Added
- generated qasm code conforms to cQASM v1.0 specification
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Note: please fill your contributions in this file
- unit-tests
- python Package for OpenQL
- cmake-based Compilation for cross-platform build setup
- conda recipies and packages
- single qubit flux operations
- cQASM v1.0 support



Expand Down
2 changes: 1 addition & 1 deletion ql/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define OPENQL_MAJOR_VERSION 0

#define OPENQL_MINOR_VERSION 6
#define OPENQL_MINOR_VERSION 7

#define OPENQL_PATCH_VERSION 0

Expand Down

0 comments on commit 573de55

Please sign in to comment.