First 2026 release #1085
mdekstrand
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm pleased to announce the first 2026 release, 2026.1.0! This mostly follows in the changes of the 2025 release series, with a few cleanups of old or deprecated APIs and an improvement to the training interface.
Users implementing their own components should pay attention to the
Trainablechanges, although components implementingUsesTrainerare unchanged. The oldIterativeTraininginterface is gone in favor ofUsesTrainer.The metric interfaces are also simplified; this will mostly affect users implementing their own metrics. The metric aggregation support is overhauled, which will affect all users;
RunAnalysisstill exists, but is deprecated, in favor ofMeasurementCollector.See the release notes and documentation for full details: https://lenskit.github.io/lenskit-docs/stable/releases/2026.html
As always, feedback is very welcome in the form of discussions, bug reports, pull requests, or even e-mails.
This discussion was created from the release First 2026 release.
All reactions