Skip to content

Commit

Permalink
v0.8.5 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGr committed Jun 14, 2024
1 parent c1c9726 commit 273c2ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ hide:
---


## **Version 0.8.5**
*Release date: 14 June, 2024*

* Use `batch_size` parameter with `keybert.backend.SentenceTransformerBackend` by [@adhadse](https://github.com/adhadse) in [#210](https://github.com/MaartenGr/KeyBERT/pull/210)
* Add system_prompt param to LLMs by [@lucafirefox](https://github.com/lucafirefox) in [#214](https://github.com/MaartenGr/KeyBERT/pull/214)
* Update OpenAI API response by [@lucafirefox](https://github.com/lucafirefox) in [#213](https://github.com/MaartenGr/KeyBERT/pull/213)
* Drop support for python 3.6 and 3.7 by [@afuetterer](https://github.com/afuetterer) in [#230](https://github.com/MaartenGr/KeyBERT/pull/230)
* Bump github actions versions by [@afuetterer](https://github.com/afuetterer) in [#228](https://github.com/MaartenGr/KeyBERT/pull/228)
* Switch from setup.py to pyproject.toml by [@afuetterer](https://github.com/afuetterer) in [#231](https://github.com/MaartenGr/KeyBERT/pull/231)

## **Version 0.8.4**
*Release date: 15 Februari, 2024*
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plugins:
watch:
- keybert
- search
copyright: Copyright &copy; 2022 Maintained by <a href="https://github.com/MaartenGr">Maarten Grootendorst</a>.
copyright: Copyright &copy; 2024 Maintained by <a href="https://github.com/MaartenGr">Maarten Grootendorst</a>.

theme:
custom_dir: images/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "keybert"
version = "0.8.4"
version = "0.8.5"
description = "KeyBERT performs keyword extraction with state-of-the-art transformer models."
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 273c2ab

Please sign in to comment.