-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: upgrade polars * Fix precision differences * Changes in the argmin series function * Product and correlation are now different * More fixes to argmin * Fix Polars behaviour after upgrading to v0.33 Some optimizations in the expressions were breaking the "mutate". This is may be a partial solution, as it may be a bug in Polars. See: pola-rs/polars#11787 Also, fix a small problem with a malformed CSV that contained more columns that its schema/header. * Fix CSV in the tests * Update "object_store" and "tokio" in the Rust project The idea is to use the same versions that Polars is using. This may help to reduce the size of the binary and compilation time.
- Loading branch information
Showing
14 changed files
with
348 additions
and
331 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
Oops, something went wrong.