We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480e5a2 commit 1b2b956Copy full SHA for 1b2b956
docs/releases/2026.rst
@@ -28,6 +28,8 @@ Breaking Changes
28
The pipeline builder will issue a warning if a component implements
29
:meth:`~lenskit.training.Trainable.train` but not
30
:meth:`~lenskit.training.Trainable.is_trained`.
31
+- Pipeline components and inputs now have restrictions on their names, and cannot
32
+ have names beginning with ``_``. See :ref:`pipeline-names` for details.
33
- Pipeline configurations serialized with previous versions **cannot** be
34
re-loaded in LensKit 2026, due to moves of module paths. Import path
35
canonicalization (:issue:`948`) reduces the risk of such breakage in future
0 commit comments