Librecommender

Latest version: v1.5.1

Safety actively analyzes 723973 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.2.0

๐Ÿš€ Features
+ Add embedding normalization option (278).
+ Add `GAUC` and `Coverage` metrics (280).
+ Add TwoTower algorithm (285, 287, 289).
+ Support dynamic embedding generation (293, 295).
+ Support serving with dynamic feature and sequence, see [doc](https://librecommender.readthedocs.io/en/latest/serving_guide/online.html) (#303).

๐Ÿ› Bug Fixes
+ Fix variable sharing in TensorFlow1 (286).
+ Fix feature saving issue (296).
+ Fix masking issue in sequence construction (310).

๐Ÿ“š Documentation
+ Add online computing serving documentation (308).

**Full Changelog**: https://github.com/massquantity/LibRecommender/compare/v1.1.1...v1.2.0

1.1.1

๐Ÿ› Bug Fixes
+ Fix `YouTubeRetrieval` sequence recommend (271).

๐Ÿงป Miscellaneous
+ Add Python 3.11 support (272).

**Full Changelog**: https://github.com/massquantity/LibRecommender/compare/v1.1.0...v1.1.1

1.1.0

๐Ÿ’ฅ Breaking Changes
+ Explicit negative sampling(`build_negative_samples`) has been deprecated. It will be removed in the future (263).
+ Negative sampling is controlled by the `neg_sampling` parameter (254). See [Negative sampling](https://librecommender.readthedocs.io/en/latest/user_guide/data_processing.html#negative-sampling).
+ [merge_trainset](https://librecommender.readthedocs.io/en/latest/api/data/dataset.html#libreco.data.dataset.DatasetFeat.merge_trainset) will return a new `data_info` (250).

๐Ÿš€ Features
+ Add dynamic sequence recommendation (257).
+ Add more sampling strategies (239).
+ Multiprocess data loading (237).

๐Ÿ› Bug Fixes
+ Fix dense layer activation order (249).

๐Ÿ“š Documentation
+ Add Colab notebook (230).

๐Ÿงป Miscellaneous
+ Add Windows & macOs CI (246).

**Full Changelog**: https://github.com/massquantity/LibRecommender/compare/v1.0.1...v1.1.0

1.0.1

๐Ÿ› Bug Fixes
* Fix PyTorch device issue (222).

**Full Changelog**: https://github.com/massquantity/LibRecommender/compare/v1.0.0...v1.0.1

1.0.0

๐Ÿ’ฅ Breaking Changes
+ The parameter type of `hidden_units` and `device` has been changed (205).
+ Data construction in model retrain use new functions (212).

๐Ÿ› Bug Fixes
+ Fix incompatible batch_normalization and initializer layer from TensorFlow2 (206).

๐Ÿ“š Documentation
+ Add formal [documentation](https://librecommender.readthedocs.io/en/stable/) (#208).
+ Add docstrings (207).

๐Ÿงป Miscellaneous
+ Use [`pyproject.toml`](https://github.com/massquantity/LibRecommender/blob/master/pyproject.toml) for building project according to [PEP 621](https://peps.python.org/pep-0621/), which is also officially recommended in [PyPA](https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#declaring-project-metadata), [pip](https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/) and [Setuptools](https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html) (#209).
+ Since currently Python3.6 can't be fully built from `pyproject.toml` in Setuptools, we read related metadata from `pyproject.toml` into `setup.py` (210).

**Full Changelog**: https://github.com/massquantity/LibRecommender/compare/v0.12.6...v1.0.0

0.12.6

๐Ÿ› Bug Fixes
+ Fix sequence data sampling bug (195)

๐Ÿ“š Documentation
+ Add some caveats on duplicate samples in data, see [User Guide](https://github.com/massquantity/LibRecommender/blob/master/doc/user_guide.md#data-format) (196)

**Full Changelog**: https://github.com/massquantity/LibRecommender/compare/v0.12.4...v0.12.6

Page 2 of 5

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.