Skip to content

Commit

Permalink
add ml-array-xy-equally-spaced and ml-array-xy-filter-x
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed May 9, 2019
1 parent e8c5b12 commit e3cf597
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 13 deletions.
58 changes: 46 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
"ml-array-utils": "^0.4.0",
"ml-array-variance": "^1.0.1",
"ml-array-xy-centroids-merge": "^0.2.4",
"ml-array-xy-equally-spaced": "^0.2.9",
"ml-array-xy-filter-x": "0.0.5",
"ml-array-xy-max-merge": "^0.2.4",
"ml-array-xy-max-y": "^0.2.5",
"ml-array-xy-sort-x": "^0.2.4",
Expand Down
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,7 @@ ML.ArrayXY = {
maxY: require('ml-array-xy-max-y').default,
sortX: require('ml-array-xy-sort-x').default,
uniqueX: require('ml-arrayxy-uniquex').default,
weightedMerge: require('ml-array-xy-weighted-merge').default
weightedMerge: require('ml-array-xy-weighted-merge').default,
equallySpaced: require('ml-array-xy-equally-spaced').default,
filterX: require('ml-array-xy-filter-x').default
};

0 comments on commit e3cf597

Please sign in to comment.