Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps simple-statistics from 1.0.1 to 7.7.6.

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.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

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)

... (truncated)

Commits

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)

Bumps [simple-statistics](https://github.com/simple-statistics/simple-statistics) from 1.0.1 to 7.7.6.
- [Release notes](https://github.com/simple-statistics/simple-statistics/releases)
- [Changelog](https://github.com/simple-statistics/simple-statistics/blob/master/CHANGELOG.md)
- [Commits](simple-statistics/simple-statistics@v1.0.1...v7.7.6)

---
updated-dependencies:
- dependency-name: simple-statistics
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2022

Superseded by #258.

@dependabot dependabot bot closed this Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/simple-statistics-7.7.6 branch November 1, 2022 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant