From a04a1a87fee0093f421051fd8d90f144d00fcda7 Mon Sep 17 00:00:00 2001 From: "Mohamed A. Zahran" Date: Tue, 26 Apr 2022 13:46:00 -0700 Subject: [PATCH 1/2] Update changelog.md Update docs with the new version changes --- docs/source/misc/changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/misc/changelog.md b/docs/source/misc/changelog.md index 0e8f91ac..5e5ea408 100644 --- a/docs/source/misc/changelog.md +++ b/docs/source/misc/changelog.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.12] - 2022-04-26 + +### Changed + +- Fixing NDCG calcuation. +- Pypassing bad queries during model training. + ## [0.1.11] - 2021-01-18 ### Changed @@ -93,4 +100,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Removed build requirements from the base ml4ir `requirements.txt` allowing us to keep the published whl file dependencies to be minimal. \ No newline at end of file +- Removed build requirements from the base ml4ir `requirements.txt` allowing us to keep the published whl file dependencies to be minimal. From 5761845bc8507dccd8071b90233f4c135bd1db85 Mon Sep 17 00:00:00 2001 From: "Mohamed A. Zahran" Date: Tue, 26 Apr 2022 14:15:40 -0700 Subject: [PATCH 2/2] Update changelog.md --- docs/source/misc/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/misc/changelog.md b/docs/source/misc/changelog.md index 5e5ea408..689e7b29 100644 --- a/docs/source/misc/changelog.md +++ b/docs/source/misc/changelog.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Fixing NDCG calcuation. -- Pypassing bad queries during model training. +- Bypassing bad queries during model training. ## [0.1.11] - 2021-01-18