From f9d317e7be4072466ae9b0814542ddba4acb11c2 Mon Sep 17 00:00:00 2001 From: Aki Ariga Date: Tue, 10 Dec 2024 14:53:15 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfecfdbe..6d618a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support `fit_partial()` for LightFM ([#223](https://github.com/MobileTeleSystems/RecTools/pull/223)) - LightFM Python 3.12+ support ([#224](https://github.com/MobileTeleSystems/RecTools/pull/224)) +### Fixed +- Fix Implicit ALS matrix zero assignment size ([#228](https://github.com/MobileTeleSystems/RecTools/pull/228)) + ### Removed - Python 3.8 support ([#222](https://github.com/MobileTeleSystems/RecTools/pull/222))