This week we have reached a level of maturity with the trader and it's codebase that merits a proper release, we've dubbed this v.0.0.4 and it can be seen at GitHub Link. The next release will be v0.1.0 as we migrate to proper semantic versioning.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 7ec94832216ffc5dd7acec965b3c3365d649a412 | |
| Author: Benjamin Reesman <ben.reesman@gmail.com> | |
| Date: Fri Jan 4 16:32:13 2019 -0500 | |
| script for exporting data for Keras notebooks | |
| diff --git a/nn/export_df.py b/nn/export_df.py | |
| new file mode 100755 | |
| index 0000000..ce4c992 | |
| --- /dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ venv:tf git:export-script ~/src/crayfish ] find /srv/data/crayfish/split/ -iname "*.bad" | |
| /srv/data/crayfish/split/20181112/6/MO.bad | |
| /srv/data/crayfish/split/20181112/6/XLE.bad | |
| /srv/data/crayfish/split/20181112/6/XOM.bad | |
| /srv/data/crayfish/split/20181113/6/@GF#.bad | |
| [ venv:tf git:export-script ~/src/crayfish ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| absl-py==0.5.0 | |
| alabaster==0.7.11 | |
| appnope==0.1.0 | |
| astor==0.7.1 | |
| Babel==2.6.0 | |
| backcall==0.1.0 | |
| bleach==2.1.4 | |
| certifi==2018.8.24 | |
| chardet==3.0.4 | |
| cycler==0.10.0 |

