Skip to content

Bump openskill from 1.6.0 to 3.1.0#50

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/openskill-3.1.0
Open

Bump openskill from 1.6.0 to 3.1.0#50
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/openskill-3.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2023

Bumps openskill from 1.6.0 to 3.1.0.

Release notes

Sourced from openskill's releases.

v3.1.0

  • Explicit support for Node 19 and Node 20

philihp/openskill.js@v3.0.1...v3.1.0

v3.0.1

  • add default tau 67bf16c of 0.0833333, I had previously stated that this would be included in the 3.0.0 release.

philihp/openskill.js@v3.0.0...v3.0.1

v3.0.0

  • Breaking Changes Change the way alternate models are used. Rather than sending in a string/name of the model, you now import the model function itself and pass that in. This enables people to extend the library and experiment with models that support partial play.(#296) c477d12, as an example of how your calls would change, see this test
  • Breaking Changes Removes support for node 11-13 (#286) 5bb0a94, this version will also support Node 14/es2020. Next major version will not be until sometime after 2023-04-30 when 16/es2021 is the current LTS compile target.
  • Adds Typescript types (#240) 8e46c2a
  • fix(deps): update dependency @​types/ramda to v0.28.18 154912e
  • feat: emit typescript declarations (#300) ab9648f
  • fix(deps): update dependency sort-unwind to v2 (#288) d8845bb
  • docs: Update README.md (#248) 9984250
  • fix: self v self test for predictDraw (#247) d1d36bf
  • fix: typo (#238) 85d1a53

philihp/openskill.js@v2.1.0...v3.0.0

v2.1.0

Thank you @​JLaferri! New options:

tau (defaults to 0): Additive dynamics factor, which keeps a player's rating from getting stuck at a level. Normally, a player's sigma will only decrease as we gain more information about their performance. This option will put some pressure on this back up. This default will change to be sigma/100 with v3, to be more congruent with TrueSkill, but higher may make your rating system more exciting.

preventSigmaIncrease (defaults to false): for a tau > 0, it is possible that a player could play someone with a low enough rating that even if they win, their ordinal rating will still go down slightly. If your players have no agency in matchmaking, it is not desirable to have a situation where a player goes down on the leaderboard even though they win.

rate([team1, team2, ...], {
  tau: 0.083333,
  preventSigmaIncrease: true,
})

philihp/openskill.js@v2.0.0...v2.1.0

v2.0.0

  • Breaking changes (#230) 0002547
    • feat!: Remove support for Node 10
    • feat: use native Array.flat()
    • remove deprecated thurstonMosteller
    • feat: Add support for Node 17

philihp/openskill.js@v1.6.0...v2.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2023
Bumps [openskill](https://github.com/philihp/openskill.js) from 1.6.0 to 3.1.0.
- [Release notes](https://github.com/philihp/openskill.js/releases)
- [Commits](philihp/openskill.js@v1.6.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openskill-3.1.0 branch from 94bcd54 to f5b522d Compare June 27, 2023 19:32
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.

0 participants