v2020.3.0: Add parse command
Pre-release
Pre-release
·
109 commits
to master
since this release
- Adds parse command that can be called with
python -m deep_reference_parser parse
- Rename predict command to 'split' which can be called with
python -m deep_reference_parser parse
- Squashes most
tensorflow
,keras_contrib
, andnumpy
warnings in__init__.py
resulting from old versions and soon-to-be deprecated functions. - Reduces verbosity of logging, improving CLI clarity.
- Fixes issues in annotate_numbered_references command.