nodejs-polars-v0.12.3
universalmind303
released this
12 Jun 19:02
·
48 commits
to main
since this release
What's Changed
- update polars dependency by @universalmind303 in #2
- add more options for "scanJson" function by @universalmind303 in #3
- docs: add example for dataframe melt function by @johanroelofsen in #4
- add ghp-import by @universalmind303 in #5
- 0.6.0 by @universalmind303 in #9
- feat[misc]: add latest changes from upstream by @universalmind303 in #10
- fix: Update conversion errors by @jly36963 in #12
- add license by @universalmind303 in #18
- Upstream polars updates by @universalmind303 in #22
- perf: set codegen-units to 1 by @universalmind303 in #23
- release 0.7.1 by @universalmind303 in #24
- fix: issue with scoped module by @alex-patow in #26
- release: 0.7.2 by @universalmind303 in #27
- feat: pl.element() and additional dtype constructors by @universalmind303 in #28
- docs: fix broken link and update join documentation by @johanroelofsen in #29
- fix: add anti and semi join type by @johanroelofsen in #32
- ci: fix multi platforms build by @Brooooooklyn in #34
- disable tsfn calls with null. by @universalmind303 in #40
- Added option interfaces to io functions for intellisense. by @cojmeister in #38
- Feature/add str padding methods by @cojmeister in #41
- docs: improve doc structure by @universalmind303 in #33
- ci: fix publish by @Brooooooklyn in #53
- nodejs polars 0.7.3 by @universalmind303 in #52
- Fix TS2556 for
select
when spreading an array by @sezanzeb in #59 - Allow to mixing series and expressions in
withColumns
by @sezanzeb in #58 - Adding check for null element in a DF by @Bidek56 in #60
- feat: 🎸 support dtypes option for read_csv function by @littledian in #64
- Allowing pl.when by @sezanzeb in #67
- fix: 🐛 dtypes should take effect on readCSV for buffer input by @littledian in #68
- 0.7.4 release by @universalmind303 in #71
- fix: catch panics using #[napi(catch_unwind)] attribute by @dhruv-1001 in #72
- Relative import for Series by @sezanzeb in #76
- Updating dependencies by @Bidek56 in #73
- 0.8.0 release by @universalmind303 in #77
- Updating to use rs-0.30.0 by @Bidek56 in #78
- rs 0.31.1 upgrade by @Bidek56 in #85
- Adding intRanges by @Bidek56 in #86
- update polars & yarn versions by @universalmind303 in #87
- Adding jsonExtract function by @Bidek56 in #84
- release 0.8.1 by @universalmind303 in #89
- fix: properly parse js regex patterns by @universalmind303 in #92
- Fixing date to time conversion by @Bidek56 in #94
- Adding categorical ToNapiValue by @Bidek56 in #97
- Adding webpack node-loader line to readme by @Bidek56 in #100
- Adding allHorizontal/anyHorizontal by @Icequeen3333 in #102
- Upgrading rs to 0.32 and few other packages by @Bidek56 in #99
- Fixing documentation for readJSONStream, adding a test for readJSONStream with lines by @Bidek56 in #103
- Migrate to Biome. by @denbezrukov in #104
- Adding Node 20 by @Bidek56 in #107
- Upgrading typedoc to match typescript by @Bidek56 in #105
- node-polars 0.8.2 by @universalmind303 in #108
- Include missing
pl.lit
call in README.md by @rgbkrk in #112 - Adding bun step to CI by @Bidek56 in #115
- Fixing quoteChar typo by @Bidek56 in #117
- fix: from_rows by @universalmind303 in #118
- perf: string cast optimizations by @universalmind303 in #120
- Adding diagonal how to DF concat by @Bidek56 in #125
- Adding sum, min and max horizontal by @Icequeen3333 in #123
- Adding ddof to JsRollingOptions by @Bidek56 in #130
- Minor fix in doc of option quoteChar by @vreyespue in #131
- create built in way to visualize dataframe in Jupyter by @rgbkrk in #132
- Adding ewmMean, ewmStd, ewmVar by @Bidek56 in #129
- Fixing docs by @Bidek56 in #134
- release: 0.8.3 by @universalmind303 in #137
- Upgrading biome and fixing linting errors by @Bidek56 in #139
- Using rs-0.34 and git hashes by @Bidek56 in #141
- Fixing top section of Readme by @Bidek56 in #135
- Fixing unique expr with maintainOrder option by @Bidek56 in #143
- Upgrading to rs-0.35 by @Bidek56 in #144
- Fixing skip_rows bug and adding scanCSV options by @Bidek56 in #147
- Updating libraries by @Bidek56 in #148
- drop support for i686 windows target by @universalmind303 in #152
- 0.8.4 release by @universalmind303 in #150
- Adding error message to date repeat by @Bidek56 in #149
- Upgrading to RS 0.36.2 by @Bidek56 in #156
- Adding sinkCSV to ldf by @Bidek56 in #168
- fix(partitionBy): set default value for
includeKey
by @invakid404 in #169 - Adding DF upsample by @Bidek56 in #163
- Adding ldf sinkParquet by @Bidek56 in #171
- Fixing documentation for DF
.eq
string expr by @Bidek56 in #159 - Adding Series valueCounts implementation by @Bidek56 in #166
- bump polars version by @universalmind303 in #177
- 0.9.0 release by @universalmind303 in #178
- Upgrading toolchain by @Bidek56 in #179
- Upgrading biome by @Bidek56 in #182
- Removing unused imports by @Bidek56 in #184
- Adding pivot separator option by @Bidek56 in #181
- feat: add sqlContext by @universalmind303 in #185
- fix: cjs compatibility by @universalmind303 in #187
- 0.10.0 release by @universalmind303 in #188
- fix: df schema fix by @universalmind303 in #189
- Adding cloud options to scan_parquet by @Bidek56 in #173
- Adding quote option to writeCSV by @Bidek56 in #174
- Updating to rs-0.38.3 by @Bidek56 in #193
- Fix transpose with option columnNames working with arrays by @gustaferiksson in #195
- Upgrading to rs 0.39 by @Bidek56 in #196
- Replacing groupBy count with len by @Bidek56 in #192
- Upgrading to rs-0.39.2 by @Bidek56 in #199
- Adding trigonometry functions by @Bidek56 in #198
- Adding arc functions by @Bidek56 in #200
- ignore .DS_Store by @universalmind303 in #201
- release: 0.11.0 by @universalmind303 in #202
- Check nullCount in Series.toTypedArray by @controversial in #207
- Add missing return types on LazyDataFrame by @controversial in #208
- Implement missing
str_to_polarstype
case for String by @controversial in #204 - Fix broken tests by using toStrictEqual by @controversial in #205
- Using rs-0.40 by @Bidek56 in #211
- chore: lock biome version by @universalmind303 in #213
- Add nth fn binding by @froxCZ in #212
- revert: revert yarn changes by @universalmind303 in #215
- release: node 0.12.0 by @universalmind303 in #214
- chore: bump version by @universalmind303 in #217
- 0.12.2 by @universalmind303 in #218
- Adding JoinArgs to fix join suffix by @Bidek56 in #220
New Contributors
- @johanroelofsen made their first contribution in #4
- @jly36963 made their first contribution in #12
- @alex-patow made their first contribution in #26
- @Brooooooklyn made their first contribution in #34
- @cojmeister made their first contribution in #38
- @sezanzeb made their first contribution in #59
- @littledian made their first contribution in #64
- @dhruv-1001 made their first contribution in #72
- @Icequeen3333 made their first contribution in #102
- @denbezrukov made their first contribution in #104
- @rgbkrk made their first contribution in #112
- @vreyespue made their first contribution in #131
- @invakid404 made their first contribution in #169
- @gustaferiksson made their first contribution in #195
- @controversial made their first contribution in #207
- @froxCZ made their first contribution in #212
Full Changelog: https://github.com/pola-rs/nodejs-polars/commits/nodejs-polars-v0.12.3