-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Compatibility with Polars V1 (#233)
* Make regex strings raw strings * Remove True from string cache call * Utilise non-strict dataframe init to make tests more meaningful * Use non-strict in dataframe init also * Names in group_by iteration now returns a tuple * Update named gropuby keys, non-strict inits * partition_by now also returns tuple as keys * Add basic sanity test for model_summary (it failed) * suffix is now in `name` namespace * Remove assert * Add pandoc version check, so we get a warning when not installed * Add testbook as explicit test optional dependency * Set min polars version to 1 * bump version * Remove True from string cache call * Utilise non-strict dataframe init to make tests more meaningful * Use non-strict in dataframe init also * Names in group_by iteration now returns a tuple * Update named gropuby keys, non-strict inits * partition_by now also returns tuple as keys * Add basic sanity test for model_summary (it failed) * suffix is now in `name` namespace * Remove assert * Add pandoc version check, so we get a warning when not installed * Add testbook as explicit test optional dependency * Set min polars version to 1 * expr.cut update * add version info to logs and fix quarto process * Revert "add version info to logs and fix quarto process" This reverts commit 2c153db. * update polars to 1.7 * Bump polars version * Drop support for python 3.8 * Run tests on python 3.13 * allow rc for 3.13 * try drop patch version * Dropping 3.13 again as it's clearly not supported in GH actions yet. Will create separate PR * Bump version for minor release * Bump version for minor release --------- Co-authored-by: Uyanik, Yusuf <[email protected]>
- Loading branch information
1 parent
6677ddf
commit 7c91518
Showing
18 changed files
with
776 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.