Matthias
0f816ddfb7
Merge pull request #12937 from freqtrade/dependabot/pip/develop/mkdocs-4d03651020
...
chore(deps): bump mkdocs-material from 9.7.3 to 9.7.4 in the mkdocs group
2026-03-16 07:29:06 +01:00
dependabot[bot]
92dd17ab62
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.7.3 to 9.7.4
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.7.3...9.7.4 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.7.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 05:49:03 +00: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
009fa747e3
chore: combine actions updates from docker/*
...
they release as one anyway
2026-03-16 06:45:47 +01:00
Matthias
2744449773
Merge pull request #12950 from stash86/main-stash
...
fix cagr on zero or negative values
2026-03-16 06:41:47 +01:00
Matthias
537426d77a
Merge pull request #12948 from freqtrade/dependabot/pip/develop/tabulate-0.10.0
...
chore(deps): bump tabulate from 0.9.0 to 0.10.0
2026-03-16 06:38:45 +01:00
Matthias
e3994d1add
chore: bump scipy-stubs in pre-commit config
2026-03-16 06:37:24 +01:00
Matthias
720cd8b68c
Merge pull request #12946 from freqtrade/dependabot/github_actions/develop/docker/setup-qemu-action-4.0.0
...
chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0
2026-03-16 06:36:21 +01:00
Matthias
3846bd16f0
Merge pull request #12944 from freqtrade/dependabot/github_actions/develop/docker/login-action-4.0.0
...
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0
2026-03-16 06:36:08 +01:00
Matthias
7863d4b854
Merge pull request #12945 from freqtrade/dependabot/pip/develop/pytz-2026.1.post1
...
chore(deps): bump pytz from 2025.2 to 2026.1.post1
2026-03-16 06:34:44 +01:00
Matthias
7e8da54ad1
Merge pull request #12943 from freqtrade/dependabot/pip/develop/plotly-6.6.0
...
chore(deps): bump plotly from 6.5.2 to 6.6.0
2026-03-16 06:34:30 +01:00
Matthias
ae06f90ca6
Merge pull request #12942 from freqtrade/dependabot/pip/develop/cachetools-7.0.4
...
chore(deps): bump cachetools from 7.0.1 to 7.0.4
2026-03-16 06:34:06 +01:00
Matthias
8a7b235b6e
Merge pull request #12940 from freqtrade/dependabot/github_actions/develop/zizmorcore/zizmor-action-0.5.2
...
chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2
2026-03-16 06:33:53 +01:00
Matthias
daa0361c02
Merge pull request #12939 from freqtrade/dependabot/github_actions/develop/docker/setup-buildx-action-4.0.0
...
chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0
2026-03-16 06:33:33 +01:00
Matthias
9136877bc7
Merge pull request #12949 from freqtrade/dependabot/pip/develop/mike-2.1.4
...
chore(deps): bump mike from 2.1.3 to 2.1.4
2026-03-16 06:33:03 +01:00
Matthias
2df3890917
Merge pull request #12947 from freqtrade/dependabot/pip/develop/ruff-0.15.5
...
chore(deps-dev): bump ruff from 0.15.4 to 0.15.5
2026-03-16 06:32:50 +01:00
Stefano
f2b930079b
fix cagr on zero or negative values
2026-03-16 12:38:39 +09:00
dependabot[bot]
f0a83c9e59
chore(deps): bump mike from 2.1.3 to 2.1.4
...
Bumps [mike](https://github.com/jimporter/mike ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/jimporter/mike/releases )
- [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md )
- [Commits](https://github.com/jimporter/mike/compare/v2.1.3...v2.1.4 )
---
updated-dependencies:
- dependency-name: mike
dependency-version: 2.1.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:04:36 +00:00
dependabot[bot]
b12ea975e0
chore(deps): bump tabulate from 0.9.0 to 0.10.0
...
Bumps [tabulate](https://github.com/astanin/python-tabulate ) from 0.9.0 to 0.10.0.
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG )
- [Commits](https://github.com/astanin/python-tabulate/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: tabulate
dependency-version: 0.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:04:30 +00:00
dependabot[bot]
ab74dd785c
chore(deps-dev): bump ruff from 0.15.4 to 0.15.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.15.4 to 0.15.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.4...0.15.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:04:25 +00:00
dependabot[bot]
39affd30f9
chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/c7c53464625b32c7a7e944ae62b3e17d2b600130...ce360397dd3f832beb865e1373c09c0e9f86d70a )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:04:20 +00:00
dependabot[bot]
ff6c96022e
chore(deps): bump pytz from 2025.2 to 2026.1.post1
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2025.2 to 2026.1.post1.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2025.2...release_2026.1.post1 )
---
updated-dependencies:
- dependency-name: pytz
dependency-version: 2026.1.post1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:04:06 +00:00
dependabot[bot]
fc3b8f37b0
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/c94ce9fb468520275223c153574b00df6fe4bcc9...b45d80f862d83dbcd57f89517bcf500b2ab88fb2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:03:54 +00:00
dependabot[bot]
26615dbd55
chore(deps): bump plotly from 6.5.2 to 6.6.0
...
Bumps [plotly](https://github.com/plotly/plotly.py ) from 6.5.2 to 6.6.0.
- [Release notes](https://github.com/plotly/plotly.py/releases )
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md )
- [Commits](https://github.com/plotly/plotly.py/compare/v6.5.2...v6.6.0 )
---
updated-dependencies:
- dependency-name: plotly
dependency-version: 6.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:03:45 +00:00
dependabot[bot]
6411a76f03
chore(deps): bump cachetools from 7.0.1 to 7.0.4
...
Bumps [cachetools](https://github.com/tkem/cachetools ) from 7.0.1 to 7.0.4.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tkem/cachetools/compare/v7.0.1...v7.0.4 )
---
updated-dependencies:
- dependency-name: cachetools
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:03:40 +00:00
dependabot[bot]
ce1734b176
chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2
...
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action ) from 0.5.0 to 0.5.2.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases )
- [Commits](https://github.com/zizmorcore/zizmor-action/compare/0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d...71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 )
---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
dependency-version: 0.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:03:32 +00:00
dependabot[bot]
2b3e3a5c46
chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.12.0 to 4.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/8d2750c68a42422c14e847fe6c8ac0403b4cbd6f...4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:03:28 +00:00
dependabot[bot]
0eddda2ee1
chore(deps-dev): bump scipy-stubs in the scipy group
...
Bumps the scipy group with 1 update: [scipy-stubs](https://github.com/scipy/scipy-stubs ).
Updates `scipy-stubs` from 1.17.1.0 to 1.17.1.1
- [Release notes](https://github.com/scipy/scipy-stubs/releases )
- [Commits](https://github.com/scipy/scipy-stubs/compare/v1.17.1.0...v1.17.1.1 )
---
updated-dependencies:
- dependency-name: scipy-stubs
dependency-version: 1.17.1.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: scipy
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 03:03:26 +00:00
Matthias
05ffc2dba0
chore: migrate pytest ini_options to pytest section
2026-03-15 09:11:03 +01:00
Matthias
ec1aee1f85
chore: reorder pyproject.toml dependencies
2026-03-15 08:58:27 +01:00
Matthias
9524fc0f81
chore: remove isort - ruff covers this already
2026-03-15 08:57:22 +01:00
Matthias
3d56701e20
chore: remove unused black configuration
2026-03-15 08:54:08 +01:00
Matthias
d8d86ce861
chore: remove flake8 pre-commit check
2026-03-15 08:52:43 +01:00
Matthias
503dfb7313
docs: update recommendation from black to ruff format
2026-03-15 08:52:33 +01:00
Matthias
16717df1a9
docs: improve sql cheatsheet example
2026-03-15 08:44:51 +01:00
Matthias
6713cda109
docs: Update timeout docs to point to adjust_order_price
...
part of #12928
2026-03-15 08:41:56 +01:00
Matthias
0652339356
docs: fix parameters table formatting
2026-03-15 08:39:12 +01: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