Skip to content

Commit

Permalink
python polars 0.13.19 (#3087)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Apr 7, 2022
1 parent bbb8703 commit 198e88f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/deploy_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maturin publish \
--username ritchie46

# now compile polars with bigidx feature
sed -i 's/name = "polars"/name = "polars-64"/' pyproject.toml
sed -i 's/name = "polars"/name = "polars-u64-idx"/' pyproject.toml
# a brittle hack to insert the 'bigidx' feature
sed '/s/"dynamic_groupby",/"dynamic_groupby",\n"bigidx",/' Cargo.toml

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ See [this example](./examples/python_rust_compiled_function).
# Going big...
Do you expect more than `32^2` ~4,2 billion rows? Compile polars with the `bigidx` feature flag.

Or for python users install `$ pip install -U polars-64`.
Or for python users install `$ pip install -U polars-u64-idx`.

Don't use this unless you hit the row boundary as the default polars is faster and consumes less memory.

Expand Down
2 changes: 1 addition & 1 deletion py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py-polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-polars"
version = "0.13.18"
version = "0.13.19"
authors = ["ritchie46 <ritchie46@gmail.com>"]
documentation = "https://pola-rs.github.io/polars/py-polars/html/reference/index.html"
edition = "2021"
Expand Down

0 comments on commit 198e88f

Please sign in to comment.