Briarion
9560ba2144
fix: move do_predict and DI_values into dict before DataFrame construction
...
Address review feedback: do_predict and DI_values were still assigned
after DataFrame creation, partially defeating the fragmentation fix.
Now all columns are collected in the dict before the single DataFrame()
call, ensuring zero post-construction column assignments.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 08:05:22 +03:00
Briarion
a8c887a5b0
fix: avoid DataFrame fragmentation in get_predictions_to_append
...
Replace column-by-column DataFrame assignment with dict-based
construction. The previous approach triggered pandas
PerformanceWarning about DataFrame fragmentation when many
prediction columns and their corresponding mean/std columns
were added one at a time.
Also add defensive key checks (label in self.data["labels_mean"])
to prevent KeyError when custom models produce prediction columns
that don't have corresponding entries in labels_mean/labels_std.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-16 08:46:57 +03:00
Matthias
59a81dc07a
fix: round exit-prices to proper precision
...
this avoids odd visualization in freqUI where prices had 16 decimals
out of backtesting
2026-03-14 17:00:46 +01:00
Matthias
fcecbe780b
test: Re-write test-data with proper decimals
2026-03-14 16:40:04 +01:00
Matthias
be00f2c26f
test: update mock for price_to_precision
2026-03-14 15:54:18 +01:00
Matthias
10ba9e3105
Merge pull request #12930 from freqtrade/dependabot/pip/pyjwt-2.12.0
...
chore(deps): bump pyjwt from 2.11.0 to 2.12.0
2026-03-14 08:20:16 +01:00
dependabot[bot]
1498860530
chore(deps): bump pyjwt from 2.11.0 to 2.12.0
...
Bumps [pyjwt](https://github.com/jpadilla/pyjwt ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.11.0...2.12.0 )
---
updated-dependencies:
- dependency-name: pyjwt
dependency-version: 2.12.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-14 06:58:35 +00:00
Matthias
902bc75bf3
Merge pull request #12931 from stash86/main-stash
...
Fix short desc error on RemotePairlist when number_assets is None
2026-03-14 07:53:22 +01:00
Matthias
bd6f891b07
chore(ci): rename online action name
2026-03-14 07:52:28 +01:00
Stefano
36e259b347
undo minor typo fix
2026-03-14 12:11:52 +09:00
Stefano
f1aaf99317
fix desc
2026-03-14 12:02:34 +09:00
Stefano
459a0decbd
forgotten change
2026-03-14 11:59:36 +09:00
Matthias
71598294a1
chore(ci): Update python setup
2026-03-13 21:08:43 +01:00
Matthias
e28eedaf1c
chore(ci): re-add python step for pre-commit
2026-03-13 20:21:51 +01:00
Matthias
3cd8b2e841
chore(ci): remove unnecessary action step, bump doc build to 3.12
2026-03-13 20:14:28 +01:00
Matthias
9925c4ac14
fix: docstring typos
2026-03-13 20:11:55 +01:00
Matthias
4170c943e7
chore: update remotePairlist num_assets for webserver mode
2026-03-13 06:35:20 +01:00
Matthias
70fe211a8b
Merge pull request #12927 from stash86/main-stash
...
number_assets in RemotePairlist becomes optional
2026-03-13 06:31:43 +01:00
Matthias
23a17859b1
fix: fastAPI user warning due to unsupported use of api_route
2026-03-13 06:29:14 +01:00
Matthias
c1fa259ad7
feat: Improved docstrings for /sysinfo endpoint
2026-03-13 06:29:14 +01:00
Matthias
4a9a630765
test: add test for new sysinfo behavior
2026-03-13 06:29:14 +01:00
Matthias
a1cbfce316
feat: enhance sysinfo endpoint with additional features
...
closes #12918
2026-03-13 06:29:14 +01:00
Stefano
5edfa675ef
update docs
2026-03-13 12:01:30 +09:00
Stefano
3158adad03
one change left
2026-03-13 11:53:28 +09:00
Stefano
ebf39b35b8
Merge branch 'main-stash' of https://github.com/stash86/freqtrade into main-stash
2026-03-13 11:52:45 +09:00
Stefano
756b956a77
number_assets in RemotePairlist become optional
2026-03-13 11:52:40 +09:00
Matthias
b46ff76d58
Merge pull request #12925 from freqtrade/update/binance-leverage-tiers
...
Update Binance Leverage Tiers
2026-03-12 06:52:46 +01:00
Matthias
6f039fa27c
Merge pull request #12923 from stash86/main-stash
...
use default needstickers for rangestabilityfilter
2026-03-12 06:32:15 +01:00
Freqtrade Bot
acf3559205
chore: update pre-commit hooks
2026-03-12 04:12:41 +00:00
Stefano
c05fe50b47
use default needstickers
2026-03-12 08:41:46 +09:00
Matthias
a51ba0a2b4
fix(hyperliquid): dex balance requests are only necessary in non-unified mode
2026-03-11 21:40:19 +01:00
Matthias
9da9250865
chore: bump ccxt to 4.5.43
...
closes #12848
2026-03-11 19:57:02 +01:00
Matthias
881edddb6e
test: explicitly convert warnings to string
2026-03-10 19:01:39 +01:00
Matthias
0bd5086a0f
Merge pull request #12914 from freqtrade/update/pre-commit-hooks
...
Update pre-commit hooks
2026-03-10 12:31:33 +01:00
Matthias
e563e07d40
Merge branch 'develop' into update/pre-commit-hooks
2026-03-10 12:16:42 +01:00
Matthias
f34ad5fc42
chore(ci): pass dockerhub secrets from parent
...
though they only exist in the environment
2026-03-10 07:15:31 +01:00
Matthias
6b6dcd8c52
chore(ci): re-add secrets as docker build parameters
2026-03-10 06:47:48 +01:00
Matthias
d5fa99696d
fix(ci): allow certain secrets at repo level
2026-03-10 06:46:15 +01:00
Freqtrade Bot
2d75f002f9
chore: update pre-commit hooks
2026-03-10 03:45:37 +00:00
Matthias
c31894be72
chore: enable docker description dispatch
2026-03-09 20:10:13 +01:00
Matthias
4d254952e3
fix(ci): move Docker environment vars to environment
2026-03-09 20:09:50 +01:00
Matthias
24c57b5356
fix(ci): move REPO_SCOPED_TOKEN to be an environment token
2026-03-09 19:55:36 +01:00
Matthias
186e547ce1
chore(ci): fix wrong version in upload-artifact
2026-03-09 19:45:37 +01:00
Matthias
555f653440
Merge pull request #12906 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.47
...
chore(deps): bump sqlalchemy from 2.0.46 to 2.0.47
2026-03-09 07:23:35 +01:00
Matthias
8ef5f54e61
chore: bump sqlalchemy in pre-commit config
2026-03-09 07:07:27 +01:00
dependabot[bot]
6576528aad
chore(deps): bump sqlalchemy from 2.0.46 to 2.0.47
...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy ) from 2.0.46 to 2.0.47.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-version: 2.0.47
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 06:01:07 +00:00
Matthias
052e6f7865
Merge pull request #12904 from freqtrade/dependabot/pip/develop/scipy-9cda224771
...
chore(deps-dev): bump scipy-stubs from 1.17.0.2 to 1.17.1.0 in the scipy group
2026-03-09 06:57:11 +01:00
Matthias
560cb49d66
chore: bump scipy-stubs in pre-commit config
2026-03-09 06:33:30 +01:00
Matthias
c93ca48d17
Merge pull request #12907 from freqtrade/dependabot/pip/develop/ccxt-4.5.42
...
chore(deps): bump ccxt from 4.5.40 to 4.5.42
2026-03-09 06:28:36 +01:00
Matthias
c2d682a5ed
Merge pull request #12908 from freqtrade/dependabot/github_actions/develop/astral-sh/setup-uv-7.3.1
...
chore(deps): bump astral-sh/setup-uv from 7.3.0 to 7.3.1
2026-03-09 06:28:10 +01:00