File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- # [ 1.0.0] ( https://github.com/mljs/tree-similarity/compare/v0.1.0...v1.0.0 ) (2019-06-29)
3+ ## [ 2.0.0] ( https://github.com/mljs/tree-similarity/compare/v1.0.0...v2.0.0 ) (2024-02-08)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * treeSimilarity now only accepts Tree objects
9+ * createTree expects an object {x: [ ] ,y: [ ] }
10+
11+ ### Code Refactoring
12+
13+ * createTree expects an object {x: [ ] ,y: [ ] } ([ ec9318f] ( https://github.com/mljs/tree-similarity/commit/ec9318f470600cf028476ef7b37ed08c3560587d ) )
14+ * treeSimilarity now only accepts Tree objects ([ ec9318f] ( https://github.com/mljs/tree-similarity/commit/ec9318f470600cf028476ef7b37ed08c3560587d ) )
15+
16+ ## Changelog
17+
18+ ## [ 1.0.0] ( https://github.com/mljs/tree-similarity/compare/v0.1.0...v1.0.0 ) (2019-06-29)
419
520
621### chore
1530
1631
1732<a name =" 0.1.0 " ></a >
18- # 0.1.0 (2017-08-10)
33+ ## 0.1.0 (2017-08-10)
1934
2035
2136### Bug Fixes
2641### Performance Improvements
2742
2843* improve search on start ([ 8edebc2] ( https://github.com/mljs/tree-similarity/commit/8edebc2 ) )
29-
30-
31-
Original file line number Diff line number Diff line change 11{
22 "name" : " ml-tree-similarity" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "description" : " Compares two spectra using a tree similarity" ,
55 "main" : " lib/index.js" ,
66 "module" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments