Releases: DeanCording/node-red-contrib-statistics
Releases · DeanCording/node-red-contrib-statistics
Version 2.2.2
Minor bug and typo fixes
Version 2.2.0
Upgraded to use simple-statistics version 6.0
Implemented new functions:
- equalIntervalBreaks
- extent
- gamma
- quantileRank
- sampleWithReplacement
- sampleKurtosis
- shuffle
Version 2.1.4
Version 2.1.3
- Fixed behaviour of 'clear' function to respect "Only output result messages" option
Version 2.1.2
Changed 'clear' function to save attached data so that it is consistent with other commands. 'clear' now outputs the received message if 'Only output result messages' is not selected.
Version 2.1.1
- Stopped 'clear' command from outputting the received msg for backwards compatibility
Version 2.1.0
New features suggested in Issue #4
- Added ability to set a limit on the size of data set - oldest elements are dropped
- Added ability to load data set with an array of values
- Added ability to dump data set as an array
Version 2.0.0
- Updated to Simple Statistics library Version 5.2
- Added sampleKurtosis
- Changed input, result and parameters to be able to use any msg, flow, or global property
- Added option to allow input messages to pass through or only result messages to be output.
- Reformated help to follow style guide
v1.1.0
Merge branch 'master' of https://github.com/DeanCording/node-red-cont…