Skip to content

Commit 1b2b956

Browse files
committed
document name limits
1 parent 480e5a2 commit 1b2b956

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/releases/2026.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Breaking Changes
2828
The pipeline builder will issue a warning if a component implements
2929
:meth:`~lenskit.training.Trainable.train` but not
3030
: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.
3133
- Pipeline configurations serialized with previous versions **cannot** be
3234
re-loaded in LensKit 2026, due to moves of module paths. Import path
3335
canonicalization (:issue:`948`) reduces the risk of such breakage in future

0 commit comments

Comments
 (0)