Releases: pipefunc/pipefunc
Releases · pipefunc/pipefunc
v0.93.1
Sorry, something went wrong.
No results found
What's changed
⬆️ Dependency updates
v0.93.0
Sorry, something went wrong.
No results found
What's changed
- ENH: Store polars DataFrames as Parquet and support pl.LazyFrame inputs @basnijholt (#966)
v0.92.0
Sorry, something went wrong.
No results found
What's changed
⬆️ Dependency updates
v0.91.1
Sorry, something went wrong.
No results found
What's changed
- MAINT: suppress google-crc32c pure-python fallback warning @basnijholt (#942)
v0.91.0
Sorry, something went wrong.
No results found
What's changed
⬆️ Dependency updates
v0.90.3
Sorry, something went wrong.
No results found
What's Changed
Bug Fixes
- Fix false positive in Slurm executor name validation (#912): launch_maps incorrectly rejected a single SlurmExecutor instance shared across multiple pipeline function keys within one runner. The validation now uses instance identity (id()) to distinguish the same object under multiple keys (allowed) from different instances with the same name (violation).
Testing
- Add regression test for SlurmExecutor reuse with extra_scheduler_kwargs across pipeline generations (#935)
Maintenance
- Update ghcr.io/astral-sh/uv Docker tag to v0.10.0 (#931)
- Update release-drafter/release-drafter action to v6.2.0 (#933)
- Update python to v3.14.3 (#934)
- Update release-drafter/release-drafter action to v6.1.1 (#932)
- Update ghcr.io/astral-sh/uv Docker tag to v0.9.24 (#930)
Full Changelog: v0.90.2...v0.90.3
v0.90.2
Sorry, something went wrong.
No results found
What's Changed
- Fix CI failure on Python 3.13/3.14 with numpy 2.4.0+ (#929)
- Catch ValueError in addition to TypeError in _is_np_subdtype()
v0.90.1
Sorry, something went wrong.
No results found
What's changed
- ENH: Add concise __repr__ methods to ErrorSnapshot and PropagatedErrorSnapshot @basnijholt (#927)
v0.90.0
Sorry, something went wrong.
No results found
What's changed
⬆️ Dependency updates
v0.89.0
Sorry, something went wrong.
No results found
What's changed
- DOC: Fix 'Function Chaining Helper' docs typo @basnijholt (#919)
- ENH: Add reuse_validation parameter to pipeline.map() @basnijholt (#920)
- MAINT: Deprecate cleanup parameter in favor of resume parameter @basnijholt (#921)
- BUG: Fix Results.to_dataframe() for scalar outputs with getitem @basnijholt (#925)
⬆️ Dependency updates