Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update simple-statistics to the latest version 🚀 #4

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Sep 26, 2017

Version 5.0.0 of simple-statistics just got published.

Dependency simple-statistics
Current Version 4.1.1
Type dependency

The version 5.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of simple-statistics.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 8 commits.

  • 762abee chore(release): 5.0.0
  • 810583e docs(benchmark): Include jStat in medianAbsoluteDeviation benchmark (#248)
  • a775ef6 feat: Expose ES6 modules
  • 17b6e41 chore(package): update flow-bin to version 0.53.0 (#240)
  • a13030c chore(package): update mocha to version 3.5.3 (#243)
  • 8637af1 feat: kernel density estimation (#245)
  • a9208f7 chore(package): update mocha to version 3.5.2 (#242)
  • 507b5ad chore(package): update mocha to version 3.5.1 (#241)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@codecov-io
Copy link

Codecov Report

Merging #4 into master will decrease coverage by 70.96%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #4       +/-   ##
===========================================
- Coverage     100%   29.03%   -70.97%     
===========================================
  Files           1        1               
  Lines          31       31               
===========================================
- Hits           31        9       -22     
- Misses          0       22       +22
Impacted Files Coverage Δ
src/index.js 29.03% <0%> (-70.97%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ab141a...3a6c842. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Oct 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 15, 2017

Version 5.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • e52d452 chore(release): 5.0.1
  • e677ace chore(package): update flow-bin to version 0.57.1 (#256)
  • b744bfa fix: Add index.js to package.json
  • f637efd chore(benchmark): benchmark upgrade (#252)
  • 24a0935 docs: Update README for new version
  • 07ce871 chore(package): update flow-bin to version 0.56.0 (#249)
  • 7ae663f chore(package): update mocha to version 4.0.0 (#251)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2017

Version 5.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits ahead by 12, behind by 3.

  • 739dc81 chore(release): 5.1.0
  • 688538b feat: Add TypeScript definition
  • 0f86f28 chore(release): 5.0.1
  • 2376943 chore(package): update flow-bin to version 0.57.1 (#256)
  • 5a0d789 Fix Flow lint
  • e8607f5 Add combinations
  • b97246f Refactor definitions & add combination replacement
  • c81e2c8 Add chi, chunk, ckmeans
  • 9a5963f Add B's
  • 7ae3fe8 Remove JSDocs in TS definition favor of website
  • 1049f8d Remove esignore
  • 957d320 First round to implement Typescript

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 29, 2017

Version 5.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • a15ee4c chore(release): 5.2.0
  • c1afd51 feat(package): Add unpkg field to package.json to support unpkg default entry point (#267)
  • 5bb7f40 Note new ability to actually import sub-names in ES6. Fixes #258 (#266)
  • cf98652 chore(package): update flow-bin to version 0.59.0 (#261)
  • 3528ab5 chore(package): update rollup to version 0.51.0 (#260)
  • af839aa chore(package): update tap to version 11.0.0 (#264)
  • 965433d docs(readme): Document import module strategy
  • 3137af4 chore(package): update flow-bin to version 0.58.0 (#259)
  • 4716119 docs: Update readme to point to 5.1.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 20, 2017

Version 5.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 891c46d chore(release): 5.2.1
  • 67554b8 build: Add browser field to package.json, bundled CJS distribution
  • c9c3044 chore(package): update rollup to version 0.52.1 (#270)
  • 312088c update for version

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2018

Version 5.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 99fa8e1 docs: Update readme
  • 9357a2e chore(release): 5.3.0
  • b035515 build: Make website build script robust for if you already have a directory local.
  • 0128e68 chore(package): update flow-bin to version 0.68.0 (#286)
  • 84248ea feat: adding quantileRankSorted (#285)
  • 462f69e chore: Update rollup, update README for latest release
  • 2b0a671 chore(package): Update documentation to the latest version 🚀 (#282)
  • 6aa1886 chore(package): update rollup to version 0.56.3 (#283)
  • 053399f feat: adding extentSorted
  • 80bcc99 feat: adding extent
  • 63a3847 chore(package): update mocha to version 5.0.0 (#277)
  • 1aadaa4 chore(package): update rollup-plugin-uglify to version 3.0.0 (#278)
  • d5c5390 chore(package): update rollup to version 0.53.3 (#275)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2018

Version 5.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 32a9ce6 chore(release): 5.3.1
  • 12acd40 fix: Someone simple-statistics dependend on itself...

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 21, 2018

Version 5.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • d14ce14 chore(release): 5.4.0
  • 1be011e feat: Permutation test
  • a80bf00 chore(package): update rollup to version 0.58.0 (#289)
  • 912030d docs: fixing typo in quantileRank docs

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 30, 2018
greenkeeper bot added a commit that referenced this pull request May 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 11, 2018

Version 6.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • dc45026 chore(release): 6.0.1
  • abca61b build(package): Add unpkg field to package.json (#300)
  • eb5ec16 docs(readme): Update docs for 6.0.0

See the full diff

@greenkeeper greenkeeper bot closed this May 11, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/simple-statistics-5.0.0 branch May 11, 2018 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant