Skip to content
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

Release 0.14.1 #2099

Merged
merged 8 commits into from
Apr 30, 2024
Merged

Release 0.14.1 #2099

merged 8 commits into from
Apr 30, 2024

Commits on Apr 15, 2024

  1. Fix AerCompiler to use custom pass manager to decompose control flow …

    …ops (Qiskit#2095)
    
    * Fix AerCompiler to use basis_gates built from input circuit
    
    * use custom pass manager to decompose dontrol flow ops
    
    * remove unused import
    doichanj committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fc78d93 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Use sphinx.ext.linkcode for more precise source code links (Qiskit#2101)

    * switched links to using sphinx.ext.linkcode
    
    * added release note
    
    * added check for qiskit methods
    
    * remove whitespace
    
    * removed regex subsitution
    
    Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
    
    * Update tox.ini
    
    Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
    
    * made updates following Eric's review
    
    * made final line more readable
    
    * cast filename to str
    
    * re-added regex sub
    
    ---------
    
    Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
    2 people authored and doichanj committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    687e0f1 View commit details
    Browse the repository at this point in the history
  2. Fix noise sampling on shot-branching (Qiskit#2098)

    * Fix noise sampling on shot-branching
    
    * format
    
    * fix runtime noise sampling
    
    * remove copying branch
    
    * fix batch GPU
    
    * format
    
    * set initial value to Op structure
    
    * format
    
    * format
    
    * test
    
    * test
    
    * fix use of additional_ops.size()
    
    * fix error
    
    * fix remove_empty_branches
    
    * test
    
    * test
    
    * test
    
    * test
    doichanj committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    879e388 View commit details
    Browse the repository at this point in the history
  3. Fixes for dependency issues caused by 0.14 release (Qiskit#2094)

    * Fixes for dependency issues
    
    * lint
    
    * lint
    
    * lint
    
    * fix release note
    
    * fix sampler
    
    * fix sampler
    
    * fix sampler
    
    * fix sampler
    
    * remove skip cp38
    
    * hide primitives V2 for qiskit < 1.0
    
    * lint
    
    * add test case for sampling measure for large stabilizer circuit
    
    * reduce warning
    
    * replace test case for large stabilizer with GHZ circuit
    
    * format
    
    * format
    
    * convert basis_gates from list to set
    
    * fix assemble_circuits
    doichanj committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0abacdf View commit details
    Browse the repository at this point in the history
  4. resolve conflicts

    doichanj committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3563e2f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Replace example in README to using primitives (Qiskit#2105)

    * Replace example in README to using primitives
    
    * upgrade python version to 3.10 for github actions
    
    * fix 3.10
    
    * fix 3.10
    
    * upgrade python version to 3.10 for github actions
    
    * skip 3.8 and 3.9 for MacOS arm64
    
    * skip 3.8 and 3.9 for MacOS arm64
    
    * skip 3.8 and 3.9 for MacOS arm64
    
    * replace macos-latest with macos-13
    
    * Revert "Replace example in README to using primitives"
    
    This reverts commit b536563.
    
    * Revert "Revert "Replace example in README to using primitives""
    
    This reverts commit 807ac6f.
    
    * manually merge upstream
    
    * add example using noise model
    
    * remove print(result)
    doichanj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b0728f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b4f2c9 View commit details
    Browse the repository at this point in the history
  3. Fix CI failures (Qiskit#2106)

    * upgrade github actions for macos_arm64 and windows
    
    * skip pp38/39
    
    * exclude pp
    
    * fix doc
    
    * test
    
    * remove CIBW_TEST_SKIP for wheel
    doichanj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0a181ad View commit details
    Browse the repository at this point in the history