v0.7.0
What's Changed
- Revert commits pushed to the main branch by accident by @eitsupi in #237
- Add arg
maintain_order
tounique()
by @etiennebacher in #238 - Add
rename()
for DataFrame and LazyFrame by @etiennebacher in #239 - Add
pl$LazyFrame()
by @etiennebacher in #245 - fix release pipeline misses devtools by @sorhawell in #246
- Refactor error handling of the repository by @Sicheng-Pan in #233
- disable docs deployment if not DEPLOY_DOCS key is present in github SECRETS by @sorhawell in #248
- Implement LazyFrame$schema by @Sicheng-Pan in #250
- Add a reference page for docs by @etiennebacher in #223
- docs: change reference_home to Rmd by @eitsupi in #264
- Accept lists in
select()
by @etiennebacher in #265 - feat!: add
simd
feature and removepolars/simd
from the default feature by @eitsupi in #262 - point to rpolars/extendr branch pr473_553_555_566 by @sorhawell in #252
- trait specialization replace with two plain funcs by @sorhawell in #278
- feat: add
polars_info
function by @eitsupi in #271 - ci: add MSRV check workflow (should support Rust 1.66 now) by @eitsupi in #279
- impl glimpse by @sorhawell in #277
- test extendr rprintln supports
%
-char by @sorhawell in #284 - fix:
polars_info()
shows features correctly by @eitsupi in #285 - ci: R CMD check without
simd
feature with release virsion of Rust by @eitsupi in #274 - Accept vector of colnames in
$over()
by @etiennebacher in #287 - fix: support Rust 1.65 by @sorhawell in #280
- Replace
reverse
bydescending
in sorting functions by @etiennebacher in #291 - fix(installation): set
CARGO_HOME
to a temp dir if notNOT_CRAN=true
by @eitsupi in #292 - fix: reverse -> descending by @eitsupi in #293
- DataFrame.describe + auto-convert String-Err to RPolarsErr by @sorhawell in #268
- docs(NEWS): polish NEWS by @eitsupi in #296
- chore(docs): updates for R check notes by @eitsupi in #295
- docs(README): update installation options by @eitsupi in #294
- Fix news indentation by @etiennebacher in #298
- Add pivot examples to vignette by @grantmcdermott in #299
- feat!: bump rust-polars to 0.30.0 by @eitsupi in #289
- Use
altdoc
dev version by @etiennebacher in #303 - docs: fix some misspelling by @eitsupi in #304
- Rename functions to read CSV by @etiennebacher in #305
- docs: add LICENSE.note about Rust dependencies by @eitsupi in #309
- Enable
how = "cross"
in$join()
by @etiennebacher in #310 - Square bracket for LazyFrame by @vincentarelbundock in #301
- fix: use libR-sys 0.4.0 by @eitsupi in #317
- chore: cargo update by @eitsupi in #318
- Implement
with_row_count
forDataFrame
andLazyFrame
by @Sicheng-Pan in #329 - Revert "Implement
with_row_count
forDataFrame
andLazyFrame
" by @eitsupi in #330 - release: Release 0.7.0 by @eitsupi in #308
Full Changelog: v0.6.1...v0.7.0