Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-py): bump the dev group with 5 updates (#512)
Bumps the dev group with 5 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.1` | `8.3.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.4` | `0.5.5` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.108.2` | `6.108.5` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` | | [guppylang](https://github.com/CQCL/guppy) | `0.6.2` | `0.7.0` | Updates `pytest` from 8.3.1 to 8.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>8.3.2</h2> <h1>pytest 8.3.2 (2024-07-24)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://github.com/pytest-dev/pytest/issues/12652">#12652</a>: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.</p> <p>-- by <code>RonnyPfannschmidt</code>{.interpreted-text role="user"}</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/bbcec9c46509c417ef58e4849847b4aa43f4591e"><code>bbcec9c</code></a> Prepare release version 8.3.2</li> <li><a href="https://github.com/pytest-dev/pytest/commit/78fe8b61fa716cd9775f1e37b395bab7679734a6"><code>78fe8b6</code></a> Merge pull request <a href="https://github.com/pytest-dev/pytest/issues/12657">#12657</a> from pytest-dev/patchback/backports/8.3.x/6c806b499...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/238bad2d2a1f1dbb47d740c84b5b4f5224f8a965"><code>238bad2</code></a> Merge pull request <a href="https://github.com/pytest-dev/pytest/issues/12656">#12656</a> from RonnyPfannschmidt/fix-12652-detect-conda-env</li> <li><a href="https://github.com/pytest-dev/pytest/commit/ae6034a781a50b572fa700911e5d8e0eb074ca17"><code>ae6034a</code></a> Merge pull request <a href="https://github.com/pytest-dev/pytest/issues/12641">#12641</a> from pytest-dev/patchback/backports/8.3.x/c03989cee...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/31337aba02a7698a87a6792eacf887fceff08af2"><code>31337ab</code></a> Merge pull request <a href="https://github.com/pytest-dev/pytest/issues/12640">#12640</a> from pytest-dev/update-user</li> <li><a href="https://github.com/pytest-dev/pytest/commit/ca3070b1356e5edf43f085d8c4ec1b34627061dd"><code>ca3070b</code></a> Merge pull request <a href="https://github.com/pytest-dev/pytest/issues/12637">#12637</a> from pytest-dev/release-8.3.1</li> <li>See full diff in <a href="https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.5.4 to 0.5.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>0.5.5</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>[<code>fastapi</code>] Implement <code>fastapi-redundant-response-model</code> (<code>FAST001</code>) and <code>fastapi-non-annotated-dependency</code>(<code>FAST002</code>) (<a href="https://github.com/astral-sh/ruff/pull/11579">#11579</a>)</li> <li>[<code>pydoclint</code>] Implement <code>docstring-missing-exception</code> (<code>DOC501</code>) and <code>docstring-extraneous-exception</code> (<code>DOC502</code>) (<a href="https://github.com/astral-sh/ruff/pull/11471">#11471</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>numpy</code>] Fix NumPy 2.0 rule for <code>np.alltrue</code> and <code>np.sometrue</code> (<a href="https://github.com/astral-sh/ruff/pull/12473">#12473</a>)</li> <li>[<code>numpy</code>] Ignore <code>NPY201</code> inside <code>except</code> blocks for compatibility with older numpy versions (<a href="https://github.com/astral-sh/ruff/pull/12490">#12490</a>)</li> <li>[<code>pep8-naming</code>] Avoid applying <code>ignore-names</code> to <code>self</code> and <code>cls</code> function names (<code>N804</code>, <code>N805</code>) (<a href="https://github.com/astral-sh/ruff/pull/12497">#12497</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Fix incorrect placement of leading function comment with type params (<a href="https://github.com/astral-sh/ruff/pull/12447">#12447</a>)</li> </ul> <h3>Server</h3> <ul> <li>Do not bail code action resolution when a quick fix is requested (<a href="https://github.com/astral-sh/ruff/pull/12462">#12462</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix <code>Ord</code> implementation of <code>cmp_fix</code> (<a href="https://github.com/astral-sh/ruff/pull/12471">#12471</a>)</li> <li>Raise syntax error for unparenthesized generator expression in multi-argument call (<a href="https://github.com/astral-sh/ruff/pull/12445">#12445</a>)</li> <li>[<code>pydoclint</code>] Fix panic in <code>DOC501</code> reported in <a href="https://github.com/astral-sh/ruff/pull/12428">#12428</a> (<a href="https://github.com/astral-sh/ruff/pull/12435">#12435</a>)</li> <li>[<code>flake8-bugbear</code>] Allow singleton tuples with starred expressions in <code>B013</code> (<a href="https://github.com/astral-sh/ruff/pull/12484">#12484</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add Eglot setup guide for Emacs editor (<a href="https://github.com/astral-sh/ruff/pull/12426">#12426</a>)</li> <li>Add note about the breaking change in <code>nvim-lspconfig</code> (<a href="https://github.com/astral-sh/ruff/pull/12507">#12507</a>)</li> <li>Add note to include notebook files for native server (<a href="https://github.com/astral-sh/ruff/pull/12449">#12449</a>)</li> <li>Add setup docs for Zed editor (<a href="https://github.com/astral-sh/ruff/pull/12501">#12501</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/AlexWaygood"><code>@AlexWaygood</code></a></li> <li><a href="https://github.com/IvanIsCoding"><code>@IvanIsCoding</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/TomerBin"><code>@TomerBin</code></a></li> <li><a href="https://github.com/UriyaHarpeness"><code>@UriyaHarpeness</code></a></li> <li><a href="https://github.com/augustelalande"><code>@augustelalande</code></a></li> <li><a href="https://github.com/carljm"><code>@carljm</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@dhruvmanila</code></a></li> <li><a href="https://github.com/dylwil3"><code>@dylwil3</code></a></li> <li><a href="https://github.com/foxmean"><code>@foxmean</code></a></li> <li><a href="https://github.com/mtsokol"><code>@mtsokol</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.5.5</h2> <h3>Preview features</h3> <ul> <li>[<code>fastapi</code>] Implement <code>fastapi-redundant-response-model</code> (<code>FAST001</code>) and <code>fastapi-non-annotated-dependency</code>(<code>FAST002</code>) (<a href="https://github.com/astral-sh/ruff/pull/11579">#11579</a>)</li> <li>[<code>pydoclint</code>] Implement <code>docstring-missing-exception</code> (<code>DOC501</code>) and <code>docstring-extraneous-exception</code> (<code>DOC502</code>) (<a href="https://github.com/astral-sh/ruff/pull/11471">#11471</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>numpy</code>] Fix NumPy 2.0 rule for <code>np.alltrue</code> and <code>np.sometrue</code> (<a href="https://github.com/astral-sh/ruff/pull/12473">#12473</a>)</li> <li>[<code>numpy</code>] Ignore <code>NPY201</code> inside <code>except</code> blocks for compatibility with older numpy versions (<a href="https://github.com/astral-sh/ruff/pull/12490">#12490</a>)</li> <li>[<code>pep8-naming</code>] Avoid applying <code>ignore-names</code> to <code>self</code> and <code>cls</code> function names (<code>N804</code>, <code>N805</code>) (<a href="https://github.com/astral-sh/ruff/pull/12497">#12497</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Fix incorrect placement of leading function comment with type params (<a href="https://github.com/astral-sh/ruff/pull/12447">#12447</a>)</li> </ul> <h3>Server</h3> <ul> <li>Do not bail code action resolution when a quick fix is requested (<a href="https://github.com/astral-sh/ruff/pull/12462">#12462</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix <code>Ord</code> implementation of <code>cmp_fix</code> (<a href="https://github.com/astral-sh/ruff/pull/12471">#12471</a>)</li> <li>Raise syntax error for unparenthesized generator expression in multi-argument call (<a href="https://github.com/astral-sh/ruff/pull/12445">#12445</a>)</li> <li>[<code>pydoclint</code>] Fix panic in <code>DOC501</code> reported in <a href="https://github.com/astral-sh/ruff/pull/12428">#12428</a> (<a href="https://github.com/astral-sh/ruff/pull/12435">#12435</a>)</li> <li>[<code>flake8-bugbear</code>] Allow singleton tuples with starred expressions in <code>B013</code> (<a href="https://github.com/astral-sh/ruff/pull/12484">#12484</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add Eglot setup guide for Emacs editor (<a href="https://github.com/astral-sh/ruff/pull/12426">#12426</a>)</li> <li>Add note about the breaking change in <code>nvim-lspconfig</code> (<a href="https://github.com/astral-sh/ruff/pull/12507">#12507</a>)</li> <li>Add note to include notebook files for native server (<a href="https://github.com/astral-sh/ruff/pull/12449">#12449</a>)</li> <li>Add setup docs for Zed editor (<a href="https://github.com/astral-sh/ruff/pull/12501">#12501</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/fc16d8d04d86aa94a8aac14bbb87089b64d443a1"><code>fc16d8d</code></a> Bump version to 0.5.5 (<a href="https://github.com/astral-sh/ruff/issues/12510">#12510</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/175e5d7b8840d8e05b30794cb1554c68c497129a"><code>175e5d7</code></a> Add missing traceback line in <code>f-string-in-exception</code> docstring. (<a href="https://github.com/astral-sh/ruff/issues/12508">#12508</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c03f257ed745f6606a717e09c76c7f1a56611a29"><code>c03f257</code></a> Add note about the breaking change in <code>nvim-lspconfig</code> (<a href="https://github.com/astral-sh/ruff/issues/12507">#12507</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/6bbb4a28c2a51c49ded5d40f70672fcc4c6222d7"><code>6bbb4a2</code></a> Add setup docs for Zed editor (<a href="https://github.com/astral-sh/ruff/issues/12501">#12501</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/2ce3e3ae60ba44700b5e98a61adc96d80b0e4bd3"><code>2ce3e3a</code></a> Fix the search path tests on MacOS (<a href="https://github.com/astral-sh/ruff/issues/12503">#12503</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/2a64cccb61f1c84e5a58f907f46111ab36321466"><code>2a64ccc</code></a> Avoid applying <code>ignore-names</code> to <code>self</code> and <code>cls</code> function names (<a href="https://github.com/astral-sh/ruff/issues/12497">#12497</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/928ffd66503759679823c5f346941ef58486766e"><code>928ffd6</code></a> Ignore <code>NPY201</code> inside <code>except</code> blocks for compatibility with older numpy ver...</li> <li><a href="https://github.com/astral-sh/ruff/commit/e52be0951aad5483a0e453dded78627fc74e7e2a"><code>e52be09</code></a> [red-knot] Improve validation for search paths (<a href="https://github.com/astral-sh/ruff/issues/12376">#12376</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/889073578e12e85c83f983edfe360be9cd9e3155"><code>8890735</code></a> [flake8-bugbear] Allow singleton tuples with starred expressions in B013 (<a href="https://github.com/astral-sh/ruff/issues/12">#12</a>...</li> <li><a href="https://github.com/astral-sh/ruff/commit/eac965ecaf98832253e31e61143f7211e161c26d"><code>eac965e</code></a> [red-knot] Watch search paths (<a href="https://github.com/astral-sh/ruff/issues/12407">#12407</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.5.4...0.5.5">compare view</a></li> </ul> </details> <br /> Updates `hypothesis` from 6.108.2 to 6.108.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/ba21999d34f0ad251d577b48d6d14a40dfc4c204"><code>ba21999</code></a> Bump hypothesis-python version to 6.108.5 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b861d8f2fe77ca7bf62ec1f8cfd60d573698774b"><code>b861d8f</code></a> Merge pull request <a href="https://github.com/HypothesisWorks/hypothesis/issues/4059">#4059</a> from tybug/fix-semibounded-all-children</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/cd3742b8f49447c09433eaa5efdbc76c32d14439"><code>cd3742b</code></a> fix semi-bounded all children computation</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4e5a2493e5efc6e14b5cd1cf331c408b129c6ac7"><code>4e5a249</code></a> Bump hypothesis-python version to 6.108.4 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/1c4b7e38fd27bbc697f671c8b6b59ebf572786c0"><code>1c4b7e3</code></a> remove flaky part of test</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/a967e757248dc0ade7e6ac5f7554284369c60caf"><code>a967e75</code></a> Merge pull request <a href="https://github.com/HypothesisWorks/hypothesis/issues/4057">#4057</a> from jobh/gc-import-perfcounter</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/a442a0c81618d696f49853a467da562c475088a8"><code>a442a0c</code></a> Store reference to time.perf_counter for gc accounting</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/dc6b315f95e0dd444d8bb14812f6cb1464120072"><code>dc6b315</code></a> Bump hypothesis-python version to 6.108.3 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/a322908438d681b8b6403ce20e02d047b10ea871"><code>a322908</code></a> Merge pull request <a href="https://github.com/HypothesisWorks/hypothesis/issues/4056">#4056</a> from Zac-HD/misc-cleanup-again</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b8a1e1fe0e057b52f7fb145ff72d6ade229dfcc0"><code>b8a1e1f</code></a> We only ever report strings now</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.2...hypothesis-python-6.108.5">compare view</a></li> </ul> </details> <br /> Updates `pre-commit` from 3.7.1 to 3.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre-commit/releases">pre-commit's releases</a>.</em></p> <blockquote> <h2>pre-commit v3.8.0</h2> <h3>Features</h3> <ul> <li>Implement health checks for <code>language: r</code> so environments are recreated if the system version of R changes. <ul> <li><a href="https://github.com/pre-commit/pre-commit/issues/3206">#3206</a> issue by <a href="https://github.com/lorenzwalthert"><code>@lorenzwalthert</code></a>.</li> <li><a href="https://github.com/pre-commit/pre-commit/issues/3265">#3265</a> PR by <a href="https://github.com/lorenzwalthert"><code>@lorenzwalthert</code></a>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md">pre-commit's changelog</a>.</em></p> <blockquote> <h1>3.8.0 - 2024-07-28</h1> <h3>Features</h3> <ul> <li>Implement health checks for <code>language: r</code> so environments are recreated if the system version of R changes. <ul> <li><a href="https://github.com/pre-commit/pre-commit/issues/3206">#3206</a> issue by <a href="https://github.com/lorenzwalthert"><code>@lorenzwalthert</code></a>.</li> <li><a href="https://github.com/pre-commit/pre-commit/issues/3265">#3265</a> PR by <a href="https://github.com/lorenzwalthert"><code>@lorenzwalthert</code></a>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/pre-commit/commit/d46423ffe14a37a06a0bcb6fe1b8294a27b6c289"><code>d46423f</code></a> v3.8.0</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/8133abd7308547355a524526366a62b3a6aa3acd"><code>8133abd</code></a> Merge pull request <a href="https://github.com/pre-commit/pre-commit/issues/3265">#3265</a> from lorenzwalthert/issue-3206</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/da0c1d0cfa19f6dc0d6ed97820c7cc93fe7e7c58"><code>da0c1d0</code></a> implement health check for language:r</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/f641f6a15701671dc31e661ee319268ee361d721"><code>f641f6a</code></a> Merge pull request <a href="https://github.com/pre-commit/pre-commit/issues/3264">#3264</a> from pre-commit/pre-commit-ci-update-config</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/a68a19d217d0d1067828622fde9044d9502693b3"><code>a68a19d</code></a> fixes for mypy 1.11</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/88317ddb34ac8c60b4be7e22198fb550dcae995e"><code>88317dd</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/faa6f8c70ccef865884adb0cb079c8162013bf19"><code>faa6f8c</code></a> Merge pull request <a href="https://github.com/pre-commit/pre-commit/issues/3244">#3244</a> from pre-commit/pre-commit-ci-update-config</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/f632459bc67834a200aac26f1129fc16f82fb625"><code>f632459</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/0252908c27b4e5539978ec8e676576a5e9ea8c2f"><code>0252908</code></a> Merge pull request <a href="https://github.com/pre-commit/pre-commit/issues/3240">#3240</a> from pre-commit/pre-commit-ci-update-config</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/69b5dce12ab0674cd7a622ca8b55f1afa720211b"><code>69b5dce</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>Additional commits viewable in <a href="https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0">compare view</a></li> </ul> </details> <br /> Updates `guppylang` from 0.6.2 to 0.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CQCL/guppy/releases">guppylang's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <h2><a href="https://github.com/CQCL/guppylang/compare/v0.6.2...v0.7.0">0.7.0</a> (2024-07-25)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><code>qubit</code>s are now reset on allocation</li> </ul> <h3>Features</h3> <ul> <li><code>qubit</code>s are now reset on allocation, and <code>dirty_qubit</code> added (<a href="https://github.com/CQCL/guppylang/issues/325">#325</a>) (<a href="https://github.com/CQCL/guppylang/commit/4a9e20529a4d0859f010fad62ba06f62ca1c98ce">4a9e205</a>)</li> <li>Allow access to struct fields and mutation of linear ones (<a href="https://github.com/CQCL/guppylang/issues/295">#295</a>) (<a href="https://github.com/CQCL/guppylang/commit/6698b75b01421cd1fa545219786266fb0c1da05b">6698b75</a>), closes <a href="https://github.com/CQCL/guppylang/issues/293">#293</a></li> <li>Allow redefinition of names in guppy modules (<a href="https://github.com/CQCL/guppylang/issues/326">#326</a>) (<a href="https://github.com/CQCL/guppylang/commit/314409cd63b544d0fdbf16db66201b08dead81fe">314409c</a>), closes <a href="https://github.com/CQCL/guppylang/issues/307">#307</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Use correct hook for error printing inside jupyter notebooks (<a href="https://github.com/CQCL/guppylang/issues/324">#324</a>) (<a href="https://github.com/CQCL/guppylang/commit/bfdb003d454d3d8fb6385c2c758dab56ab622496">bfdb003</a>), closes <a href="https://github.com/CQCL/guppylang/issues/323">#323</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/CQCL/guppylang/blob/main/CHANGELOG.md">guppylang's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/CQCL/guppylang/compare/v0.6.2...v0.7.0">0.7.0</a> (2024-07-25)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><code>qubit</code>s are now reset on allocation</li> </ul> <h3>Features</h3> <ul> <li><code>qubit</code>s are now reset on allocation, and <code>dirty_qubit</code> added (<a href="https://github.com/CQCL/guppylang/issues/325">#325</a>) (<a href="https://github.com/CQCL/guppylang/commit/4a9e20529a4d0859f010fad62ba06f62ca1c98ce">4a9e205</a>)</li> <li>Allow access to struct fields and mutation of linear ones (<a href="https://github.com/CQCL/guppylang/issues/295">#295</a>) (<a href="https://github.com/CQCL/guppylang/commit/6698b75b01421cd1fa545219786266fb0c1da05b">6698b75</a>), closes <a href="https://github.com/CQCL/guppylang/issues/293">#293</a></li> <li>Allow redefinition of names in guppy modules (<a href="https://github.com/CQCL/guppylang/issues/326">#326</a>) (<a href="https://github.com/CQCL/guppylang/commit/314409cd63b544d0fdbf16db66201b08dead81fe">314409c</a>), closes <a href="https://github.com/CQCL/guppylang/issues/307">#307</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Use correct hook for error printing inside jupyter notebooks (<a href="https://github.com/CQCL/guppylang/issues/324">#324</a>) (<a href="https://github.com/CQCL/guppylang/commit/bfdb003d454d3d8fb6385c2c758dab56ab622496">bfdb003</a>), closes <a href="https://github.com/CQCL/guppylang/issues/323">#323</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CQCL/guppylang/commit/0bd1a30944591e69324ffd5ae79176103c3a1eee"><code>0bd1a30</code></a> chore(main): release 0.7.0 (<a href="https://github.com/CQCL/guppy/issues/310">#310</a>)</li> <li><a href="https://github.com/CQCL/guppylang/commit/4a9e20529a4d0859f010fad62ba06f62ca1c98ce"><code>4a9e205</code></a> feat!: <code>qubit</code>s are now reset on allocation, and <code>dirty_qubit</code> added (<a href="https://github.com/CQCL/guppy/issues/325">#325</a>)</li> <li><a href="https://github.com/CQCL/guppylang/commit/314409cd63b544d0fdbf16db66201b08dead81fe"><code>314409c</code></a> feat: Allow redefinition of names in guppy modules (<a href="https://github.com/CQCL/guppy/issues/326">#326</a>)</li> <li><a href="https://github.com/CQCL/guppylang/commit/bfdb003d454d3d8fb6385c2c758dab56ab622496"><code>bfdb003</code></a> fix: Use correct hook for error printing inside jupyter notebooks (<a href="https://github.com/CQCL/guppy/issues/324">#324</a>)</li> <li><a href="https://github.com/CQCL/guppylang/commit/6698b75b01421cd1fa545219786266fb0c1da05b"><code>6698b75</code></a> feat: Allow access to struct fields and mutation of linear ones (<a href="https://github.com/CQCL/guppy/issues/295">#295</a>)</li> <li>See full diff in <a href="https://github.com/CQCL/guppy/compare/v0.6.2...v0.7.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information