diff --git a/docs/changelog.md b/docs/changelog.md index 68a4239f..b63ecb7b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,19 @@ hide: # Changelog +## **Version 0.16.4** +*Release date: 9 October, 2024* + +

Fixes:

+ +* Fix ValueError in Guided Topic Modeling by [@RTChou](https://github.com/RTChou) in [#2115](https://github.com/MaartenGr/BERTopic/pull/2115) +* Fix saving BERTopic when c-TF-IDF is None by [@sete39](https://github.com/sete39) in [#2112](https://github.com/MaartenGr/BERTopic/pull/2112) +* Fix `KeyError: 'topics_from'` in [#2101](https://github.com/MaartenGr/BERTopic/pull/2101) +* Fix issues related Zero-shot Topic Modeling by [@ianrandman](https://github.com/ianrandman) in [#2105](https://github.com/MaartenGr/BERTopic/pull/2105) +* Fix regex matching being used in PartOfSpeech representation model by [@woranov](https://github.com/woranov) in [#2138](https://github.com/MaartenGr/BERTopic/pull/2138) +* Update typo by [@saikumaru](https://github.com/saikumaru) in [#2162](https://github.com/MaartenGr/BERTopic/pull/2162) + + ## **Version 0.16.3** *Release date: 22 July, 2024* diff --git a/pyproject.toml b/pyproject.toml index d8fe13e4..8a284f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bertopic" -version = "0.16.3" +version = "0.16.4" description = "BERTopic performs topic Modeling with state-of-the-art transformer models." readme = "README.md" license = {file = "LICENSE"}