Published September 29, 2023
| Version py-0.19.6
Software
Open
pola-rs/polars: Python Polars 0.19.5
Authors/Creators
- Ritchie Vink
- Stijn de Gooijer1
- Alexander Beedie
- Marco Edward Gorelli2
- J van Zundert
- Gert Hulselmans3
- universalmind303
- Weijie Guo4
- Orson Peters
- Matteo Santamaria5
- Marshall6
- Daniël Heres7
- Josh Magarick
- ibENPC
- Jorge Leitao8
- Jonas Haag9
- Moritz Wilksch10
- Marc van Heerden
- Oliver Borchert9
- Colin Jermain
- Joshua Peek
- Ryan Russell
- Chris Pryer11
- Adrián Gallego Castellanos12
- Jeremy Goh
- chielP
- illumination-k
- Jakob Keller13
- 1. @pola-rs
- 2. Quansight
- 3. @aertslab
- 4. @alibaba
- 5. University of California, Berkeley
- 6. The Rockefeller University
- 7. @coralogix
- 8. Munin Data ApS
- 9. @Quantco
- 10. @QuantCo
- 11. @twin-labs
- 12. Universidad Carlos III(student)
- 13. @Ponte-Energy-Partners
Description
🚀 Performance improvements
- don't load N metadata files when globbing N files (#11422)
- remove double memcopy (#11365)
- adress perf regression (#11354)
- support use of SQLAlchemy "selectable" query objects with
pl.read_database(#11383) - support 'abfss' for azure (#11413)
- multi-threaded async runtime (#11411)
- async parquet. (#11403)
- fail fast when invalid cloud settings; introduce retries arg (#11380)
- modernize CPU features (#11351)
- raise on invalid sort_by group lengths (#11423)
- fix outer join on bools (#11417)
- fix categorical collect (#11414)
- fix opaque python reader schema (#11412)
- async parquet. (#11403)
- Fix edge-case where the Array dtype could (internally) be considered numeric (#11398)
- handle ambiguous datetimes in pl.lit (#11386)
- fix panic in hive read of booleans (#11376)
- revert invalid runtime check (#11363)
- more cloud urls (#11361)
- ensure cloud globbing can deal with spaces (#11360)
- recognize more cloud urls (#11357)
- Split Python release into build / release jobs (#11421)
- Refactor Python release workflow (#11382)
- clarify use of "batch_size" for
read_database(#11377) - large windows runner for release (#11370)
- Disable version warning banner for now (#11359)
- Fix error message reference to
infer_schema_length(#11358) - improve parametric tests for group_by_rolling by skipping overflowing cases (#11286)
- Mark some tests as slow (#11350)
Thank you to all our contributors for making this release possible! @MarcoGorelli, @alexander-beedie, @bowlofeggs, @c-peters, @jonashaag, @orlp, @ritchie46 and @stinodego
Files
pola-rs/polars-py-0.19.6.zip
Files
(3.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:946865506e55dacd50239dfb27593cc4
|
3.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pola-rs/polars/tree/py-0.19.6 (URL)