You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,11 @@ The format of this changelog is based on
4
4
[Keep a Changelog](https://keepachangelog.com/), and this project adheres to
5
5
[Semantic Versioning](https://semver.org/).
6
6
7
-
## Upcoming
7
+
## 1.4.0 (2025-07-01)
8
8
9
-
- Improved B-spline approximations
10
-
11
-
### Fixed
12
-
13
-
-`atol` is now used for B-spline approximation of arbitrary curves when rendering to `SolidModel`
9
+
- Added `SolidModels.check_overlap(::SolidModel)` for checking overlap of physical groups in a `SolidModel`
10
+
-`Path`s containing offset B-splines and other arbitrary curves are rendered to `SolidModel` more quickly and using fewer entities for B-spline approximation
11
+
- Rendering keyword `atol` now controls tolerance of B-spline approximation of offset B-splines and other arbitrary curves when rendering to a `SolidModel` (default tolerance remains `1.0nm`)
0 commit comments