Skip to content

Releases: DeanCording/node-red-contrib-statistics

Version 2.2.2

20 May 08:11

Choose a tag to compare

Minor bug and typo fixes

Version 2.2.0

20 May 07:38

Choose a tag to compare

Upgraded to use simple-statistics version 6.0

Implemented new functions:

  • equalIntervalBreaks
  • extent
  • gamma
  • quantileRank
  • sampleWithReplacement
  • sampleKurtosis
  • shuffle

Version 2.1.4

13 May 23:16

Choose a tag to compare

  • Issue #6 - Clarified documentation regarding commands in sub-topics using MQTT topic format
  • Merged PR #7 - Fix resultOnly typo in Clear function

Version 2.1.3

30 Jan 23:23

Choose a tag to compare

  • Fixed behaviour of 'clear' function to respect "Only output result messages" option

Version 2.1.2

30 Jan 23:17

Choose a tag to compare

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

30 Jan 06:40

Choose a tag to compare

  • Stopped 'clear' command from outputting the received msg for backwards compatibility

Version 2.1.0

16 Jan 13:47

Choose a tag to compare

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

12 Jan 08:06

Choose a tag to compare

  • 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

26 Jun 01:16

Choose a tag to compare

Merge branch 'master' of https://github.com/DeanCording/node-red-cont…