Release 0.0.2
Fixes:
- Fix issue #1: error if
--mode
option is not given. - Fix missing dependencies in
requirements-dev.txt
. - Fix parsing of https dependencies in
setup.py
. - Fix bug in
requirements.txt
that caused loading the wrong copy ofpybtex-apa7-style
. - Fix missing spaCy requirements in
requirements.txt
. - Fix name tagging algorithm to account for changes in spaCy behavior in latest Transformer models.
- Fix tests that had gotten out of sync with the codebase.
Changes:
- (Hopefully) improve colors and readability of help text printed with
--help
. - More documentation (still a work in progress).