dataproofer / Dataproofer

A proofreader for your data
http://dataproofer.org/
690 stars 52 forks source link

Bump simple-statistics from 1.0.1 to 7.6.0 #183

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps simple-statistics from 1.0.1 to 7.6.0.

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.6.0 (2021-03-02)

Features

7.5.0 (2021-02-24)

Features

  • Add logit and cumulativeStdLogisticProbability methods (7279632)

7.4.1 (2021-02-12)

Bug Fixes

  • Add TypeScript bindings for silhouette. (#549) (119c09f)

7.4.0 (2020-12-14)

Features

  • Add coefficient of variation (ead74c6)

7.3.2 (2020-10-31)

Bug Fixes

7.3.1 (2020-10-25)

Bug Fixes

7.3.0 (2020-09-08)

Features

  • Add randomSource argument to permutationTest (#505) (f289fd1)
  • Relative error and approximate equality (#506) (88e8794)

... (truncated)

Commits
  • b6a8580 chore(release): 7.6.0
  • 76fbf8d build(deps-dev): bump typescript from 4.1.3 to 4.2.2 (#560)
  • aeda3c0 feat: Implement log average (#556)
  • 074413e test: Bump prettier and fix lint errors (#561)
  • 0697cb7 build(deps-dev): bump rollup from 2.38.3 to 2.40.0 (#559)
  • 53af7d7 build(deps-dev): bump standard-version from 9.1.0 to 9.1.1 (#557)
  • e1aa4dc build(deps-dev): bump eslint from 7.19.0 to 7.21.0 (#558)
  • c5a643a docs: Fix typo in shuffle_in_place.js (#555)
  • 3665562 docs: Bump readme version
  • 0a20e68 chore(release): 7.5.0
  • 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 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.