Releases: jtilly/matchingR
Releases · jtilly/matchingR
CRAN version 1.3.3
CRAN version 1.3.2
- Fix vignette title #39
CRAN version 1.3.1
- Add dummy roommate when number of roommates is odd (#37)
- Run code base through
styler
andlintr
CRAN version 1.3.0
CRAN version 1.2.1
Fixed bug in galeShapley.checkStability that resulted in UBSAN throwing an error.
CRAN version 1.2
- Fixed a bug in the stable roommate matching algorithm that caused problems on Mac OS X / clang
- Changed function names throughout the package (deprecated old function names)
- Updated documentation
- Added tests
- Removed option to define preferences in row major order
CRAN version 1.1
matchingR 1.1
This is a major update that added additional algorithms to the package.
- Added algorithm to compute a solution to the stable roommate problem (
roommate
) - Added top trading cycle algorithm (
toptrading
) - Switched the layout of preference matrices from row order to column order to make the code faster
- Added two vignettes: An introductory vignette to the package in general and a computational performance vignette
CRAN version 1.0.1
This is the version of the package that is published on CRAN.