* fixed issue with fetching job and data outputs * updated default ignore list * fixed bug with force version upgrade
0.10.4
- Update the logs request to use Resource api. (Hotfix) - Log cli output to stdout - Replace more IDs with NAME from output
0.9.5
- Tensorflow 1.1 environment is now available. It becomes the default environment. - Keras environment now contains Keras 2.0.4 and Tensorflow 1.1.0. - For backwards compatibility, `tensorflow-0.12` and `tensorflow-1.0` environments are also available.
0.9.4
- Support for attaching multiple datasets to the same floyd run. Now you can specify `--data <ID1> --data <ID2>` - Specify mount points for data. You can specify the path where your data should be mounted. Eg: `--data <ID>:pathname` and the data will be available at `/pathname`. - Support for deleting multiple datasets and experiments in a single command. 14 and 21 - Bug Fix: Too many files error was getting thrown even if directories were added to .floydignore - Additional tests
0.9.3
Support for deleting multiple experiment ids. 14 Use proper encoding for server response 11