Avatar for the CQCL user
CQCL
tket2
BlogDocsChangelog

Performance History

Latest Results

downgrade priority-queue
ss/hugr-0.15
1 day ago
remove lift
ss/hugr-0.15
1 day ago
chore: release
release-plz-2025-03-10T09-48-51Z
1 day ago
chore(deps-rs): bump the patch group across 1 directory with 5 updates (#803) Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [portgraph](https://github.com/CQCL/portgraph) | `0.13.2` | `0.13.3` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.140` | | [typetag](https://github.com/dtolnay/typetag) | `0.2.19` | `0.2.20` | Updates `portgraph` from 0.13.2 to 0.13.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CQCL/portgraph/releases">portgraph's releases</a>.</em></p> <blockquote> <h2>v0.13.3</h2> <h3>Bug Fixes</h3> <ul> <li>Fix panic when removing InPorts in MultiPortGraph::set_num_ports (<a href="https://redirect.github.com/CQCL/portgraph/pull/191">#191</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/CQCL/portgraph/blob/main/CHANGELOG.md">portgraph's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/CQCL/portgraph/compare/v0.13.2...v0.13.3">0.13.3</a> - 2025-03-04</h2> <h3>Bug Fixes</h3> <ul> <li>Fix panic when removing InPorts in MultiPortGraph::set_num_ports (<a href="https://redirect.github.com/CQCL/portgraph/pull/191">#191</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CQCL/portgraph/commit/6238c81102b3c6bbedf6da2e6ddd961c80288b93"><code>6238c81</code></a> chore: release v0.13.3 (<a href="https://redirect.github.com/CQCL/portgraph/issues/190">#190</a>)</li> <li><a href="https://github.com/CQCL/portgraph/commit/5cdd65bf4b40278e96dd39acc9df2ef747442d2a"><code>5cdd65b</code></a> fix: panic removing InPorts in MultiPortGraph::set_num_ports (<a href="https://redirect.github.com/CQCL/portgraph/issues/191">#191</a>)</li> <li><a href="https://github.com/CQCL/portgraph/commit/c9e7483fe0abcd9ae43f511404ffb83367155e5f"><code>c9e7483</code></a> chore(deps): update rstest requirement from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/CQCL/portgraph/issues/189">#189</a>)</li> <li>See full diff in <a href="https://github.com/CQCL/portgraph/compare/v0.13.2...v0.13.3">compare view</a></li> </ul> </details> <br /> Updates `chrono` from 0.4.39 to 0.4.40 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chronotope/chrono/releases">chrono's releases</a>.</em></p> <blockquote> <h2>0.4.40</h2> <h2>What's Changed</h2> <ul> <li>Add Month::num_days() by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1645">chronotope/chrono#1645</a></li> <li>Update Windows dependencies by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1646">chronotope/chrono#1646</a></li> <li>Feature/round_up method on DurationRound trait by <a href="https://github.com/MagnumTrader"><code>@​MagnumTrader</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1651">chronotope/chrono#1651</a></li> <li>Expose <code>write_to</code> for <code>DelayedFormat</code> by <a href="https://github.com/tugtugtug"><code>@​tugtugtug</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1654">chronotope/chrono#1654</a></li> <li>Update LICENSE.txt by <a href="https://github.com/maximevtush"><code>@​maximevtush</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1656">chronotope/chrono#1656</a></li> <li>docs: fix minor typo by <a href="https://github.com/samfolo"><code>@​samfolo</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1659">chronotope/chrono#1659</a></li> <li>Use NaiveDateTime for internal tz_info methods. by <a href="https://github.com/AVee"><code>@​AVee</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1658">chronotope/chrono#1658</a></li> <li>Upgrade to windows-bindgen 0.60 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1665">chronotope/chrono#1665</a></li> <li>Add quarter (%q) date string specifier by <a href="https://github.com/drinkcat"><code>@​drinkcat</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1666">chronotope/chrono#1666</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chronotope/chrono/commit/2b7a28ebe9c6be2d81579732f40ce14c8f5e104c"><code>2b7a28e</code></a> Bump version to 0.4.40</li> <li><a href="https://github.com/chronotope/chrono/commit/6d29c8abe7d202d329fad7e59e284f6ee79c15b1"><code>6d29c8a</code></a> Add quarter (%q) date string specifier</li> <li><a href="https://github.com/chronotope/chrono/commit/07216ae8fdc29073969920cb4957793dd47565e4"><code>07216ae</code></a> Upgrade to windows-bindgen 0.60</li> <li><a href="https://github.com/chronotope/chrono/commit/bf1973ccc776695b18ac28a9168a07e85c130eb1"><code>bf1973c</code></a> Use similar-asserts to show bindgen diff</li> <li><a href="https://github.com/chronotope/chrono/commit/d0f8b599b7bca43f2676611a97392fee4743ea78"><code>d0f8b59</code></a> Restrict MSRV to check --lib</li> <li><a href="https://github.com/chronotope/chrono/commit/1f345fd7f9ae4f3aa0b32775289e6791f34f9628"><code>1f345fd</code></a> Switch to 2024 idiom</li> <li><a href="https://github.com/chronotope/chrono/commit/7f6cf5e5048a4049c265938ce75c14714e7c142f"><code>7f6cf5e</code></a> Switch to 2024 style</li> <li><a href="https://github.com/chronotope/chrono/commit/11d227a22bf7a1818e5f32cc7076443d0e932976"><code>11d227a</code></a> Apply suggestions from clippy 1.85</li> <li><a href="https://github.com/chronotope/chrono/commit/15e287b4fbbf198de84ba50eaac478fcf34c9ea5"><code>15e287b</code></a> Use NaiveDateTime for internal tz_info methods. (<a href="https://redirect.github.com/chronotope/chrono/issues/1658">#1658</a>)</li> <li><a href="https://github.com/chronotope/chrono/commit/8317e7ca41ac2c1a2c7293673015b41aca05773d"><code>8317e7c</code></a> docs: fix minor typo</li> <li>Additional commits viewable in <a href="https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.218 to 1.0.219 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.219</h2> <ul> <li>Prevent <code>absolute_paths</code> Clippy restriction being triggered inside macro-generated code (<a href="https://redirect.github.com/serde-rs/serde/issues/2906">#2906</a>, thanks <a href="https://github.com/davidzeng0"><code>@​davidzeng0</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/49d098debdf8b5c38bfb6868f455c6ce542c422c"><code>49d098d</code></a> Release 1.0.219</li> <li><a href="https://github.com/serde-rs/serde/commit/40f1d19dbed1934fae9dc835903232c2d0999599"><code>40f1d19</code></a> Wrap dummy.rs to 80 columns</li> <li><a href="https://github.com/serde-rs/serde/commit/514848b584b19c0f8766275dfbc1f3c6b0ae2077"><code>514848b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2906">#2906</a> from davidzeng0/master</li> <li><a href="https://github.com/serde-rs/serde/commit/168b6cf789bcbd2ffbdc20db9b75ecf3b2fd31a1"><code>168b6cf</code></a> fix clippy absolute paths warning</li> <li><a href="https://github.com/serde-rs/serde/commit/a8bdd17333889cebe7af97064066f89aab1bef8e"><code>a8bdd17</code></a> Remove unused Punctuated import</li> <li><a href="https://github.com/serde-rs/serde/commit/1c9601358b57b9023450a0e2e7f599572a76b49d"><code>1c96013</code></a> Resolve mem_replace_with_default clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/f0d1ae08f31941e91f80eaf7463dfbce2172bc70"><code>f0d1ae0</code></a> Ignore elidable_lifetime_names pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/e3eaa6a3dd6edd701476097182313cdbd73da78c"><code>e3eaa6a</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2896">#2896</a> from dtolnay/stabledoc</li> <li><a href="https://github.com/serde-rs/serde/commit/6a630cf2835efe74cfad8258d9433611f0a3151c"><code>6a630cf</code></a> Also link to stable proc_macro</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.139 to 1.0.140 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.140</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/762783414e6c4f8d670c9d87eb04913efb80d3be"><code>7627834</code></a> Release 1.0.140</li> <li><a href="https://github.com/serde-rs/json/commit/d77a498c8061f43cf4515a3e861dccb338d863b9"><code>d77a498</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1245">#1245</a> from serde-rs/powerpc</li> <li><a href="https://github.com/serde-rs/json/commit/b34d317089ef43f6d35306be06018b8d87eeb2b5"><code>b34d317</code></a> Delete unused gcc installation</li> <li><a href="https://github.com/serde-rs/json/commit/f7200c3cf66b0c46e19a911a2b9121e27c101fec"><code>f7200c3</code></a> Ignore unbuffered_bytes clippy lint</li> <li><a href="https://github.com/serde-rs/json/commit/76cd4fb383eab71c22cc89ce270b08f4f77d788f"><code>76cd4fb</code></a> Ignore elidable_lifetime_names pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/json/commit/400eaa977f1f0a1c9ad5e35d634ed2226bf1218c"><code>400eaa9</code></a> Point standard library links to stable</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.139...v1.0.140">compare view</a></li> </ul> </details> <br /> Updates `typetag` from 0.2.19 to 0.2.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/typetag/releases">typetag's releases</a>.</em></p> <blockquote> <h2>0.2.20</h2> <ul> <li>Documentation improvements (Wasm)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/typetag/commit/373a2dbe027bba6f9ed3faa329c8283cdc8c0a53"><code>373a2db</code></a> Release 0.2.20</li> <li><a href="https://github.com/dtolnay/typetag/commit/757366dba133886f6215a88a91fc8af9a4d64017"><code>757366d</code></a> Mirror wasm documentation from readme to crate-level rustdoc</li> <li><a href="https://github.com/dtolnay/typetag/commit/fb438bec4829015cf8c77176d000b9073ff2959c"><code>fb438be</code></a> Re-word PR 96</li> <li><a href="https://github.com/dtolnay/typetag/commit/ae58906370c1b759b601d5248be6b5763eede238"><code>ae58906</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/typetag/issues/96">#96</a> from ineiti/patch-1</li> <li><a href="https://github.com/dtolnay/typetag/commit/b68beb630eba78af7bf9015283d168f4b05e0313"><code>b68beb6</code></a> Mention how to set up support for WASM</li> <li><a href="https://github.com/dtolnay/typetag/commit/44d19d13790596865737f5a14ada4f34d0b32cf6"><code>44d19d1</code></a> Point standard library links to stable</li> <li><a href="https://github.com/dtolnay/typetag/commit/2926167a07978fdc88d5baed6da8f07f0e7269e4"><code>2926167</code></a> Unset doc-scrape-examples for lib target</li> <li><a href="https://github.com/dtolnay/typetag/commit/e4526b2aed0f57104c39f67f06258134b3cd807f"><code>e4526b2</code></a> Fix -Zrandomize-layout setting in Windows jobs</li> <li><a href="https://github.com/dtolnay/typetag/commit/31d21fe6a789e77765fdb500af3e11175b417f07"><code>31d21fe</code></a> Ignore Windows linker warning</li> <li><a href="https://github.com/dtolnay/typetag/commit/b250c72d9d045d8433eec34569d2255d0ca1a352"><code>b250c72</code></a> More precise gitignore patterns</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/typetag/compare/0.2.19...0.2.20">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>
main
1 day ago
chore(deps-rs): bump the patch group across 1 directory with 5 updates Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [portgraph](https://github.com/CQCL/portgraph) | `0.13.2` | `0.13.3` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.140` | | [typetag](https://github.com/dtolnay/typetag) | `0.2.19` | `0.2.20` | Updates `portgraph` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/CQCL/portgraph/releases) - [Changelog](https://github.com/CQCL/portgraph/blob/main/CHANGELOG.md) - [Commits](https://github.com/CQCL/portgraph/compare/v0.13.2...v0.13.3) Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219) Updates `serde_json` from 1.0.139 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.139...v1.0.140) Updates `typetag` from 0.2.19 to 0.2.20 - [Release notes](https://github.com/dtolnay/typetag/releases) - [Commits](https://github.com/dtolnay/typetag/compare/0.2.19...0.2.20) --- updated-dependencies: - dependency-name: portgraph dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: typetag dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/patch-c36b4465df
2 days ago
chore: bump extension version
feat/util-rpc
5 days ago

Active Branches

chore!: bump to hugr 0.15
last run
1 day ago
#806
CodSpeed Performance Gauge
0%
last run
1 day ago
#805
CodSpeed Performance Gauge
0%
#797
CodSpeed Performance Gauge
0%
Home Terms PrivacyDocs