v0.1.3
This is the first operational version of Temporian for users. The list whole and
detailed list of features is too long to be listed. The main features are:
- PyPI release.
- 72 operators.
- Execution in eager, compiled mode, and graph mode.
- IO Support for Pandas, CSV, Numpy and TensorFlow datasets.
- Static and interactive plotting.
- Documentation (3 minutes intro, user guide and API references).
- 5 tutorials.
What's Changed
- Speed-up add_index by @achoum in #191
- Verbose compile by @ianspektor in #195
- Rename and unify evaluation i/o types by @ianspektor in #198
- use urls for readme images for pypi homepage to display correctly by @ianspektor in #200
- Eager getting started by @DonBraulio in #199
- Improve beam backend by @achoum in #196
- Fix deps by @achoum in #197
- Add to_tensorflow by @achoum in #203
- Eventsetornode hints by @ianspektor in #201
- swap prefix args positions by @ianspektor in #204
- Eager notebooks by @DonBraulio in #202
- [CODE WIDE] Operator chaining by @ianspektor in #206
- Notebooks CI test by @DonBraulio in #208
- tp.moving_count ignores features by @achoum in #207
- Runtime checking + application to 3 functions in the API by @achoum in #205
- Clean import by @achoum in #210
- display evset as table in notebook by @ianspektor in #209
- Combine operator. by @DonBraulio in #213
- fix table of contents, grammar nits by @ianspektor in #214
- Update Home page by @ktonthat in #212
- update design assets by @ianspektor in #215
- fix missing entries in user guide's table of contents by @ianspektor in #221
- Fix bug in glue op by @ianspektor in #216
- Rename @rtcheck to @typecheck by @achoum in #219
- add module and var docstrings to config by @ianspektor in #224
- Add support for merged plots. by @achoum in #222
- Anomaly detection tutorial by @ianspektor in #223
- disable bazel cache by @ianspektor in #229
- Fix notebooks running unreleased code with last-released version by @ianspektor in #226
- Fix build by @achoum in #231
- Docs font by @ianspektor in #232
- Add FFT (fast fourier transform) operator by @achoum in #218
- Add changelog to website by @achoum in #234
- Recipes by @DonBraulio in #217
- Bugfix in event_set: don't allow set() in feature_values by @DonBraulio in #220
- M5 tutorial uses new merged plotting (instead of using matplotlib manually) by @achoum in #225
- Release v0.1.3 by @ianspektor in #233
Full Changelog: v0.1.2...v0.1.3