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

chore: release v0.13.0 #158

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Nov 14, 2024

🤖 New release

  • portgraph: 0.12.3 -> 0.13.0 (⚠️ API breaking changes)

⚠️ portgraph breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type NodeEdgeRefs is no longer Send, in /tmp/.tmpCsdjxS/portgraph/src/view/petgraph.rs:396
  type NodeEdgeRefs is no longer Sync, in /tmp/.tmpCsdjxS/portgraph/src/view/petgraph.rs:396
  type NodeEdgeRefs is no longer UnwindSafe, in /tmp/.tmpCsdjxS/portgraph/src/view/petgraph.rs:396
  type NodeEdgeRefs is no longer RefUnwindSafe, in /tmp/.tmpCsdjxS/portgraph/src/view/petgraph.rs:396
  type EdgeRefs is no longer Send, in /tmp/.tmpCsdjxS/portgraph/src/view/petgraph.rs:326
  type EdgeRefs is no longer Sync, in /tmp/.tmpCsdjxS/portgraph/src/view/petgraph.rs:326
  type EdgeRefs is no longer UnwindSafe, in /tmp/.tmpCsdjxS/portgraph/src/view/petgraph.rs:326
  type EdgeRefs is no longer RefUnwindSafe, in /tmp/.tmpCsdjxS/portgraph/src/view/petgraph.rs:326

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  FilteredGraph::new_region, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/region.rs:26
  FilteredGraph::new_flat_region, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/region.rs:105
  FilteredGraph::new_subgraph, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/subgraph.rs:73
  FilteredGraph::is_convex, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/subgraph.rs:100
  FilteredGraph::is_convex_with_checker, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/subgraph.rs:106
  FilteredGraph::new_region, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/region.rs:26
  FilteredGraph::new_flat_region, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/region.rs:105
  FilteredGraph::new_subgraph, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/subgraph.rs:73
  FilteredGraph::is_convex, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/subgraph.rs:100
  FilteredGraph::is_convex_with_checker, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/subgraph.rs:106

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/module_missing.ron

Failed in:
  mod portgraph::view::region, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/region.rs:1
  mod portgraph::view::subgraph, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/subgraph.rs:1
  mod portgraph::py_graph, previously in file /tmp/.tmpcp7L2p/portgraph/src/py_graph.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct portgraph::view::region::RegionContext, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/region.rs:35
  struct portgraph::view::filter::FilteredGraphCtx, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/filter.rs:131
  struct portgraph::view::subgraph::SubgraphContext, previously in file /tmp/.tmpcp7L2p/portgraph/src/view/subgraph.rs:53

--- failure trait_removed_associated_type: trait's associated type was removed ---

Description:
A public trait's associated type was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type MultiView::NodeSubports, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:589
  associated type MultiView::NodeSubports, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:589
  associated type PortView::Nodes, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:22
  associated type PortView::Ports, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:27
  associated type PortView::NodePorts, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:32
  associated type PortView::NodePortOffsets, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:37
  associated type PortView::Nodes, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:22
  associated type PortView::Ports, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:27
  associated type PortView::NodePorts, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:32
  associated type PortView::NodePortOffsets, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:37
  associated type LinkView::Neighbours, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:291
  associated type LinkView::NodeConnections, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:296
  associated type LinkView::NodeLinks, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:302
  associated type LinkView::PortLinks, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:308
  associated type LinkView::Neighbours, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:291
  associated type LinkView::NodeConnections, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:296
  associated type LinkView::NodeLinks, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:302
  associated type LinkView::PortLinks, previously at /tmp/.tmpcp7L2p/portgraph/src/view.rs:308
Changelog

0.13.0 - 2024-11-20

New Features

  • [breaking] Use RPITIT for graph traits (#156)

Performance

  • [breaking] Fix Subgraph O(n) complexity (#157)
  • [breaking] Manual impl of Region/FlatRegion for improved perf (#162)


This PR was generated with release-plz.

Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.29%. Comparing base (0722b98) to head (93e0f41).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #158   +/-   ##
=======================================
  Coverage   82.29%   82.29%           
=======================================
  Files          23       23           
  Lines        5830     5830           
  Branches     5830     5830           
=======================================
  Hits         4798     4798           
  Misses        956      956           
  Partials       76       76           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@hugrbot hugrbot force-pushed the release-plz-2024-11-14T11-39-12Z branch 2 times, most recently from beb2d9d to 1933667 Compare November 19, 2024 14:23
@hugrbot hugrbot force-pushed the release-plz-2024-11-14T11-39-12Z branch from 1933667 to 93e0f41 Compare November 20, 2024 10:37
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.

1 participant