Skip to content

Releases: iraikov/chicken-kdtree

Added dependency on datatype

13 Feb 18:17
Compare
Choose a tag to compare

This release adds a missing dependency on the datatype module.

Port to yasos and CHICKEN 5

12 Feb 14:24
Compare
Choose a tag to compare

This release includes a refactoring to use a yasos-based interface and a port to CHICKEN 5.

Default bucket-size value for list->kd-tree*

27 Jan 21:35
Compare
Choose a tag to compare

This release adds a default value for the bucket-size argument of list->kd-tree*

Added list->kd-tree* procedure

26 Jan 23:54
Compare
Choose a tag to compare

This release adds a new procedure to the KdTree class, list->kd-tree*. This procedure assumes that elements in the input list take the form (INDEX POINT VALUE) and preserves the point indices in the created tree.

Using new random-mtzig API in tests

16 Jul 16:40
Compare
Choose a tag to compare
4.12

corrected unit tests to use new random-mtzig api