Skip to content

Pull requests: pola-rs/polars

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

feat!: change default of offset in group_by_dynamic from "negative every" to "zero" breaking Change that breaks backwards compatibility do not merge This pull requests should not be merged right now enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16658 opened Jun 1, 2024 by MarcoGorelli Draft
feat!: enforce deprecation of offset arg in truncate and round breaking Change that breaks backwards compatibility do not merge This pull requests should not be merged right now enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16655 opened Jun 1, 2024 by MarcoGorelli Loading… 1.0.0
chore(python): bump hypothesis from 6.100.4 to 6.103.0 in /py-polars internal An internal refactor or improvement python Related to Python Polars skip changelog Do not include in changelog
#16649 opened Jun 1, 2024 by dependabot bot Loading…
chore(python): bump pydata-sphinx-theme from 0.14.1 to 0.15.3 in /py-polars internal An internal refactor or improvement python Related to Python Polars skip changelog Do not include in changelog
#16648 opened Jun 1, 2024 by dependabot bot Loading…
chore(python): bump sphinx-design from 0.5.0 to 0.6.0 in /py-polars internal An internal refactor or improvement python Related to Python Polars skip changelog Do not include in changelog
#16647 opened Jun 1, 2024 by dependabot bot Loading…
build(rust): bump aws-sdk-s3 from 1.31.0 to 1.32.0 build Changes that affect the build system or external dependencies rust Related to Rust Polars skip changelog Do not include in changelog
#16645 opened Jun 1, 2024 by dependabot bot Loading…
build(rust): bump tokio from 1.37.0 to 1.38.0 build Changes that affect the build system or external dependencies rust Related to Rust Polars skip changelog Do not include in changelog
#16644 opened Jun 1, 2024 by dependabot bot Loading…
build(rust): bump brotli from 5.0.0 to 6.0.0 build Changes that affect the build system or external dependencies rust Related to Rust Polars skip changelog Do not include in changelog
#16643 opened Jun 1, 2024 by dependabot bot Loading…
feat: Dedicated SQLInterface and SQLSyntax errors A-sql Area: Polars SQL functionality breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16635 opened May 31, 2024 by alexander-beedie Loading…
feat(python,rust): add many more auto inferable datetime formats enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16634 opened May 31, 2024 by JulianCologne Loading…
feat(rust): start using metadata in compute enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
#16631 opened May 31, 2024 by coastalwhite Draft
Draft: Add batch collection with streaming
#16619 opened May 31, 2024 by bchalk101 Loading…
feat!: Add check_names parameter to Series.equals and default to False breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16610 opened May 30, 2024 by stinodego Loading…
docs(python): Add example for index count in DataFrame.rolling documentation Improvements or additions to documentation python Related to Python Polars
#16600 opened May 30, 2024 by marenwestermann Loading…
feat!: Remove deprecated top_k parameters, update behavior with regard to nulls breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16599 opened May 30, 2024 by stinodego Draft
feat(python)!: Constrain access to globals from df.sql in favour of top-level pl.sql A-sql Area: Polars SQL functionality breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars
#16598 opened May 30, 2024 by alexander-beedie Loading… 1.0.0
feat(python, rust): implement unique counts for boolean datatype enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16588 opened May 29, 2024 by henrikig Loading…
refactor(rust): use binary try_{add, mul, ...} ops in borrowed dispatch internal An internal refactor or improvement rust Related to Rust Polars
#16580 opened May 29, 2024 by coastalwhite Draft
feat(rust,py): add additional control to write_parquet::statistics parameter enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
#16575 opened May 29, 2024 by coastalwhite Loading…
docs: Mention make and cmake for Windows documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#16572 opened May 29, 2024 by KDruzhkin Loading…
chore(python): Add polars.pyd to .gitignore internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#16571 opened May 29, 2024 by KDruzhkin Loading…
chore(python): Fix mypy errors on Windows internal An internal refactor or improvement python Related to Python Polars
#16570 opened May 29, 2024 by KDruzhkin Loading…
feat(python)!: Remove serde functionality from pl.read_json and DataFrame.write_json breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars
#16550 opened May 28, 2024 by stinodego Loading…
feat(python)!: Remove default class variable values on DataTypes breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars
#16524 opened May 27, 2024 by stinodego Loading… 1.0.0
feat(python)!: Update function signature of nth to allow positional input of indices, remove columns parameter breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars
#16510 opened May 26, 2024 by stinodego Loading…
ProTip! Filter pull requests by the default branch with base:main.