v0.6.0
0.6.0 is here!
Find all relevant changes in NEWS
What's Changed
- mention r2u by @sorhawell in #122
- NEWS: S3 methods by @vincentarelbundock in #124
- Dev docs by @grantmcdermott in #123
- Typo in README by @vincentarelbundock in #131
to_vector()
andto_data_frame()
by @vincentarelbundock in #132- fix: remove print prefix by @eitsupi in #133
- ci: run pkgdown workflow every commits on main branch by @eitsupi in #134
- credit Ritchie as author by @sorhawell in #126
- chore: Increment version number to 0.5.0.9000 by @eitsupi in #139
[
.DataFrame by @vincentarelbundock in #140- Expand
path
inpl$lazy_csv_reader
by @vincentarelbundock in #142 - feat: add
DataFrame$dtype_strings()
by @eitsupi in #141 - Issue Some methods execute
LazyFrame$collect()
#146 by @vincentarelbundock in #148 - feat: add an internal method
Series$get_fmt
by @eitsupi in #143 - More
DataFrame
translations by @vincentarelbundock in #121 - chore: move some functions to another file by @eitsupi in #152
- hotfix windows 4.3 rtools by @sorhawell in #154
- disable winbuild in release.yaml by @sorhawell in #156
- Do not collect LazyFrame for ncol() by @vincentarelbundock in #157
- feat: add
as.vector.Series
by @eitsupi in #161 - feat:
[.DataFrame
'sdrop
param by @eitsupi in #160 - feat: add
as.charactor.Series
by @eitsupi in #162 - Positional arguments: pl$col("a", "b", "c") by @vincentarelbundock in #164
- Update check + release platforms by @sorhawell in #168
- Negative integers in df[] by @vincentarelbundock in #166
- WIP: try styler.equals on files by @sorhawell in #169
- Update renv + change roxygen2 and nanoarrow by @sorhawell in #167
- docs: Switch website from pkgdown to mkdocs-material with altdoc by @etiennebacher in #138
- README cleanup and simplification by @vincentarelbundock in #163
- Series$mean median std var by @vincentarelbundock in #170
- chore: rename the crate and lib to r-polars by @eitsupi in #178
- pl$head, pl$mean, pl$median by @vincentarelbundock in #179
- dev: add Makefile to run some tasks by @eitsupi in #177
- feat: add knit_print method for DataFrame (experimental) by @eitsupi in #125
- Misc improvements in docs by @etiennebacher in #175
- feat: dimnames for DataFrame by @eitsupi in #147
- Add footnotes handling in docs by @etiennebacher in #184
- Documentation tweaks by @vincentarelbundock in #186
- Series aggregation function return R scalar value by @sorhawell in #181
- docs: regen some Rd files by released version of roxygen2 by @eitsupi in #190
- feat!: update built-in Rust Polars to 2023-04-20 by @eitsupi in #183
- Clean description and docs CI by @etiennebacher in #192
- LazyFrame_join_asof + DataFrame_join_asof by @sorhawell in #172
- bump polars to 0.6.0 by @sorhawell in #194
Full Changelog: v0.5.0...v0.6.0