Skip to content

Commit af8adcd

Browse files
authored
convokit version 3.0.2 (#258)
1 parent a114b28 commit af8adcd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Discord Community](https://img.shields.io/static/v1?logo=discord&style=flat&color=red&label=discord&message=community)](https://discord.gg/WMFqMWgz6P)
1111

1212

13-
This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a [single unified interface](https://convokit.cornell.edu/documentation/architecture.html) inspired by (and compatible with) scikit-learn. Several large [conversational datasets](https://github.com/CornellNLP/ConvoKit#datasets) are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is [3.0.1](https://github.com/CornellNLP/ConvoKit/releases/tag/v3.0.1) (released November 19, 2024); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates.
13+
This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a [single unified interface](https://convokit.cornell.edu/documentation/architecture.html) inspired by (and compatible with) scikit-learn. Several large [conversational datasets](https://github.com/CornellNLP/ConvoKit#datasets) are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is [3.0.2](https://github.com/CornellNLP/ConvoKit/releases/tag/v3.0.2) (released December 27, 2024); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates.
1414

1515
Join our [Discord community](https://discord.gg/WMFqMWgz6P) to stay informed, connect with fellow developers, and be part of an engaging space where we share progress, discuss features, and tackle issues together.
1616

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = "3.0"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "3.0.1"
69+
release = "3.0.2"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

docs/source/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Cornell Conversational Analysis Toolkit (ConvoKit) Documentation
88

99
This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a `single unified interface <https://convokit.cornell.edu/documentation/architecture.html>`_ inspired by (and compatible with) scikit-learn.
1010
Several large `conversational datasets <https://github.com/CornellNLP/ConvoKit#datasets>`_ are included together with scripts exemplifying the use of the toolkit on these datasets.
11-
More information can be found at our `website <https://convokit.cornell.edu>`_. The latest version is `3.0.1 <https://github.com/CornellNLP/ConvoKit/releases/tag/v3.0.1>`_ (released November 19, 2024).
11+
12+
More information can be found at our `website <https://convokit.cornell.edu>`_. The latest version is `3.0.2 <https://github.com/CornellNLP/ConvoKit/releases/tag/v3.0.2>`_ (released December 27, 2024).
1213

1314
Contents
1415
--------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author_email="[email protected]",
77
url="https://github.com/CornellNLP/ConvoKit",
88
description="ConvoKit",
9-
version="3.0.1",
9+
version="3.0.2",
1010
packages=[
1111
"convokit",
1212
"convokit.bag_of_words",

0 commit comments

Comments
 (0)