Skip to content

v0.21.4

Latest

Choose a tag to compare

@OnlyDeniko OnlyDeniko released this 02 Mar 14:52
· 22 commits to main since this release

RePlay 0.21.4 Release notes

Release date: 2026-03-02 · Version: 0.21.4 · Type: Patch

  • Bug fixes

Bug fixes

  • Fixed the SequenceEncodingRule transform method on PySpark. Previously, if there were empty arrays, they were dropped from the dataframe, now they remain empty after the encoding.
  • The behavior of ComputeMetricsCallback in case of limitation of the number of batches through the lightning.Trainer has been fixed. Previously, the metrics were not logged into the trainer and, accordingly, were not printed.