------------------ * Implemented Mean Reciprocal Rank measure of performance. * Implemented Logistic Loss. * Changed implementation of margin loss to use torch methods.
0.6.0
------------------ * Implemented DistMult
0.5.0
------------------ * Changed implementation of LinkPrediction ranks by moving functions to model methods. * Implemented RESCAL.
0.4.0
------------------ * Fixed a major bug/problem in the Evaluation protocol of LinkPrediction.
0.3.1
------------------ * Minor bug fixes in the various normalization functions.