v0.0.24
What's Changed
New/improved Features
- Distribute type hints (mypy)
- Configurable model pack builder
- Clean transformer NER suffixes like 'gene' and 'protein' from the end of actual gene and protein names, for better linking
- new gene group parser and configs
- New entity class disambiguation step
- Switch to modern pyproject.toml based project metadata from setup.py
Documentation improvements
- Update README.md to include web demo page URL
- Readme used as pypi description
Bugfixes
- auth fixes
- Only show Auth Button on Web API docs if authentication is actually used
- remove erroneous extra whitespace from string_normalizer.py
- Fix links in Sphinx docs
- Update README.md and quickstart.rst to include python version requirements
- Remove problematic spacy hyphen infix rule
- Handle rendering bibtex citations in Sphinx docstrings, and minor more minor Sphinx improvements
Full Changelog: v0.0.16...v0.0.24