=========
CHANGELOG
=========

-------------------------------------------------------------------------------
August 1, 2023 1.3.4
-------------------------------------------------------------------------------

- Added False Omission Rate Difference to Binary Fairness Metrics.

-------------------------------------------------------------------------------
April 21, 2023 1.3.3
-------------------------------------------------------------------------------

- Fixed Pandas deprecated function.

-------------------------------------------------------------------------------
Feb 09, 2022 1.3.2
-------------------------------------------------------------------------------

- Added Intra-List Diversity to recommender metrics.

-------------------------------------------------------------------------------
Jan 07, 2022 1.3.1
-------------------------------------------------------------------------------

- Added Inter-List Diversity to recommender metrics.

-------------------------------------------------------------------------------
July 29, 2021 1.3.0
-------------------------------------------------------------------------------

- Added Inverse Propensity Scoring (IPS) and Doubly Robust Estimation (DR) CTR estimation methods.

-------------------------------------------------------------------------------
July 12, 2021 1.2.2
-------------------------------------------------------------------------------

- Fixed bug with Area under the Curve (AUC) metric when only one class exists.

-------------------------------------------------------------------------------
June 23, 2021 1.2.1
-------------------------------------------------------------------------------

- Fixed documentation links

-------------------------------------------------------------------------------
April 16, 2021 1.2.0
-------------------------------------------------------------------------------

- Fixed deprecation warning of numpy 1.20 dtype

-------------------------------------------------------------------------------
April 13, 2021 1.1.0
-------------------------------------------------------------------------------

- Added Area under the Curve (AUC) metric to Recommenders.
- Dropped installation using wheel

-------------------------------------------------------------------------------
February 1, 2021 1.0.0
-------------------------------------------------------------------------------

- Initial public release.

-------------------------------------------------------------------------------
December 1, 2020
-------------------------------------------------------------------------------

- Development starts.