-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Stable 0.5.2 #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Stable 0.5.2 #488
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* CMake improvements: * Static linking is not the default anymore. * Platform Wheel Tag is now configurable via cmake variable. * Updated documentation * CI config file updated accordingly * Added support for Win64 builds on Visual Studio 2017 * Windows C++ Simulator now links with a prebuilt version of OpenBLAS (64 bits), so there's no need to link against LAPACK anymore * cmake added as a dependency * Restored --static-libgcc flag for static MacOS builds so gcc can create *semi* static executables again. Clang doesn't have static compilation. * Remove default WHEEL_TAG value so if not specified, the tag is choosen by the wheel module
Temporarily pin the `pylint` dependency to 1.8, as 1.9 was released recently and is raising an error when using the `docparams` extension.
* make async jobs more reliable * remove miset keyword * improve local job tests * linting * linting * make async jobs more reliable * remove miset keyword * improve local job tests * linting * linting * configure all tests for hub/group/project authentication * update api_ibmq tests * fix keyword params which should be args * fix linting and ibmqjob status logic * increase register size for register size error test
* Fix mapper issue
* Adding get_unitary() method to Result object
Fixing test_mapping_correction parameters
* ibmqx_qasm_simulator and ibmqx_hpc_qasm_simulator have been merged into ibmq_qasm_simulator, so we have to updates tests and code. * hpc parameter is not enforced anymore, as there are no 'hpc' specific backends, and the rest of the backends ignore this param in case someone sends it to them by mistake.
diego-plan9
approved these changes
May 21, 2018
lia-approves
pushed a commit
to edasgupta/qiskit-terra
that referenced
this pull request
Jul 30, 2019
Stable 0.5.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog