Fixed - Fixed missing metric labels for `dcg` and `dcg_burges` in `report.py`.
0.3.13
Added - Added `dcg` and `dcg_burges` among the available metrics.
0.3.12
Fixed - Fixed missing dependency `seaborn`.
0.3.10
Fixed - Fixed a bug affecting the download of ranxhub runs with special symbols in their ids, such as `+`.
0.3.9
Changed - Changed `save` in `ranxhub.py` to automatically save average metric scores.
Fixed - Fixed a bug affecting `make_comparable` in `run.py`: runs were not sorted after this operation, resulting in wrong metrics computation afterwards.
0.3.8
Added - It is now possible to plot Interpolated Precision-Recall Curve. Click [here](https://colab.research.google.com/github/AmenRa/ranx/blob/master/notebooks/7_plot.ipynb) for further details.