Glicko-2RankingSystem 1.0.21

There is a newer version of this package available.
See the version list below for details.
dotnet add package Glicko-2RankingSystem --version 1.0.21
NuGet\Install-Package Glicko-2RankingSystem -Version 1.0.21
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Glicko-2RankingSystem" Version="1.0.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Glicko-2RankingSystem --version 1.0.21
#r "nuget: Glicko-2RankingSystem, 1.0.21"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Glicko-2RankingSystem as a Cake Addin
#addin nuget:?package=Glicko-2RankingSystem&version=1.0.21

// Install Glicko-2RankingSystem as a Cake Tool
#tool nuget:?package=Glicko-2RankingSystem&version=1.0.21

A C# implementation of the Glicko-2 ranking algorithm.  Glicko-2 is based on the ELO ranking system used in chess which takes into account the volatility of a player's results.

Any issues can be logged here: https://github.com/ikhanage/Glicko2/issues

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 3,754 12/16/2018
1.0.21 3,095 9/3/2017
1.0.1 2,032 2/4/2016
1.0.0 1,008 2/3/2016

Fixed bug in the CalculateNewVolatility function. (Version 1.0.20 unlisted because of error made in packing the project.)