v0.1.6
Release Notes
Features
- Support for
timezone
argument in all calendar operators. - Add
drop()
operator to drop features. - Add
assign()
operator to assign features. - Add
before()
andafter()
operators.
Improvements
- Improve error messages for type mismatch in window operators.
- Improve structure of docs site.
- Support exporting timestamps as datetimes in
tp.to_pandas()
. - Remove inputs limit in
glue()
andcombine()
.
Fixes
-
Use
wday=0
for Mondays intick_calendar
(likecalendar_day_of_week
). -
Support bool in
DType.missing_value()
. -
Show
EventSet
's magic methods in docs. -
What's Changed
- Adds an AMOC to the abnormality detection tutorial by @achoum in #279
- Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #273
- Bump pillow from 9.5.0 to 10.0.1 by @dependabot in #275
- Improve error messages when feeding wrong type to moving window op by @achoum in #281
- Calendar ops tests by @ianspektor in #282
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #283
- fix calendar tests by @ianspektor in #284
- Restructure tests: window ops by @ianspektor in #285
- Restructure tests: select, select_index_values, propagate, rename by @ianspektor in #286
- Update arithmetic_multi_index test to new structure by @DonBraulio in #287
- Bump werkzeug from 2.3.7 to 3.0.1 by @dependabot in #289
- Restructure tests: add and drop index by @ianspektor in #291
- Restructure tests: resample, lag, leak, filter, prefix, glue, where, until_next by @ianspektor in #294
- upgrade mkdocs deps by @ianspektor in #290
- Fix tests arithm scalar by @DonBraulio in #288
- Docs updates by @DonBraulio in #293
- Cleanup init by @DonBraulio in #297
- Magic methods docs by @ianspektor in #299
- Restructure tests: since_last, unique_timestamps, tick, join, fft, begin, end by @ianspektor in #295
- Add op tests by @ianspektor in #296
- Tests restructure by @DonBraulio in #300
- fix notebooks display in docs by @ianspektor in #298
- Fix tick_calendar wday by @DonBraulio in #304
- Cleanup tests restructure by @DonBraulio in #303
- Add logging.debug logs in data import methods. by @achoum in #305
- Support for timezone argument in calendar operators by @DonBraulio in #301
- Fix doc headers by @ianspektor in #308
- Update front-page by @achoum in #306
- fix leak doc by @ianspektor in #312
- Add bool to DType.missing_value by @ianspektor in #309
- Changed contributing to install bazel earlier by @javiber in #310
- Ignored build folder when running bazel by @javiber in #311
- Added drop operator by @javiber in #313
- Assign operator by @javiber in #314
- Add support for operators with variadic inputs by @achoum in #318
- Export timestamps as datetimes if they are unix timestamps by @javiber in #317
- Implement rename and prefix for beam backend by @achoum in #319
- Added before and after operators by @javiber in #316
- Release v0.1.6 by @ianspektor in #320
New Contributors
- @dependabot made their first contribution in #273
- @javiber made their first contribution in #310
Full Changelog: v0.1.5...v0.1.6