From 5bd6d90b80450161d3e39c8da210707ff1d2b4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Moli=C5=84ski?= Date: Wed, 31 Jan 2024 10:51:50 +0100 Subject: [PATCH] pre-release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b39213..ea8fbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## Version 1.2.2 (2024-01-) +## Version 1.2.2 (2024-01-31) - (bug) `random.sample(sessions)` bug: https://github.com/nokaut/wsknn/issues/64 - (enhancement) check if sessions and items have the same datatypes in both mappings (session-items map and item-sessions map) (https://github.com/nokaut/wsknn/issues/65) -- (enhancement) faster batch processing with ... +- (enhancement) batch prediction with `batch_predict()` function ## Version 1.2.1 (2023-11-27)