Skip to content

Releases: jtilly/matchingR

CRAN version 1.3.3

25 May 08:04
d14a15e
Compare
Choose a tag to compare
  • Fixed unit test that caused CRAN check to fail #40

CRAN version 1.3.2

15 Dec 13:06
Compare
Choose a tag to compare
  • Fix vignette title #39

CRAN version 1.3.1

07 Dec 06:48
a46e2b1
Compare
Choose a tag to compare
  • Add dummy roommate when number of roommates is odd (#37)
  • Run code base through styler and lintr

CRAN version 1.3.0

31 May 19:25
Compare
Choose a tag to compare
  • Allow colleges to have different numbers of slots #31
  • Change row names in vignette #34
  • Remove need for microbenchmark package #35
  • Registration of entry points in compiled code

CRAN version 1.2.1

02 Nov 14:07
Compare
Choose a tag to compare

Fixed bug in galeShapley.checkStability that resulted in UBSAN throwing an error.

CRAN version 1.2

28 Oct 18:08
Compare
Choose a tag to compare
  • 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

15 Sep 13:10
Compare
Choose a tag to compare

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

10 Jun 20:17
Compare
Choose a tag to compare

This is the version of the package that is published on CRAN.