Releases: elifesciences/spacy-keyword-extraction-api
Releases · elifesciences/spacy-keyword-extraction-api
v0.0.10
What's Changed
- Enabled Dependabot by @de-code in #23
- Bump pytest from 8.3.3 to 8.3.4 by @dependabot in #24
- Bump wheel from 0.44.0 to 0.45.1 by @dependabot in #28
- Bump mypy from 1.11.2 to 1.14.1 by @dependabot in #29
- Bump pylint from 3.2.7 to 3.3.3 by @dependabot in #26
- Updated README by @de-code in #31
- Documented batch API in README by @de-code in #32
- Remove
/v1/extract-keywords
endpoint by @HazalCiplak in #33
New Contributors
- @dependabot made their first contribution in #24
Full Changelog: v0.0.9...v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
What's Changed
- Extract keyword extractor by @HazalCiplak in #9
- Used regex to split text by @HazalCiplak in #10
- Define spacy extractor by @HazalCiplak in #11
- Make docker build share dev and non-dev layers by moving ARG install_dev down by @de-code in #12
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Implemented build using simple Docker image by @de-code in #1
- Implemented simple server by @de-code in #2
- Implemented linting and unit-test by @de-code in #3
- Added make targets for virtual environment by @de-code in #4
- Added logging config by @de-code in #5
- Simple API endpoint by @HazalCiplak in #6
- Added dev-watch make target by @de-code in #7
- Build image and push by @HazalCiplak in #8
New Contributors
- @de-code made their first contribution in #1
- @HazalCiplak made their first contribution in #6
Full Changelog: https://github.com/elifesciences/spacy-keyword-extraction-api/commits/v0.0.1