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

Add stim.Circuit.insert and numpy 2 compat #787

Merged
merged 5 commits into from
Jun 25, 2024
Merged

Add stim.Circuit.insert and numpy 2 compat #787

merged 5 commits into from
Jun 25, 2024

Conversation

Strilanc
Copy link
Collaborator

@Strilanc Strilanc commented Jun 24, 2024

  • Also fix an issue where enormous stats cause sinter to fail to plot
  • Also fix an issue where circuits with the same blocks could be considered not equal if their internal representation was different
  • Also bump pybind version to make numpy 2 start working
  • Also fix an issue where the scipy linear regression type was accessed from a private module; use the public API as a fallback

Fixes #780

Fixes #779

- Also fix an issue where enormous stats cause sinter to fail to plot
- Also fix an issue where circuits with the same blocks could be considered not equal if their internal representation was different
- Also bump pybind version to make numpy 2 start working
@Strilanc Strilanc enabled auto-merge (squash) June 25, 2024 05:46
@Strilanc Strilanc merged commit 345de6c into main Jun 25, 2024
53 checks passed
@Strilanc Strilanc deleted the circuitinsert branch June 25, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add example to reference_sample Fix MPP / SPP_DAG doc typos
1 participant