diff --git a/AUTHORS.md b/AUTHORS.md index 54664fe0c..1816f73e2 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -74,6 +74,8 @@ To contributors: please add your name to the list when you submit a patch to the * SAR PySpark improvement * **[Daniel Schneider](https://github.com/danielsc)** * FastAI notebook +* **[David Davó](https://github.com/daviddavo)** + * Added R-Precision metric * **[Evgenia Chroni](https://github.com/EvgeniaChroni)** * Multinomial VAE algorithm * Standard VAE algorithm diff --git a/README.md b/README.md index 35f526d1a..8b0a3015d 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,22 @@ Copyright (c) Recommenders contributors. Licensed under the MIT License. --> + -# Recommenders [![Documentation status](https://github.com/recommenders-team/recommenders/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/recommenders-team/recommenders/actions/workflows/pages/pages-build-deployment) +[![License](https://img.shields.io/github/license/recommenders-team/recommenders.svg)](https://github.com/recommenders-team/recommenders/blob/main/LICENSE) +[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![PyPI Version](https://img.shields.io/pypi/v/recommenders.svg?logo=pypi&logoColor=white)](https://pypi.org/project/recommenders) +[![Python Versions](https://img.shields.io/pypi/pyversions/recommenders.svg?logo=python&logoColor=white)](https://pypi.org/project/recommenders) - +[](https://join.slack.com/t/lfaifoundation/shared_invite/zt-2iyl7zyya-g5rOO5K518CBoevyi28W6w) + +
## What's New (May, 2024) -We have a new release [Recommenders 1.2.0](https://github.com/microsoft/recommenders/releases/tag/1.2.0)! +We have a new release [Recommenders 1.2.0](https://github.com/recommenders-team/recommenders/releases/tag/1.2.0)! So many changes since our last release. We have full tests on Python 3.8 to 3.11 (around 1800 tests), upgraded performance in many algorithms, reviewed notebooks, and many more improvements.