Skip to content

Release 1.0.1

Compare
Choose a tag to compare
@IgnatovFedor IgnatovFedor released this 22 Nov 07:00
· 47 commits to master since this release
49e74be

Major Features and Improvements

  • Added -i/--install CLI argument and install argument to deeppavlov.build_model, deeppavlov.evaluate_model, deeppavlov.train_model to install model requirements before interaction with model (#1603).

Bug Fixes and Other Changes

  • Reduced library verbosity: redundant logging info messages replaced with debug ones. Set nltk.download to quiet mode. (#1601).
  • Replaced docs/features/models/classifiers.rst with docs/features/models/classification.ipynb. Fixed minor typos in documentation, removed skill concept (#1600).
  • Removed /examples from the README.md links (#1602).