Skip to content

v0.1.4: fix: coerce ds to datetime in TimesFM 1.0/2.0 forecast

Choose a tag to compare

@AzulGarza AzulGarza released this 11 Sep 17:09
· 12 commits to main since this release
e51d6db

Fixes

  • TimesFM 1.0/2.0 string timestamps: _TimesFMV1.forecast() now coerces ds with maybe_convert_col_to_datetime before calling timesfm_v1.forecast_on_df. This fixes failures when callers pass string timestamps (for example after a pandas JSON roundtrip over a remote worker boundary).

Full Changelog: v0.1.3...v0.1.4