Skip to content

Releases: adknudson/RunningStatistics

release-3.2.0

Choose a tag to compare

@adknudson adknudson released this 21 Apr 17:30
eac9f35

What's Changed

Full Changelog: release-3.1.0...release-3.2.0

release-3.1.0

Choose a tag to compare

@adknudson adknudson released this 22 Sep 22:35
  • Added overloads for CountMap.MinKey and CountMap.MaxKey that accept IComparer objects
  • Added a Quantile method for CountMap

What's Changed

  • Refactored the MinKey and MaxKey methods to accept an IComparer by @adknudson in #3
  • Added quantile method for CountMap by @adknudson in #4

New Contributors

Full Changelog: release-3.0.0...release-3.1.0

release-3.0.0

Choose a tag to compare

@adknudson adknudson released this 30 Jul 17:59
  • Split the interface into 3 parts to have an observation-agnostic interface
    • This allows for collections of running statistics that can have mixed observation types and mixed concrete types
  • Removed support for .NET 6.0 since it has reached EOL
  • Bug fixes for Extrema<T>
  • Improved test coverage

Full Changelog: release-2.0.1...release-3.0.0

release-2.0.1

Choose a tag to compare

@adknudson adknudson released this 25 Mar 21:51

release-2.0.0

Choose a tag to compare

@adknudson adknudson released this 04 Jan 00:25

Re-introduces the IRunningStatistic interface and overhauls the RunningStatisticBase class (Formerly AbstractRunningStatistic) to handle more boilerplate. Greatly enhanced the unit tests and added more examples. Statistics also guard against illegal values to ensure as little unexpected behavior as possible.

Full Changelog: release-1.1.1...release-2.0.0

release-1.1.1

Choose a tag to compare

@adknudson adknudson released this 06 Jun 01:11

Fixed bug with Mean where merging an empty Mean propagated NaNs.

release-1.1.0

Choose a tag to compare

@adknudson adknudson released this 27 Apr 23:45

Added the Beta distribution running statistic, which keeps track of the number of successes and the number of failures.

release-1.0.0

Choose a tag to compare

@adknudson adknudson released this 12 Apr 22:42

Initial 1.0.0 release! The API will be considered locked down until a v2 release.