v0.1.4: fix: coerce ds to datetime in TimesFM 1.0/2.0 forecast
Fixes
- TimesFM 1.0/2.0 string timestamps:
_TimesFMV1.forecast()now coercesdswithmaybe_convert_col_to_datetimebefore callingtimesfm_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