Releases: AstraZeneca/KAZU
Releases · AstraZeneca/KAZU
v0.0.25
0.0.25 - 2023-02-28
Features
- Added a Kazu web interface for demoing NER results on text snippets.
Improved Documentation
- Added link to changelogs on main documentation page.
- Added towncrier for generating changelogs.
- Generating and committing changelog during release workflow.
- Removed previous changelogs file (NEWS.md).
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
v0.0.16
EMNLP release