New features
- New resources notation (no more `local` or `remote`, introducing new `!cluster` tag). (134 )
- Removed the automatic debugger per block when `debug=True`. Now is up to the user to put the breakpoints (151 )
- Added `WarmupLinearScheduler` and `NoamScheduler` (124)
- No more special installations (`pip install flambe[cuda]`) for GPU support. The base pip installable already supports GPU/CPU. (125 )
- Added `BPC` metric and `PTB` dataset. (126)
- Requirements are more spefic now following `~=` notation to avoid unexpected backwards incompatible changes (129)
- Added `F1` metric (133, thanks ciguaran-asapp )
Bug fixes
- Fixed a bug that was not allowing links to be specified in lists (132)
- A bug was fixed that was not allowing the EC2 to run tensorboard. (128)
- Fixed a bug that was removing output directories (136)