Skip to content

Commit

Permalink
chore(deps-py): bump guppylang from 0.5.2 to 0.6.0 (#459)
Browse files Browse the repository at this point in the history
Bumps [guppylang](https://github.com/CQCL/guppy) from 0.5.2 to 0.6.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.6.0</h2>
<h2><a
href="https://github.com/CQCL/guppylang/compare/v0.5.2...v0.6.0">0.6.0</a>
(2024-07-02)</h2>
<h3>Features</h3>
<ul>
<li>Add array type (<a
href="https://github.com/CQCL/guppylang/issues/258">#258</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/041c621a0481f14ee517b0356e0ebb9cae6ddc2e">041c621</a>)</li>
<li>Add nat type (<a
href="https://github.com/CQCL/guppylang/issues/254">#254</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/a461a9d5556d7ed68da5a722100c8b3fb449b25e">a461a9d</a>)</li>
<li>Add result function (<a
href="https://github.com/CQCL/guppylang/issues/271">#271</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/792fb871cac5b19905e87dd485e11d7488f2fb87">792fb87</a>),
closes <a
href="https://github.com/CQCL/guppylang/issues/270">#270</a></li>
<li>Allow constant nats as type args (<a
href="https://github.com/CQCL/guppylang/issues/255">#255</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/d7067356c71cbcc5352e69ea4eed6bdc1d0c1ec8">d706735</a>)</li>
<li>Generate constructor methods for structs (<a
href="https://github.com/CQCL/guppylang/issues/262">#262</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/f68d0afe74c75e40b49babe26091a24d822218f7">f68d0af</a>),
closes <a
href="https://github.com/CQCL/guppylang/issues/261">#261</a></li>
<li>Return already-compiled hugrs from <code>GuppyModule.compile</code>
(<a
href="https://github.com/CQCL/guppylang/issues/247">#247</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/9d01eae8e4db21a95ad3e97d4e78fea7b4b32c08">9d01eae</a>)</li>
<li>Turn int and float into core types (<a
href="https://github.com/CQCL/guppylang/issues/225">#225</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/99217dcddb16fa7c713b7e5c5d356715a0fc9496">99217dc</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Add missing test file (<a
href="https://github.com/CQCL/guppylang/issues/266">#266</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/75231fe509c52945d44eadb2aa238d1eecf01b0c">75231fe</a>)</li>
<li>Loading custom polymorphic function defs as values (<a
href="https://github.com/CQCL/guppylang/issues/260">#260</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/d15b2f5a2c012924436ecd3ab482099654a1752e">d15b2f5</a>),
closes <a
href="https://github.com/CQCL/guppylang/issues/259">#259</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.5.2...v0.6.0">0.6.0</a>
(2024-07-02)</h2>
<h3>Features</h3>
<ul>
<li>Add array type (<a
href="https://github.com/CQCL/guppylang/issues/258">#258</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/041c621a0481f14ee517b0356e0ebb9cae6ddc2e">041c621</a>)</li>
<li>Add nat type (<a
href="https://github.com/CQCL/guppylang/issues/254">#254</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/a461a9d5556d7ed68da5a722100c8b3fb449b25e">a461a9d</a>)</li>
<li>Add result function (<a
href="https://github.com/CQCL/guppylang/issues/271">#271</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/792fb871cac5b19905e87dd485e11d7488f2fb87">792fb87</a>),
closes <a
href="https://github.com/CQCL/guppylang/issues/270">#270</a></li>
<li>Allow constant nats as type args (<a
href="https://github.com/CQCL/guppylang/issues/255">#255</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/d7067356c71cbcc5352e69ea4eed6bdc1d0c1ec8">d706735</a>)</li>
<li>Generate constructor methods for structs (<a
href="https://github.com/CQCL/guppylang/issues/262">#262</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/f68d0afe74c75e40b49babe26091a24d822218f7">f68d0af</a>),
closes <a
href="https://github.com/CQCL/guppylang/issues/261">#261</a></li>
<li>Return already-compiled hugrs from <code>GuppyModule.compile</code>
(<a
href="https://github.com/CQCL/guppylang/issues/247">#247</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/9d01eae8e4db21a95ad3e97d4e78fea7b4b32c08">9d01eae</a>)</li>
<li>Turn int and float into core types (<a
href="https://github.com/CQCL/guppylang/issues/225">#225</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/99217dcddb16fa7c713b7e5c5d356715a0fc9496">99217dc</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Add missing test file (<a
href="https://github.com/CQCL/guppylang/issues/266">#266</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/75231fe509c52945d44eadb2aa238d1eecf01b0c">75231fe</a>)</li>
<li>Loading custom polymorphic function defs as values (<a
href="https://github.com/CQCL/guppylang/issues/260">#260</a>)
(<a
href="https://github.com/CQCL/guppylang/commit/d15b2f5a2c012924436ecd3ab482099654a1752e">d15b2f5</a>),
closes <a
href="https://github.com/CQCL/guppylang/issues/259">#259</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/CQCL/guppylang/commit/90a3a0804e0c1fd03349e0a609ac362c0c6f90b0"><code>90a3a08</code></a>
chore(main): release 0.6.0 (<a
href="https://github.com/CQCL/guppy/issues/248">#248</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/2eb5b3bbe8262a810c27ad783808d22a10fd05bf"><code>2eb5b3b</code></a>
chore: Use result op from tket2 extension (<a
href="https://github.com/CQCL/guppy/issues/279">#279</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/a49038cc9f317f572efd8b346cfeccd0c5c5095b"><code>a49038c</code></a>
ci: Add coverage exclude regexes (<a
href="https://github.com/CQCL/guppy/issues/275">#275</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/99320b15a3e2d18d615ae8101715cc4325f44096"><code>99320b1</code></a>
refactor: Turn linearity checking into separate compiler stage (<a
href="https://github.com/CQCL/guppy/issues/273">#273</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/792fb871cac5b19905e87dd485e11d7488f2fb87"><code>792fb87</code></a>
feat: Add result function (<a
href="https://github.com/CQCL/guppy/issues/271">#271</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/f68d0afe74c75e40b49babe26091a24d822218f7"><code>f68d0af</code></a>
feat: Generate constructor methods for structs (<a
href="https://github.com/CQCL/guppy/issues/262">#262</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/d15b2f5a2c012924436ecd3ab482099654a1752e"><code>d15b2f5</code></a>
fix: Loading custom polymorphic function defs as values (<a
href="https://github.com/CQCL/guppy/issues/260">#260</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/b68224bb6d16098186662f4caeeb1627033a3253"><code>b68224b</code></a>
chore: Improve formatting of error test files (<a
href="https://github.com/CQCL/guppy/issues/268">#268</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/b9306953466dc28d7a9e7241583369913265940c"><code>b930695</code></a>
ci: Create release-please PRs as drafts (<a
href="https://github.com/CQCL/guppy/issues/267">#267</a>)</li>
<li><a
href="https://github.com/CQCL/guppylang/commit/75231fe509c52945d44eadb2aa238d1eecf01b0c"><code>75231fe</code></a>
fix: Add missing test file (<a
href="https://github.com/CQCL/guppy/issues/266">#266</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/CQCL/guppy/compare/v0.5.2...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=guppylang&package-manager=pip&previous-version=0.5.2&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 1bf3f59 commit f153526
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mypy = "^1.10.1"
hypothesis = "^6.105.1"
graphviz = "^0.20"
pre-commit = "^3.7.1"
guppylang = "^0.5.2"
guppylang = "^0.6.0"

[build-system]
requires = ["maturin~=1.5.1"]
Expand Down

0 comments on commit f153526

Please sign in to comment.