This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Releases: frc461/opr-calc
Releases · frc461/opr-calc
Version 1.0.0: Of Course I Still Love You
Version 0.1.2
Some very minor changes have been made in this release.
Most of them pertain to the test suite or the gemspec, and do not range widely; indentation fixes and some error handling. Nothing major.
Because of how small of changes have been made, this was decided to be released so as to push off to RubyGems.
Version 0.1.1
This patch includes some helpful additions that make this library more easy to use.
- Do not put tests in the library code.
- Add a module,
OPRCalc
, which theScoreSet
class is now within. - Add test suite.
- Ensure that the arguments to
ScoreSet
are matrices.
Version 0.1.0
The first release made.