Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8.5 #234

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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