v0.7.0
Release notes
Features
- Add
tp.from_parquet()
andtp.to_parquet()
. - Add
EventSet.fillna()
operator.
Improvements
- Add support for pip build on Windows.
- Documentation improvements.
- Add
timestamps
parameter totp.from_pandas()
. - Add implicit casting in
EventSet.where()
operator. - Add support for list argument in
EventSet.rename()
operator.
What's Changed
- Add support for list arguments with evtset.rename(...) by @achoum in #321
- Add tp.fillna operator and add implicit casting in tp.where by @achoum in #322
- Bump jupyter-server from 2.9.1 to 2.11.2 by @dependabot in #323
- Added timestamp param to to_pandas by @javiber in #327
- Fix dependencies by @achoum in #326
- Added to and from parquet opperations by @javiber in #328
- Improvements to fraud tutorial by @ianspektor in #329
- Add internal protobuf dep for py test by @anandolee in #331
- Add disclaimer of windows support being under development by @ianspektor in #333
- Add support for pip build on Windows by @achoum in #334
- Tentative optimization of the Beam code. by @achoum in #335
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #336
- A few fixes by @achoum in #337
- Release v0.7.0 by @ianspektor in #338
New Contributors
- @anandolee made their first contribution in #331
Full Changelog: v0.1.6...v0.7.0