Skip to content

Commit c147a88

Browse files
committed
DeviceLayout v1.4.0
1 parent 2f269bd commit c147a88

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ The format of this changelog is based on
44
[Keep a Changelog](https://keepachangelog.com/), and this project adheres to
55
[Semantic Versioning](https://semver.org/).
66

7-
## Upcoming
7+
## 1.4.0 (2025-07-01)
88

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`)
1412

1513
## 1.3.0 (2025-06-06)
1614

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DeviceLayout"
22
uuid = "ebf59a4a-04ec-49d7-8cd4-c9382ceb8e85"
3-
version = "1.3.0"
3+
version = "1.4.0"
44

55
[deps]
66
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

0 commit comments

Comments
 (0)