Releases: PriorLabs/tabpfn-time-series
Releases · PriorLabs/tabpfn-time-series
v1.0.9
What's Changed
- Update tabpfn dependencies by @liam-sbhoo in #87
- Relax TabPFN version by @liam-sbhoo in #88
- allow-nan-in-future-covariate by @liam-sbhoo in #86
- Fix typo in inference options description in QuickStart Notebook by @Infonioknight in #89
- Refactor missing value handling in TimeSeriesDataFrame by @vlad-moroshan in #90
New Contributors
- @Infonioknight made their first contribution in #89
- @vlad-moroshan made their first contribution in #90
Full Changelog: v1.0.8...v1.0.9
v1.0.8
Major Update
- Add TabPFNTSPipeline
- now with explicit support for known dynamic covariates
- compatibility with
fev(https://github.com/autogluon/fev)
- Add support to custom prediction quantiles (e.g.
quantiles = [0.35, 0.70])
What's Changed
- Update notebook version by @liam-sbhoo in #76
- Update the PR workflow to include the HF_TOKEN when running tests. by @oscarkey in #78
- Add tests for prediction with the local tabpfn package. by @oscarkey in #77
- Support custom quantiles by @liam-sbhoo in #79
- Improve generate_test_X efficiency (O(n^2) -> O(n)) by @liam-sbhoo in #81
- Bugfix - instable scipy detrend by @liam-sbhoo in #82
- Add TabPFNTSPipeline (with explicit covariate support) by @liam-sbhoo in #83
- Remove locked option from uv sync command by @liam-sbhoo in #85
- Add fevbench support to TabPFNTSPipeline by @liam-sbhoo in #84
New Contributors
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Refactor time series prediction inference code by @liam-sbhoo in #61
- Stab at fixing model loading by @brendan-priorlabs in #75
New Contributors
- @brendan-priorlabs made their first contribution in #75
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Relax pandas dependency, add minimal test by @liam-sbhoo in #73
Full Changelog: v1.0.5...v1.0.6
Add anonymous usage analytics
What's Changed
- Fix the issue with loky parallelism using
joblibby @safaricd in #68 - Add usage analytics by @safaricd in #71
Full Changelog: v1.0.3...v1.0.5
v1.0.4
v1.0.3
What's Changed
- Fix demo.ipynb:
- Use explicit model downloading in local mode. by @liam-sbhoo in #52
- Improve dependencies and CI/CD:
- Centralize dependencies in pyproject.toml, add support for UV by @liam-sbhoo in #42
- Fix failing CI tests when triggered by forked repo by @liam-sbhoo in #45
- Fix version not found in pip, remove autogluon dependency by @liam-sbhoo in #53
- Add GitHub Actions workflow for publishing to PyPI and TestPyPI by @liam-sbhoo in #55
- Add PyPi and TestPyPi to CI by @liam-sbhoo in #58
- Fix publish-release to be called during release by @liam-sbhoo in #59
New Contributors
Full Changelog: v1.0.0...v1.0.3
v1.0.0
What's Changed
- Support up to python 312 by @liam-sbhoo in #27
- Add AutoSeasonalFeatures, improve CalendarFeatures by @liam-sbhoo in #34
- Update README for v1.0.0 release by @liam-sbhoo in #36
Full Changelog: v0.1.3...v1.0.0
v0.1.3
What's Changed
- Add GIFT-EVAL results by @liam-sbhoo in #9
- Allow multi-workers per GPU, fix multi-GPU setting by @liam-sbhoo in #13
- Remove quantile config option by @liam-sbhoo in #15
- Relax package versions by @liam-sbhoo in #22
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Add pypi link (#6)