Published August 4, 2023
| Version py-0.18.12
Software
Open
pola-rs/polars: Python Polars 0.18.12
Authors/Creators
- Ritchie Vink
- Stijn de Gooijer1
- Alexander Beedie
- Marco Edward Gorelli2
- J van Zundert
- Gert Hulselmans3
- Cory Grinstead
- Matteo Santamaria4
- Daniël Heres5
- Josh Magarick
- ibENPC
- Marshall6
- Jorge Leitao7
- Moritz Wilksch8
- Marc van Heerden
- Oliver Borchert9
- Colin Jermain
- Jonas Haag9
- Joshua Peek
- Ryan Russell
- Chris Pryer10
- Adrián Gallego Castellanos11
- Jeremy Goh
- illumination-k
- Liam Brannigan
- Max Conradt12
- Søren Havelund Welling13
- Chitral Verma14
- Robert
- 1. @pola-rs
- 2. Quansight
- 3. @aertslab
- 4. University of California, Berkeley
- 5. @coralogix
- 6. The Rockefeller University
- 7. Munin Data ApS
- 8. @QuantCo
- 9. @Quantco
- 10. @twin-labs
- 11. Universidad Carlos III(student)
- 12. Jupiter Intelligence
- 13. Pharmatronics (a one man consultancy)
- 14. @apache
Description
⚠️ Deprecations
- renaming
approx_uniqueasapprox_n_unique(#10290) - Rename first
qcutparameter toquantiles(#10253) - Deprecate
avgalias formean(#10236)
- fix O(n^2) in sorted check during append (#10241)
- Add
str.extract_groups(#10179) - raise
TypeErrorfor all LazyFrame comparison operators (#10275) - support bytecode translation to
map_dictwhere the lookup key is an expression (#10265) - add entry point to the Consortium DataFrame API (#10244)
- Extend
datetimeexpression function with time zone/time unit parameters (#10235) - add "batch_size" to
scan_pyarrow_datasetparameters (#10249)
- clear window cache and run windows on proper runners (#10303)
- fix sorted fast path in streaming groupby wrt nulls (#10289)
- Fix interchange protocol allowing copy even when
allow_copywas set to False (#10262) - fix nan aggregation in groupby (#10287)
- don't panic on cse if function hasn't implemented __eq__ (#10286)
- fix empty streaming parquet file (#10252)
- fix logical columns of streaming multi-column sort (#10250)
- fix date/datetime parsing for short inputs with exact=False (#10231)
- don't panic in wildcard apply (#10240)
- fix cse profile (#10239)
- Update CODEOWNERS (#10261)
- add note about pyarrow partitioning (#10297)
- Do not keep history in
gh-pagesbranch (#10282) - make an explicit note in
read_parquetandscan_parquetabout hive-style partitioning (point toscan_pyarrow_datasetinstead) (#10277) - Fix typo in error message (#10281)
- Replace "question" issues with link to Stack Overflow (#10230)
- Use sphinx'
maximum_signature_line_length(#10228) - add warning about parallel eval of
.then(..)branches (#10229) - Update Sphinx to 7.1.1 and bump related dependencies (#10221)
- Update dependabot config (#10222)
Thank you to all our contributors for making this release possible! @0xbe7a, @MarcoGorelli, @TLouf, @alexander-beedie, @cmdlineluser, @dependabot, @dependabot[bot], @duvenagep, @mcrumiller, @orlp, @reswqa, @ritchie46 and @stinodego
Files
pola-rs/polars-py-0.18.12.zip
Files
(2.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:3450c1c5da19c1c92aecbde3b1bfd549
|
2.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pola-rs/polars/tree/py-0.18.12 (URL)