Commit Graph

5643 Commits

Author SHA1 Message Date
Jonathan Raviotta 0413598d7b adding environment.yml for conda builds 2019-08-01 19:30:45 -04:00
Matthias 4c005e7086
Merge pull request #2075 from hroff-1902/hyperopt-cleanup2
minor: hyperopt cleanups and output improvements
2019-08-01 07:08:50 +02:00
Matthias 472690a55f
Merge pull request #2073 from freqtrade/update/setuppy
Improve setup.py to allow "extras" installations
2019-07-31 19:25:21 +02:00
Matthias b8713a515e
Merge pull request #2071 from freqtrade/new-dev
New develop version 2019.7-dev
2019-07-30 11:31:22 +02:00
hroff-1902 b976f24672 tests adjusted 2019-07-30 11:47:46 +03:00
hroff-1902 8f1f416a52 hyperopt cleanup and output improvements 2019-07-30 11:47:28 +03:00
Matthias a5fb3e08f7
Merge pull request #2072 from freqtrade/improve_dev_docs
Improve release documentation
2019-07-30 06:12:47 +02:00
Matthias 59caff8fb1 UPdate developer docs 2019-07-29 20:57:57 +02:00
Matthias f825e81d0e developers need all dependencies! 2019-07-29 20:54:35 +02:00
Matthias 7bea0007c7 Allow installing via submodules
freqtrade can be installed using `pip install -e .[all]` to include all
dependencies
2019-07-29 20:53:26 +02:00
Matthias 8dd8addd3a Sort requirements-dev file 2019-07-29 20:52:38 +02:00
Matthias e14dd4974f Improve release documentation 2019-07-29 20:32:28 +02:00
Matthias 7a97995d81 2017.7-dev version bump 2019-07-29 20:30:14 +02:00
Matthias e64509f1b4 Version bump to 2019.7 2019-07-29 20:27:50 +02:00
Matthias 0ac5440fc2
Merge pull request #2069 from freqtrade/pyup/scheduled-update-2019-07-29
Scheduled weekly dependency update for week 30
2019-07-29 20:07:44 +02:00
Matthias fde3411c8b Merge branch 'develop' into pyup/scheduled-update-2019-07-29 2019-07-29 19:39:09 +02:00
Matthias 8066aba6fe
Merge pull request #2044 from freqtrade/pyup/scheduled-update-2019-07-22
Scheduled weekly dependency update for week 29
2019-07-29 19:37:28 +02:00
pyup-bot 5ba0aa8082 Update plotly from 3.10.0 to 4.0.0 2019-07-29 15:25:16 +00:00
pyup-bot 3e95b7d8a5 Update mypy from 0.711 to 0.720 2019-07-29 15:25:15 +00:00
pyup-bot 0f632201e0 Update pytest from 5.0.0 to 5.0.1 2019-07-29 15:25:14 +00:00
pyup-bot ebca1e4357 Update flake8 from 3.7.7 to 3.7.8 2019-07-29 15:25:12 +00:00
pyup-bot a3620c60ad Update flask from 1.0.3 to 1.1.1 2019-07-29 15:25:11 +00:00
pyup-bot 9f70ebecf1 Update arrow from 0.14.2 to 0.14.3 2019-07-29 15:25:10 +00:00
pyup-bot 0fd91e4450 Update sqlalchemy from 1.3.5 to 1.3.6 2019-07-29 15:25:09 +00:00
pyup-bot fe088dc8c3 Update ccxt from 1.18.860 to 1.18.992 2019-07-29 15:25:08 +00:00
pyup-bot 5a6e20a6aa Update pandas from 0.24.2 to 0.25.0 2019-07-29 15:25:07 +00:00
pyup-bot 02bfe2dad3 Update numpy from 1.16.4 to 1.17.0 2019-07-29 15:25:06 +00:00
Matthias 50edd4cfdd
Merge pull request #2046 from freqtrade/pyup/fix_update_07_22
Pyup/fix update 07 22
2019-07-29 13:28:40 +02:00
Matthias 0677472c56
Merge pull request #2066 from freqtrade/hyperopt/tests
Fix some hyperopt tests
2019-07-28 19:33:18 +02:00
Matthias b691fb7f2d Fix some hyperopt tests 2019-07-28 15:19:17 +02:00
Matthias e4b994381b
Merge pull request #2060 from hroff-1902/improve-logging
Improve logging: output divider in logs between throttles
2019-07-28 14:45:16 +02:00
Matthias de2a2473f5
Merge pull request #2050 from mrsegen/patch-1
Resolve issue #2042
2019-07-28 14:11:03 +02:00
Matthias e6b036b413
Merge pull request #2064 from hroff-1902/remove-pytest-warning4
get rid of pandas warning in pytest
2019-07-28 14:10:16 +02:00
Leif Segen 08a3d26328
Update bot-usage.md
Update in response to feedback.
2019-07-27 18:35:21 -05:00
hroff-1902 bc299067aa get rid of pandas warning in pytest 2019-07-27 23:24:06 +03:00
Matthias 908a0277e5
Merge pull request #2062 from hroff-1902/remove-pytest-warning1
minor: eliminate warnings in pytest
2019-07-26 14:40:11 +02:00
hroff-1902 c2deb1db25 eliminate warnings in pytest when testing handling of the deprecated strategy interfaces 2019-07-26 14:23:00 +03:00
Matthias 16716ad028
Merge pull request #2057 from freqtrade/refactor/argument_location
Move argument definitions to their own file
2019-07-26 06:19:04 +02:00
Matthias fef8fe8525
Merge pull request #2055 from freqtrade/get_order_exception
Get order exception
2019-07-26 06:17:15 +02:00
Matthias 3d5268368f
Merge pull request #2059 from hroff-1902/docs-minor-fixes
Docs minor fixes
2019-07-26 06:08:09 +02:00
Matthias 20b51da180
Merge pull request #2056 from freqtrade/deprecate_live_bt
Deprecate live bt
2019-07-26 06:02:27 +02:00
hroff-1902 785a7a22bc output divider in logs between throttles 2019-07-26 04:02:34 +03:00
hroff-1902 1ac4a7e116 rendering for a Note fixed 2019-07-26 02:59:10 +03:00
hroff-1902 327e505273 non-working link to misc.py removed 2019-07-26 02:57:51 +03:00
hroff-1902 bf1c197a37 import errors fixed 2019-07-26 02:21:31 +03:00
Matthias 3c3a902a69 Move argument definitions to their own file 2019-07-25 20:42:08 +02:00
Matthias 0c14176cd7 Deprecate --live 2019-07-25 20:36:19 +02:00
Matthias 7ee971c3e3 Add simple method to add deprecations to cmd line options 2019-07-25 20:35:20 +02:00
Matthias 098a23adc6
Merge pull request #2048 from hroff-1902/hyperopt-loss-onlyprofit2
minor: add OnlyProfitHyperOptLoss
2019-07-25 20:18:05 +02:00
hroff-1902 10c69387fd docs adjusted 2019-07-25 21:07:17 +03:00