CQCL
portgraph
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): bump insta from 1.43.0 to 1.43.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.43.0...1.43.1) --- updated-dependencies: - dependency-name: insta dependency-version: 1.43.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/insta-1.43.1
7 days ago
chore: release v0.14.2
release-plz-2025-04-30T15-09-21Z
12 days ago
perf: Avoid double graph traversals in insert_graph (#206) When the graph being inserted is a `Region` or a similar view that needs to do non-trivial work to compute its node/port count, getting those values to pass to `with_capacity` is counter-productive.
main
12 days ago
perf: Avoid double graph traversals in insert_graph
ab/insert_graph-count
12 days ago
chore: release v0.14.1 (#205) ## 🤖 New release * `portgraph`: 0.14.0 -> 0.14.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.14.1](https://github.com/CQCL/portgraph/compare/v0.14.0...v0.14.1) - 2025-04-28 ### New Features - Implement petgraph traits on adaptors ([#195](https://github.com/CQCL/portgraph/pull/195)) - FlatRegions that do not include their root node ([#200](https://github.com/CQCL/portgraph/pull/200)) - Node style attributes in render options ([#199](https://github.com/CQCL/portgraph/pull/199)) - Allow the FlatRegion to own its hierarchy ([#201](https://github.com/CQCL/portgraph/pull/201)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
main
14 days ago
chore: release v0.14.1
release-plz-2025-04-28T15-10-32Z
14 days ago
chore(deps): bump rand from 0.9.0 to 0.9.1 (#198) Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand's changelog</a>.</em></p> <blockquote> <h2>[0.9.1] - 2025-04-17</h2> <h3>Security and unsafe</h3> <ul> <li>Revise "not a crypto library" policy again (<a href="https://redirect.github.com/rust-random/rand/issues/1565">#1565</a>)</li> <li>Remove <code>zerocopy</code> dependency from <code>rand</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1579">#1579</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Fix feature <code>simd_support</code> for recent nightly rust (<a href="https://redirect.github.com/rust-random/rand/issues/1586">#1586</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Allow <code>fn rand::seq::index::sample_weighted</code> and <code>fn IndexedRandom::choose_multiple_weighted</code> to return fewer than <code>amount</code> results (<a href="https://redirect.github.com/rust-random/rand/issues/1623">#1623</a>), reverting an undocumented change (<a href="https://redirect.github.com/rust-random/rand/issues/1382">#1382</a>) to the previous release.</li> </ul> <h3>Additions</h3> <ul> <li>Add <code>rand::distr::Alphabetic</code> distribution. (<a href="https://redirect.github.com/rust-random/rand/issues/1587">#1587</a>)</li> <li>Re-export <code>rand_core</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1604">#1604</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/rand/commit/ec6d5c06a5384c14563a2164bb4a038100a5bb78"><code>ec6d5c0</code></a> Prepare rand_core v0.9.1 (<a href="https://redirect.github.com/rust-random/rand/issues/1591">#1591</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/6a06056e8a892bfa181ec24a8ea16aa9f2fe97d3"><code>6a06056</code></a> rand_core: introduce an UnwrapMut wrapper (<a href="https://redirect.github.com/rust-random/rand/issues/1589">#1589</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/8929123b4d5abb7cae349c5f8213bf2fa8583821"><code>8929123</code></a> Add <code>Alphabetic</code> distribution (<a href="https://redirect.github.com/rust-random/rand/issues/1587">#1587</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/06b16426bd1431e164247c8bdf109cedb67213f7"><code>06b1642</code></a> Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...</li> <li><a href="https://github.com/rust-random/rand/commit/49d76cd7b4a318114cff22494997c73a56ffd95c"><code>49d76cd</code></a> rename extract to extract_lane (<a href="https://redirect.github.com/rust-random/rand/issues/1586">#1586</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/e0a70fd8be09196bcaf4a86e732bce501b42ef86"><code>e0a70fd</code></a> Change to use <code>array::from_fn</code> in <code>Distribution\<[T; N]> for StandardUniform</code> ...</li> <li><a href="https://github.com/rust-random/rand/commit/0bc3f652c4500406b343a517e058caedd1f095a9"><code>0bc3f65</code></a> Move rand distr (<a href="https://redirect.github.com/rust-random/rand/issues/1577">#1577</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/2677c49960e3a3fc2f1a8df90c1d7104089903f2"><code>2677c49</code></a> Revise "not a crypto library" policy and SECURITY.md (<a href="https://redirect.github.com/rust-random/rand/issues/1565">#1565</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/bfd1826c36c441236f218af478edd794bca7f23a"><code>bfd1826</code></a> SeedableRng docs: add note on (lack of) reproducibility (<a href="https://redirect.github.com/rust-random/rand/issues/1572">#1572</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/c01aee7a138ff77657782069771bb11f120318d7"><code>c01aee7</code></a> Fix some links (<a href="https://redirect.github.com/rust-random/rand/issues/1571">#1571</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/0.9.0...rand_core-0.9.1">compare view</a></li> </ul> </details> <br /> [](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>
main
14 days ago
chore: release v0.14.1
release-plz-2025-04-28T15-10-32Z
14 days ago
Active Branches
chore(deps): bump insta from 1.43.0 to 1.43.1
last run
7 days ago
#208
CodSpeed Performance Gauge
0%
chore: release v0.14.2
last run
12 days ago
#207
CodSpeed Performance Gauge
0%
refactor: RFC: remove helpers (post-RPITIT TLC)
last run
3 months ago
#181
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs