- Last updated: 2023-04-08T11:09:50Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
0.5.0 (2023-03-22)
- add support for new draw commands (e5e994c)
- update asGeometry() to handle new move commands
0.4.0 (2023-03-19)
- add InterleaveOpts for point clouds (78012a0)
- add InterleaveOpts & docs
- update AxiDrawAttribs
- update point cloud processing to support command sequence interleaving
- add interleave opts support for shape groups (57783ff)
- update asAxiDraw() impl for shape groups
0.3.0 (2023-01-10)
- add asGeometry() command visualization (78199ba)
- update group attrib handling (7f5d9a3)
- ensure
__samples
attrib is being properly merged
- ensure
0.2.0 (2022-12-29)
- add shapesByNearestNeighbor() (0059766)
- add skip attrib (4675151)
- update group & points conversion fns
- update deps
- update pointsByNearestNeighbor() (8a171e0)
- lift
accel
spatial index impl as arg - update doc strings
- lift
0.1.0 (2022-12-10)
- import as new pkg (87e4945)
- add shape/point ordering support (58b3b5d)
- add Point/ShapeOrdering types
- add pointsByProximity()/shapesByProximity() HOF ordering fns
- add AxiDrawAttribs.sort attrib
- add/update doc strings
- update deps
- add/update AsAxiDrawOpts (24f8abe)
- update points & polyline handling
- add pointsByNearestNeighbor() ordering (d1ebd21)
- use pointsByNearestNeighbor() as default for point clouds
- new method is 25%-30% faster than pointsByProximity()
- update PointOrdering/ShapeOrdering return types
- update doc strings
- update deps
- use pointsByNearestNeighbor() as default for point clouds
- internal restructure, add docs (443c12c)