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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ The format of this changelog is based on
10
10
11
11
### Fixed
12
12
13
-
- Rounding no longer fails when radius is less than `min_side_len` only due to numerical precision issues
13
+
- Rounding no longer fails when available length is less than `min_side_len` only due to numerical precision issues
14
14
- Circular arcs in rounded polygons will no longer occasionally produce very short edges near the endpoints, and are instead now drawn with equally spaced points including the endpoints
15
15
-`Turn` segments with `SimpleTrace` or `SimpleCPW` styles now use `atol` to determine the discretization; this is faster and in some cases more accurate than the fallback method using `adapted_grid`
16
+
- Added missing `hash` and `convert` methods for `ScaledIsometry`
0 commit comments