]> git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/glicko.py
Count XPM as vanilla as well.
[xonotic/xonstat.git] / xonstat / glicko.py
2017-12-25 Ant ZucaroChange to explicit floats, add string representations...
2017-12-24 Ant ZucaroVarious bugfixes from testing.
2017-12-24 Ant ZucaroFill out the save() method.
2017-12-24 Ant ZucaroWork on the process() method.
2017-12-24 Ant ZucaroUse total_seconds() for timedeltas.
2017-12-23 Ant ZucaroComplete the load() method of GlickoProcessor.
2017-12-23 Ant ZucaroOutline of a processor class for batch and per-game...
2017-12-21 Ant ZucaroAdd a KReduction class to scale points.
2017-12-19 Ant ZucaroMove the model class to the right place, add Xon-specif...
2017-12-19 Ant ZucaroComment out another debug statement. Change back to...
2017-12-19 Ant ZucaroFinish the glicko algorithm, add the typical example...
2017-12-17 Ant ZucaroStart work on Glicko in Python (for per-game calculations).