Skip to content

Releases: lenskit/lkpy

CLI plugins for testing

28 Feb 02:45
35dbae4

Choose a tag to compare

Pre-release

Quick update to refactor CLI into a plugin-based design so one of the client projects can add new CLI commands.

First release candidate

27 Feb 21:16
d5e54b6

Choose a tag to compare

Pre-release

We're about ready for 2025.1.1! Just need some final compatibility checks in downstreams.

Monopackage, API, docs

22 Feb 00:57
7cb56f1

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v2025.1.1b11...v2025.1.1b12

Much better logging

19 Feb 17:15
19d3c53

Choose a tag to compare

Much better logging Pre-release
Pre-release

This provides better logging output, and fixes a small documentation error.

Data bug + RBP default

18 Feb 19:22

Choose a tag to compare

Pre-release

This changes the RBP default to 0.85, and fixes a data set bug. Also introduces experimental Ray support.

Add negative sampling

11 Feb 06:06

Choose a tag to compare

Add negative sampling Pre-release
Pre-release

This adds negative sampling and COO matrix data to the matrix relationship set.

Fix RMSE bug + temporal split

06 Feb 19:30
e1e4e92

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v2025.1.1b6...v2025.1.1b7

Now with a command line!

06 Feb 16:41
0132499

Choose a tag to compare

Pre-release

This adds an initial LensKit command-line utility and some small quality-of-life bits.

What's Changed

Full Changelog: v2025.1.1b5...v2025.1.1b6

Fix obscure user-KNN bug

06 Feb 23:21
b9fdf76

Choose a tag to compare

Pre-release

This fixes some bugs when the rating data is float64. This is not triggered by usual pathways, but some nonstandard data loading logic may activate it.

What's Changed

  • Test and fix components when input ratings are doubles by @mdekstrand in #630

Full Changelog: v2025.1.1b7...v2025.1.1.b8

Small user-user bug fix

05 Feb 02:12
de1d061

Choose a tag to compare

Pre-release

Fix for a small type error in user-user CF, found by a student.