Skip to content

Commit ccc9ebd

Browse files
authored
v0.16.2 (#1987)
1 parent 9e5558b commit ccc9ebd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

bertopic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from bertopic._bertopic import BERTopic
22

3-
__version__ = "0.16.1"
3+
__version__ = "0.16.2"
44

55
__all__ = [
66
"BERTopic",

docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ hide:
55

66
# Changelog
77

8+
## **Version 0.16.2**
9+
*Release date: 12 May, 2024*
10+
11+
<h3><b>Fixes:</a></b></h3>
12+
13+
* Fix issue with zeroshot topic modeling missing outlier [#1957](https://github.com/MaartenGr/BERTopic/issues/1957)
14+
* Bump github actions versions by [@afuetterer](https://github.com/afuetterer) in [#1941](https://github.com/MaartenGr/BERTopic/pull/1941)
15+
* Drop support for python 3.7 by [@afuetterer](https://github.com/afuetterer) in [#1949](https://github.com/MaartenGr/BERTopic/pull/1949)
16+
* Add testing python 3.10+ in Github actions by [@afuetterer](https://github.com/afuetterer) in [#1968](https://github.com/MaartenGr/BERTopic/pull/1968)
17+
* Speed up fitting CountVectorizer by [@dannywhuang](https://github.com/dannywhuang) in [#1938](https://github.com/MaartenGr/BERTopic/pull/1938)
18+
* Fix `transform` when using cuML HDBSCAN by [@beckernick](https://github.com/beckernick) in [#1960](https://github.com/MaartenGr/BERTopic/pull/1960)
19+
* Fix wrong link in algorithm documentation by [@naeyn](https://github.com/naeyn) in [#1970](https://github.com/MaartenGr/BERTopic/pull/1970)
20+
21+
822
## **Version 0.16.1**
923
*Release date: 21 April, 2024*
1024

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
setup(
6464
name="bertopic",
6565
packages=find_packages(exclude=["notebooks", "docs"]),
66-
version="0.16.1",
66+
version="0.16.2",
6767
author="Maarten P. Grootendorst",
6868
author_email="[email protected]",
6969
description="BERTopic performs topic Modeling with state-of-the-art transformer models.",

0 commit comments

Comments
 (0)