RePlay 0.21.4 Release notes
Release date: 2026-03-02 · Version: 0.21.4 · Type: Patch
- Bug fixes
Bug fixes
- Fixed the
SequenceEncodingRuletransform method onPySpark. Previously, if there were empty arrays, they were dropped from the dataframe, now they remain empty after the encoding. - The behavior of
ComputeMetricsCallbackin case of limitation of the number of batches through thelightning.Trainerhas been fixed. Previously, the metrics were not logged into the trainer and, accordingly, were not printed.