This is the release note of v0.7.0. See here for the complete list of solved issues and merged PRs.
Compatibility
- Remove support of Python3.4. (#305)
New Features
- Add integration for TensorFlow's Estimator API. (#292, thanks @sfujiwara!)
- Add an argument to show internal field of dataframe. (#283)
- Add visualization utility for learning curves. (#281)
Enhancements
- Enable
--disallow-untyped-defs
mypy flag. (#296)