Skip to content

Releases: mljs/tree-similarity

v2.2.0

15 Feb 13:46
ae0d9a1
Compare
Choose a tag to compare

2.2.0 (2024-02-15)

Features

v2.1.0

13 Feb 13:08
226db00
Compare
Choose a tag to compare

2.1.0 (2024-02-13)

Features

  • add compressTree to reduce tree size (c20c571)

Bug Fixes

v2.0.0

09 Feb 19:17
c43482e
Compare
Choose a tag to compare

2.0.0 (2024-02-08)

⚠ BREAKING CHANGES

  • treeSimilarity now only accepts Tree objects
  • createTree expects an object {x: [],y: []}

Code Refactoring

  • createTree expects an object {x: [],y: []} (ec9318f)
  • treeSimilarity now only accepts Tree objects (ec9318f)