Skip to content

4.2.3

Latest

Choose a tag to compare

@diastoff1 diastoff1 released this 10 Jun 18:34
7809e7e

Enhancement

  • Relax toolz requirement: drop both the lower (>=0.12.0) and upper (<1) bounds (now declared simply as toolz). fklearn only relies on stable toolz APIs (curry, compose, pipe, merge, assoc, etc.) that are unchanged across 0.x and 1.x, so the previous cap was unnecessarily restrictive for downstream consumers. The locked version moves from 0.12.1 to 1.1.0.

Internal

  • Refresh uv.lock (uv lock --upgrade) against the new toolz spec; transitive dev / docs / extras dependencies are picked up at their latest compatible versions.

Full changelog: https://github.com/nubank/fklearn/blob/master/CHANGELOG.md