Skip to content

Commit 6377159

Browse files
committed
Update CHANGELOG
1 parent 62469e3 commit 6377159

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@ The format of this changelog is based on
77
## Upcoming
88

99
- Added `xor2d` for polygon XOR
10+
- Mesh size fields are no longer controlled via `PhysicalGroup` internally, this change
11+
allows for changing the size field associated to a `SolidModel` after `render!` via the
12+
global parameters accessed in `MeshSized`. This reduces the number of entities in any
13+
global boolean operations, improving performance, along with separating the concerns of
14+
rendering and meshing thereby improving user experience.
15+
- Deprecate `SolidModels.MeshingParameters` in favour of new `mesh_scale`, `mesh_order`,
16+
`mesh_grading_default` accessed from `SolidModels`.
1017

1118
## 1.6.0 (2025-10-16)
1219

1320
- Improved metadata handling for `LayoutTarget` and `SolidModelTarget`
14-
21+
1522
+ SolidModelTargets will now ignore `NORENDER_META` (the `:norender` layer)
1623
+ SolidModelTargets now take `ignored_layers`, a list of layer symbols which are not rendered
1724
+ LayoutTargets now allow overriding the mapping of `GDSMeta` by setting `target.map_meta_dict[my_gdsmeta] = my_override`, allowing changes to different `GDSMeta` or `nothing` rather than always mapping a `GDSMeta` to itself
@@ -29,7 +36,7 @@ The format of this changelog is based on
2936
## 1.5.0 (2025-10-10)
3037

3138
- Added `auto_speed`, `endpoints_curvature`, and `auto_curvature` keyword options to `bspline!` and `BSplineRouting`
32-
39+
3340
+ `auto_speed` sets the speed at endpoints to avoid sharp bends (minimizing the integrated square of the curvature derivative with respect to arclength)
3441
+ `endpoints_curvature` sets boundary conditions on the curvature (by inserting extra waypoints)
3542
+ `auto_curvature` B-spline sets curvature at endpoints to match previous segment (or to zero if there is no previous segment)

0 commit comments

Comments
 (0)