Commit Graph

86 Commits

Author SHA1 Message Date
robcaulk 48d3c8e62e fix model loading from disk bug, improve doc, clarify installation/docker instructions, add a torch tag to the freqairl docker image. Fix seriously outdated prediction_model docstrings 2023-04-08 12:09:53 +02:00
Joe Schr 02c0f91f4d fix: removes duplicated if branch 2023-02-03 16:16:30 +01:00
Joe Schr 3fd6d72984 setup.sh: fix truty/falsy return of check_git_changes() 2023-02-03 08:52:26 +01:00
Joe Schr 330461cf1e setup.sh: checks if git directory is dirty before bothering user with potentially scary question 2023-02-02 17:00:07 +01:00
Matthias ceaaac6c3a Improve install sequence to install ta-lib after user interactivity 2023-02-01 18:36:48 +00:00
Matthias 21618594b2 Update setup.sh queries to not ask redundant questions 2023-02-01 17:16:11 +00:00
Matthias d8583ab6e6 Bump setuptools in setup.sh 2023-02-01 11:06:30 +00:00
Matthias 322d4b5351 improve fix for setup.sh 2023-02-01 09:20:40 +00:00
Leonardo Custodio baf2090f9e
Just change the docs 2023-01-31 12:42:39 -03:00
Leonardo Custodio 8b307357f3
Add to setup 2023-01-31 12:09:14 -03:00
robcaulk 4894d772ed merge develop into feat/freqai-rl-dev 2022-11-24 18:50:11 +01:00
Emre 335de760ed
Enable --use-pep517 flag for freqai 2022-11-23 18:34:50 +03:00
robcaulk 936ca24482 separate RL install from general FAI install, update docs 2022-10-05 15:58:54 +02:00
robcaulk d43c146676 add more tests for datakitchen functionalities, add regression tests for freqai_interface train/backtest 2022-07-20 12:56:46 +02:00
Matthias c9761f4736 FreqUI should be installed by default when running setup.sh 2022-06-11 18:02:03 +02:00
Matthias 86af3fe0e7 Update image versions from 3.9 to 3.10 2022-05-15 19:22:12 +02:00
talentoscope 8e1cdb9103
Update setup.sh
Added curl to dependencies for Debian systems
2022-05-02 23:20:13 +01:00
Matthias 2d07cbce59 Fix bad pre-commit installation
closes #6713
2022-04-23 17:05:41 +02:00
RafaelDorigo e606051102 Fixed setup.sh 2022-04-09 11:53:47 +02:00
மனோஜ்குமார் பழனிச்சாமி 57af08fde7 updated requested changes in PR #6636 2022-04-05 10:21:07 +05:30
Matthias b18256c231
Merge pull request #6487 from samgermain/setup-gettext
setup.sh install gettext for mac
2022-03-02 06:39:27 +01:00
Sam Germain abc8854b5a setup.sh install gettext for mac 2022-03-01 17:38:38 -06:00
Bloodhunter4rc 82006ff1db
Update setup.sh 2022-02-05 22:19:42 +01:00
Matthias d9347e9900 Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
Matthias 1bc2c71757 Update documentation with support for python 3.10 2021-12-30 16:33:01 +01:00
Matthias e9c3f0cbbd Add note about python3.10 not being supported
closes #6041
2021-12-11 10:01:55 +01:00
Sam Germain 10e839c17e
Update setup.sh
python versions 3.7 to 3.9
2021-11-04 07:26:17 -06:00
Sam Germain 5b9a168ca9 removed build-essential from redhat install 2021-11-04 00:44:58 -06:00
Sam Germain d1e2a53267 Added centOS support to setup.sh script 2021-10-25 03:20:41 -06:00
Sam Germain 7ff16997e9 Wrote echo block method for setup script 2021-10-25 03:19:49 -06:00
Matthias 00fc38a5dc Update setup.sh to correctly exit if ta-lib fails
part of #5734
2021-10-17 19:24:09 +02:00
Ottavio Miele fb6beb90e8
Include Raspberry Pi armv6 (0, 0W,...) 2021-09-17 18:03:54 +02:00
Rikj000 103a8e827e `setup.sh` - Use `build_helpers/install_ta-lib.sh` for TA-Lib installation 2021-09-03 16:37:36 +02:00
Pan Long c14d8ea827 Export HDF5 and CBLOSC paths.
This is needed if homebrew isn't installed in the standard path, say,
/usr/local/.
2021-08-29 16:34:01 +08:00
topscoder dc0b4d07d4
Fix typo
Reseting -> Resetting
2021-08-18 20:52:11 +02:00
Sam Germain 550a9de097 Fixed setup for python3.9 on ubuntu 2021-07-19 16:25:36 -06:00
Sam Germain 07e3f82400 Changed to python3.8 installing first, removed test_and_fix_python_on_mac 2021-07-15 01:03:32 -06:00
Sam Germain 65ce7c9838 Added echo python3.* line back in 2021-07-14 20:01:43 -06:00
Sam Germain 74d7497a47 Setup script tries to install python3.9 instead of 3.8 with this fix, python versions are also checked for in a loop instead of copy and pasted code 2021-07-14 19:25:51 -06:00
Sam Germain cde041f702 install hdf5 and c-blosc on mac if using python3.9 2021-07-14 19:20:12 -06:00
Bernd Zeimetz 5defd9a7f8
setup.sh: Install libpython3-dev on Debian/Ubuntu
Python.h is required to build c modules for Python.
2021-04-20 19:52:57 +02:00
Matthias 371b374ea6 Remove unused config setup from setup.sh 2021-01-22 19:12:34 +01:00
Matthias e240f0b372 Merge branch 'develop' into dependabot/docker/python-3.9.0-slim-buster 2020-12-14 20:18:34 +01:00
Matthias 9f5c4ead15 Remove support for 3.6 2020-12-14 19:18:54 +01:00
Matthias be555895b2 Merge branch 'develop' into dependabot/docker/python-3.9.0-slim-buster 2020-12-13 11:24:23 +01:00
Matthias cec771b593 Ask for plotting dependency installation 2020-12-01 06:48:16 +01:00
Matthias 5f70d1f9a7 Ask for hyperopt installation during setup
closes #2871
2020-12-01 06:48:16 +01:00
Matthias 95b24ba8a9 Update setup.sh with some specifics 2020-12-01 06:48:12 +01:00
Matthias dd42d61d03 Run CI on 3.9 2020-11-17 19:44:39 +01:00
Matthias 2b1d0b4ab5 Rename references to "master" branch to "stable"
closes #2496
2020-09-20 11:45:08 +02:00