Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The format of this changelog is based on
[Keep a Changelog](https://keepachangelog.com/), and this project adheres to
[Semantic Versioning](https://semver.org/).

## Unreleased

- Added `SolidModels.check_port_connectivity`, using `SolidModels.connected_components` to report ports as `:open`, `:short`, `:floating`, or `:missing`
- Added `detect_non_boundary_contacts=false` keyword argument to `SolidModels.connected_components`; when `true`, 1D edges embedded in the interior of 2D surfaces (like the feet of staple air bridges) will be treated as connecting

## 1.15.0 (2026-06-14)

- Added `SolidModels.populate_size_fields!(cs::AbstractCoordinateSystem)`
Expand Down
1 change: 1 addition & 0 deletions docs/src/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ See [Shapes](./shapes.md).

```@docs
SolidModels.box_selection
SolidModels.check_port_connectivity
SolidModels.connected_components
SolidModels.difference_geom!
SolidModels.extrude_z!
Expand Down
Loading
Loading