Published April 28, 2024
| Version py-0.20.23
Software
Open
pola-rs/polars: Python Polars 0.20.23
Authors/Creators
- Ritchie Vink
- Stijn de Gooijer1
- Alexander Beedie
- Marco Edward Gorelli2
- Weijie Guo3
- J van Zundert
- Gert Hulselmans4
- Orson Peters
- universalmind303
- Marshall
- chielP
- nameexhaustion
- Matteo Santamaria5
- DaniΓ«l Heres6
- Josh Magarick
- ibENPC
- Moritz Wilksch7
- Jorge Leitao8
- Mick van Gelderen
- Petros Barbagiannis
- Itamar Turner-Trauring
- Jonas Haag9
- Karl Genockey
- Liam Brannigan
- Marc van Heerden
- Oliver Borchert10
- Ion Koutsouris11
- Colin Jermain
- Joshua Peek
- 1. @pola-rs
- 2. Quansight
- 3. @alibaba
- 4. @aertslab
- 5. University of California, Berkeley
- 6. @coralogix
- 7. @QuantCo
- 8. Munin Data ApS
- 9. forml.eu
- 10. @Quantco
- 11. ASML
Description
π Performance improvements
- Don't rechunk in parallel collection (#15907)
- Improve non-trivial list aggregations (#15888)
- Ensure we hit specialized gather for binary/strings (#15886)
- Limit the cache size for
to_datetime(#15826) - skip initial null items and don't recompute
slopeininterpolate(#15819)
β¨ Enhancements
- don't require pyarrow for converting pandas to Polars if all columns have simple numpy-backed datatypes (#15933)
- Add option to disable globbing in csv (#15930)
- Add option to disable globbing in parquet (#15928)
- Expressify
dt.round(#15861) - Improve error messages in context stack (#15881)
- Add dynamic literals to ensure schema correctness (#15832)
- Add a low-friction
sqlmethod for DataFrame and LazyFrame (#15783) - add timestamp time travel in delta scan/read (#15813)
π Bug fixes
- Set default limit for String column display to 30 and fix edge cases (#15934)
- Change recognition of numba ufunc (#15916)
- series.search_sorted could support more types of input (#15940)
- Remove ffspec from parquet reader (#15927)
- avoid WRITE+EXEC for CPUID check (#15912)
- fix inconsistent decimal formatting (#15457)
- Preserve NULLs for
is_not_nan(#15889) - double projection check should only take the upstream projections into account (#15901)
- Ensure we don't create invalid frames when combining unit lit + β¦ (#15903)
- Clear cached rename schema (#15902)
- Fix OOB in struct lit/agg aggregation (#15891)
- Refine interaction of "schema_overrides" with
read_excelwhen using "calamine" engine (#15827) - Don't modify user-supplied
storage_optionsdict (take a shallow-copy) (#15859) - create (q)cut labels in fixed order (#15843)
- Tag
shrink_dtypeas non-streaming (#15828)
π Documentation
- improve graphviz install documentation/error message (#15791)
- Extend docstring examples for asof_join (#15810)
π¦ Build system
- Don't import jemalloc (#15942)
- Use default allocator for lts-cpu (#15941)
- replace all macos-latest referrals with macos-13 (#15926)
- pin mimalloc and macos-13 (#15925)
- use jemalloc in lts-cpu (#15913)
- Update Cargo.lock (#15865)
- Bump
ruffversion and improvemake cleanon the Python side (#15858) - Exclude
rust-toolchain.tomlfrom wheels (#15840)
π οΈ Other improvements
- Replace copy/paste import handling with
import_optionalutility function (#15906) - Reorganize from_iter and dispatch to collect_ca when possible (#15904)
- More PyO3 0.21 bound APIs (#15872)
- Improve type-coercion (#15879)
- Move type coercion to IR conversion phase (#15868)
- Fix Python test coverage upload (#15853)
- More upgrades to PyO3 0.21 Bound<> APIs (#15790)
- Use uv for installing Python dependencies in CI (#15848)
- Update benchmark tests (#15825)
Thank you to all our contributors for making this release possible! @JulianCologne, @MarcoGorelli, @NedJWestern, @NexVeridian, @alexander-beedie, @deanm0000, @dependabot, @dependabot[bot], @ion-elgreco, @itamarst, @jr200, @nameexhaustion, @orlp, @reswqa, @ritchie46 and @stinodego
Files
pola-rs/polars-py-0.20.23.zip
Files
(4.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e94545658cce54022dd746e99e439022
|
4.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/pola-rs/polars/tree/py-0.20.23 (URL)