Skip to content

Tags: pola-rs/r-polars

Tags

v1.12.0

Toggle v1.12.0's commit message
chore: Increment version number to 1.12.0

lib-v1.12.0-rc.1

Toggle lib-v1.12.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci(release-lib): avoid installing wrong binary from p3m (#1794)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

v1.11.0

Toggle v1.11.0's commit message
chore: Increment version number to 1.11.0

lib-v1.11.0-rc.1

Toggle lib-v1.11.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci(release-lib): reduce ARM Linux build memory pressure in release-lib (

#1783)

## Summary
- limit Rust build parallelism on ARM Linux targets (`aarch64-unknown-linux-*`)
- override `dist-release` LTO to `thin` only for ARM Linux in CI
- keep scope limited to `.github/workflows/release-lib.yml`

## Why
- mitigate hosted runner instability (`runner lost communication`) during ARM library builds
- reduce peak memory pressure during Rust build/link steps while keeping release optimizations

## Notes
- targets affected: `aarch64-unknown-linux-gnu`, `aarch64-unknown-linux-musl`
- changes are CI-only and platform-scoped

v1.10.0

Toggle v1.10.0's commit message
docs(news): fix python polars version [skip ci]

lib-v1.10.0-rc.2

Toggle lib-v1.10.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump lib version (#1758)

v1.9.0

Toggle v1.9.0's commit message
docs(news): polish

lib-v1.9.0-rc.1

Toggle lib-v1.9.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add support for compressed output in `write/sink_csv()` (#1735)

v1.8.0

Toggle v1.8.0's commit message
chore: Increment version number to 1.8.0

lib-v1.7.1-rc.1

Toggle lib-v1.7.1-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Mention that partitioning functions also work with `write_*()` (#…

…1718)