Skip to content

Feat/timeseries improvements#3124

Merged
dennisbader merged 5 commits into
masterfrom
feat/timeseries_improvements
May 29, 2026
Merged

Feat/timeseries improvements#3124
dennisbader merged 5 commits into
masterfrom
feat/timeseries_improvements

Conversation

@dennisbader
Copy link
Copy Markdown
Collaborator

Checklist before merging this PR:

  • Mentioned all issues that this PR fixes or addresses.
  • Summarized the updates of this PR under Summary.
  • Added an entry under Unreleased in the Changelog.

Summary

  • TimeSeries.from_dataframe() now supports time columns of type pl.Date for polars.DataFrame.
  • Fixed a bug in TimeSeries.quantile() where the output dtype did not match the input series dtype for dtypes float32 or float16. Now the dtype is correctly propagated.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.47%. Comparing base (40af46d) to head (2a7822d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3124      +/-   ##
==========================================
- Coverage   96.54%   96.47%   -0.07%     
==========================================
  Files         160      160              
  Lines       17261    17262       +1     
==========================================
- Hits        16664    16654      -10     
- Misses        597      608      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dennisbader dennisbader merged commit 91d266b into master May 29, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant