Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openqasm/oqpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.6
Choose a base ref
...
head repository: openqasm/oqpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.7
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 28, 2024

  1. Allow expr_matches to better handle presence of extra data (#93)

    * Allow expr_matches to better handle presence of extra data
    
    * Switch to checking isinstance instead of package name
    
    * Add OQPyExpression._expr_matches to give subclasses ability to control expr_matches behavior
    
    * mypy
    
    * fix coverage
    PhilReinhold authored Aug 28, 2024
    Copy the full SHA
    6efb6f5 View commit details

Commits on Sep 26, 2024

  1. fix regression with cache (#95)

    jcjaskula-aws authored Sep 26, 2024
    Copy the full SHA
    07d027b View commit details

Commits on Oct 22, 2024

  1. Bump version to 0.3.7 (#97)

    jcjaskula-aws authored Oct 22, 2024
    Copy the full SHA
    906bdcd View commit details
Loading