Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc[rust]: update to latest api changes #4522

Merged
merged 20 commits into from
Aug 22, 2022

Conversation

isaacthefallenapple
Copy link
Contributor

Updates all not ignored doc tests so they reflect the current APIs and actually pass when run with cargo test --all-features --doc. Should close #4521.

@github-actions github-actions bot added the rust Related to Rust Polars label Aug 21, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #4522 (148ac32) into master (7c8e59d) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4522      +/-   ##
==========================================
+ Coverage   79.48%   79.50%   +0.02%     
==========================================
  Files         493      493              
  Lines       77854    77854              
==========================================
+ Hits        61880    61899      +19     
+ Misses      15974    15955      -19     
Impacted Files Coverage Δ
...polars-core/src/chunked_array/iterator/par/list.rs 95.23% <0.00%> (-4.77%) ⬇️
...s/polars-core/src/series/implementations/floats.rs 70.55% <0.00%> (-0.93%) ⬇️
polars/polars-core/src/fmt.rs 72.89% <0.00%> (-0.92%) ⬇️
...ars/polars-core/src/chunked_array/ops/any_value.rs 77.39% <0.00%> (-0.87%) ⬇️
polars/polars-core/src/chunked_array/cast.rs 85.41% <0.00%> (-0.70%) ⬇️
polars/polars-core/src/series/mod.rs 64.05% <0.00%> (-0.32%) ⬇️
polars/polars-core/src/datatypes/mod.rs 71.69% <0.00%> (-0.19%) ⬇️
polars/polars-core/src/frame/asof_join/groups.rs 95.39% <0.00%> (-0.18%) ⬇️
polars/polars-io/src/csv/parser.rs 86.94% <0.00%> (+0.24%) ⬆️
polars/polars-lazy/src/logical_plan/aexpr.rs 84.21% <0.00%> (+0.52%) ⬆️
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@isaacthefallenapple isaacthefallenapple changed the title Update tests Update doc tests Aug 21, 2022
@ritchie46 ritchie46 changed the title Update doc tests doc[rust]: update to latest api changes Aug 22, 2022
@ritchie46 ritchie46 merged commit a38b0a0 into pola-rs:master Aug 22, 2022
@isaacthefallenapple isaacthefallenapple deleted the update-tests branch August 22, 2022 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong comparison method names in documentation
3 participants