dataproofer / Dataproofer

A proofreader for your data
http://dataproofer.org/
691 stars 53 forks source link

Bump simple-statistics from 1.0.1 to 7.8.2 #271

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps simple-statistics from 1.0.1 to 7.8.2.

Release notes

Sourced from simple-statistics's releases.

Combinatorics and improved Ckmeans

  • Improved Ckmeans algorithm from the updated R project that dramatically increases performance.
  • Adds permutationHeap method for computing all permutations of an array.
  • Adds combinations for combinations without replacement
  • Adds combinationsReplacement for combinations with replacement

v2.0.0

New features:

  • product: returns the product of a series of numbers
  • medianSorted: exposes the internal method of median that only operates on sorted arrays and works in constant time
  • modeSorted: exposes the internal method of mode and works in linear time.

Specifications:

  • Adds Flow annotations to all methods, allowing up-front typechecking if you use Flow in your application.

Changes:

  • Invalid input now uniformly produces the value NaN instead of previously a mix of null and undefined.
  • The method sortedUniqueCount is now called uniqueCountSorted to match the other sorted methods, medianSorted and modeSorted

Fixes:

  • equalIntervalBreaks was not exported by index.js, and now is.
Changelog

Sourced from simple-statistics's changelog.

7.8.2 (2023-01-15)

7.8.1 (2023-01-15)

Bug Fixes

7.8.0 (2022-10-26)

Features

7.7.6 (2022-08-12)

7.7.5 (2022-03-06)

7.7.4 (2022-03-01)

Bug Fixes

  • Return NaN on sum with non-number inputs (#633) (6547df7)

7.7.3 (2022-01-13)

7.7.2 (2022-01-13)

7.7.1 (2022-01-13)

Bug Fixes

  • add missing TypeScript typing for silhouetteMetric (#589) (d4ca159)

7.7.0 (2021-03-31)

Features

7.6.0 (2021-03-02)

Features

... (truncated)

Commits
  • dd5e72c chore(release): 7.8.2
  • c501b36 build: Add browser to exports in package.json. Move TS to the top. (#691)
  • 7e630e6 build(deps-dev): bump rollup from 3.5.1 to 3.9.0 (#683)
  • 8100d60 build(deps-dev): bump eslint from 8.28.0 to 8.31.0 (#684)
  • 064dbe5 build(deps-dev): bump prettier from 2.8.0 to 2.8.1 (#685)
  • 64571c5 build(deps-dev): bump documentation from 14.0.0 to 14.0.1 (#686)
  • 6a39431 build(deps-dev): bump typescript from 4.9.3 to 4.9.4 (#687)
  • 4dd9bd8 chore(release): 7.8.1
  • 1acace8 fix: Export sampleRankCorrelation type (#690)
  • b4f4c26 build(deps): bump json5 from 1.0.1 to 1.0.2 (#688)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #274.