dependabot[bot]
|
327f750ead
|
Bump technical from 1.4.0 to 1.4.1
Bumps [technical](https://github.com/freqtrade/technical) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/freqtrade/technical/releases)
- [Commits](https://github.com/freqtrade/technical/compare/1.4.0...1.4.1)
---
updated-dependencies:
- dependency-name: technical
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-11 03:52:31 +00:00 |
|
Robert Caulk
|
020d4b5b4d
|
Merge pull request #9523 from freqtrade/fix/freqai-append-bug
Bugfix: ensure zeros are properly appended after each inference
|
2023-12-10 17:29:51 +01:00 |
|
robcaulk
|
78cb1e608f
|
fix: ensure we have a row of zeros appended (not the function)
|
2023-12-10 15:30:19 +01:00 |
|
Matthias
|
b84a2fcac7
|
Merge pull request #9521 from freqtrade/robcaulk-patch-1
Ensure the documentation gets read
|
2023-12-10 14:21:59 +01:00 |
|
Robert Caulk
|
c0119d7baa
|
Merge pull request #9449 from freqtrade/dependabot/pip/develop/torch-2.1.1
Bump torch from 2.0.1 to 2.1.1
|
2023-12-10 14:11:01 +01:00 |
|
Matthias
|
778bd7b3b0
|
enhance further test for funding-fee checking
|
2023-12-10 13:57:52 +01:00 |
|
Matthias
|
b4cd46d6db
|
Further improve funding_Fee test
|
2023-12-10 13:21:05 +01:00 |
|
Matthias
|
1d73b57e8c
|
Extract some assert values from bt test
|
2023-12-10 12:57:55 +01:00 |
|
Robert Caulk
|
476703bf76
|
Update data_kitchen.py
Ensure our exception is raised when users dont download the data
|
2023-12-10 12:26:39 +01:00 |
|
Matthias
|
cd09d3567f
|
Add spy test on funding_fees in backtesting
|
2023-12-09 19:42:13 +01:00 |
|
Matthias
|
4c25e9d21a
|
Merge pull request #9387 from freqtrade/dependabot/pip/develop/scikit-learn-1.3.2
Bump scikit-learn from 1.1.3 to 1.3.2
|
2023-12-09 14:20:15 +01:00 |
|
Matthias
|
dd08c134b4
|
Remove macos 13 ci again
|
2023-12-09 13:40:00 +01:00 |
|
Matthias
|
aa8bb27cf0
|
Merge branch 'develop' into dependabot/pip/develop/scikit-learn-1.3.2
|
2023-12-09 13:39:46 +01:00 |
|
Matthias
|
d428d48393
|
Ease install dependencies for scikit-learn
|
2023-12-09 12:12:52 +01:00 |
|
Matthias
|
3bdfa85237
|
Update scikit-optimize to ft-scikit-optimize
Compatibility fork of scikit-optimize.
|
2023-12-09 12:12:30 +01:00 |
|
Matthias
|
95a824fbe7
|
Merge pull request #9509 from freqtrade/ci_mac_13
macos-13 CI
|
2023-12-09 07:55:42 +01:00 |
|
Matthias
|
bb85efd6ad
|
Add test for informative weekly merging
closes #9518
|
2023-12-08 20:41:57 +01:00 |
|
Matthias
|
7321a14c35
|
Fix generate-test-data for 1w data
|
2023-12-08 20:38:41 +01:00 |
|
Matthias
|
2745a5d334
|
Rename informative_pair test
|
2023-12-08 20:07:44 +01:00 |
|
Matthias
|
d123d3bb82
|
Completely mock Torch on macos
we already skip tests - now we also need to skip it's imports.
|
2023-12-07 07:25:34 +01:00 |
|
Matthias
|
b14873400d
|
Fix odd import in freqai tests
|
2023-12-07 07:15:05 +01:00 |
|
Robert Caulk
|
d9b95a4c27
|
Merge pull request #9514 from freqtrade/freqai/xgboost_activate
Remove "activate" kwarg to xgboost calls
|
2023-12-06 21:18:07 +01:00 |
|
Matthias
|
71178ff1d2
|
Remove "activate" activator
they raise warnings as they're unused.
|
2023-12-06 19:48:19 +01:00 |
|
Matthias
|
d3d9f3281e
|
Fix torch logging setup mess
|
2023-12-06 19:26:09 +01:00 |
|
Matthias
|
3b4b833dd0
|
Remove unused mock
|
2023-12-06 18:22:28 +01:00 |
|
Matthias
|
fcc87399cd
|
Merge pull request #9505 from freqtrade/fix/merge-warning
Fix multiple new Pandas 2.1 future warnings in FreqAI startup
|
2023-12-05 19:25:57 +01:00 |
|
Matthias
|
654f8a7573
|
Merge pull request #9508 from freqtrade/dependabot/pip/develop/nbconvert-7.12.0
Bump nbconvert from 7.11.0 to 7.12.0
|
2023-12-05 19:24:22 +01:00 |
|
Matthias
|
2fdb9663d7
|
Merge branch 'develop' into fix/merge-warning
|
2023-12-05 18:12:34 +01:00 |
|
dependabot[bot]
|
3739a10735
|
Bump nbconvert from 7.11.0 to 7.12.0
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.11.0 to 7.12.0.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/nbconvert/compare/v7.11.0...v7.12.0)
---
updated-dependencies:
- dependency-name: nbconvert
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-05 17:10:09 +00:00 |
|
Matthias
|
9a425af76f
|
Remove unnecessary conditions in Ci run
|
2023-12-05 18:08:24 +01:00 |
|
Matthias
|
3c48208b31
|
Fix cache keys
|
2023-12-05 18:08:24 +01:00 |
|
Matthias
|
68db8d0201
|
install libomp
|
2023-12-05 18:08:24 +01:00 |
|
Matthias
|
2207773678
|
Attempt more granular cache for macos
|
2023-12-05 18:08:24 +01:00 |
|
Matthias
|
cbe6d52a73
|
Try macos-13 CI
|
2023-12-05 18:08:24 +01:00 |
|
Matthias
|
b7fc0190f7
|
Merge pull request #9512 from freqtrade/revert-9500-dependabot/pip/develop/tables-3.9.2
Revert "Bump tables from 3.9.1 to 3.9.2"
|
2023-12-05 18:04:56 +01:00 |
|
Matthias
|
4061eaf888
|
Remove online tests for bittrex
|
2023-12-05 18:03:55 +01:00 |
|
Matthias
|
ef042ae5ec
|
Remove exchange tests on bittrex
|
2023-12-05 18:03:48 +01:00 |
|
Matthias
|
6ee792069d
|
Remove bitrex-specific section
|
2023-12-05 18:03:34 +01:00 |
|
Matthias
|
46c81d7018
|
Revert "Bump tables from 3.9.1 to 3.9.2"
|
2023-12-05 17:04:16 +01:00 |
|
Robert Caulk
|
caac77c90b
|
Update data_drawer.py
|
2023-12-05 12:16:08 +01:00 |
|
Matthias
|
af05e3d747
|
Merge pull request #9506 from freqtrade/dependabot/pip/develop/ccxt-4.1.76
Bump ccxt from 4.1.75 to 4.1.76
|
2023-12-04 20:48:37 +01:00 |
|
dependabot[bot]
|
59a287106d
|
Bump ccxt from 4.1.75 to 4.1.76
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.1.75 to 4.1.76.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/4.1.75...4.1.76)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-04 18:21:30 +00:00 |
|
robcaulk
|
8b5e6bf9be
|
chore: fix pandas warning about merging on datetime. fix pandas warning about inconsistent key lists in concat
|
2023-12-04 16:23:55 +01:00 |
|
Matthias
|
d9882978d5
|
Merge pull request #9500 from freqtrade/dependabot/pip/develop/tables-3.9.2
Bump tables from 3.9.1 to 3.9.2
|
2023-12-04 07:25:18 +01:00 |
|
Matthias
|
04f2b7bad6
|
Add support for different timeInForce for bybit
|
2023-12-04 07:23:52 +01:00 |
|
Matthias
|
8597709b2e
|
Merge pull request #9501 from freqtrade/dependabot/pip/develop/ccxt-4.1.75
Bump ccxt from 4.1.66 to 4.1.75
|
2023-12-04 06:33:38 +01:00 |
|
Matthias
|
2fea75e312
|
Merge pull request #9498 from freqtrade/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.8.11
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
|
2023-12-04 06:33:17 +01:00 |
|
Matthias
|
511e4d16d5
|
Merge pull request #9502 from freqtrade/dependabot/pip/develop/python-telegram-bot-20.7
Bump python-telegram-bot from 20.6 to 20.7
|
2023-12-04 06:32:46 +01:00 |
|
dependabot[bot]
|
e0f780f10e
|
Bump python-telegram-bot from 20.6 to 20.7
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 20.6 to 20.7.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v20.6...v20.7)
---
updated-dependencies:
- dependency-name: python-telegram-bot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-04 03:35:49 +00:00 |
|
dependabot[bot]
|
44689d058b
|
Bump ccxt from 4.1.66 to 4.1.75
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.1.66 to 4.1.75.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/4.1.66...4.1.75)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-04 03:35:42 +00:00 |
|