From 3f65a8d611e5b1d4159829bba7f4a4f09b9a01c9 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 6 Mar 2021 18:19:35 +0800 Subject: [PATCH] update note --- src/experimental/note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/experimental/note.md b/src/experimental/note.md index 35988a5c..e7b45a6d 100644 --- a/src/experimental/note.md +++ b/src/experimental/note.md @@ -10,7 +10,7 @@ dotSCAD 3.0 Dev - `polyline3d`: Rename the parameter `thickness` to `diameter`. - `util/sort`: `by` accepts a function literal. - `util/bsearch`: only supports `sorted` and `target` parameters. I view it as a new function. -- `util/dedup`: delete `sorted` parameter. add the `eq` and `hash` parameters. +- `util/dedup`: delete `sorted` parameter. add the `eq`,`hash` and `number_of_buckets` parameters. - `util/zip`: add the `combine` parameter. - `lines_intersection` supports 3D - `vx_union`, `vx_circle`, `vx_bezier`, `vx_polygon` performance improved.