Skip to content

Commit eedbb5f

Browse files
authored
ConvoKit Version 4.1.0 (#340)
Co-authored-by: ex36 <96800594+Torchee@users.noreply.github.com>
1 parent 0e19e6c commit eedbb5f

6 files changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/CornellNLP/ConvoKit/blob/master/LICENSE.md)
1010
[![Discord Community](https://img.shields.io/static/v1?logo=discord&style=flat&color=red&label=discord&message=community)](https://discord.gg/WMFqMWgz6P)
1111

12-
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 [4.0.0](https://github.com/CornellNLP/ConvoKit/releases/tag/v4.0.0) (released Nov. 3, 2025); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates.
12+
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 [4.1.0](https://github.com/CornellNLP/ConvoKit/releases/tag/v4.1.0) (released Mar. 10, 2026); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates.
1313

1414
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.
1515

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "4.0"
67+
version = "4.1"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "4.0.0"
69+
release = "4.1.0"
7070

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

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Cornell Conversational Analysis Toolkit (ConvoKit) Documentation
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.
1111

12-
More information can be found at our `website <https://convokit.cornell.edu>`_. The latest version is `4.0.0 <https://github.com/CornellNLP/ConvoKit/releases/tag/v4.0.0>`_ (released Nov. 3, 2025).
12+
More information can be found at our `website <https://convokit.cornell.edu>`_. The latest version is `4.1.0 <https://github.com/CornellNLP/ConvoKit/releases/tag/v4.1.0>`_ (released Mar. 10, 2026).
1313

1414
Contents
1515
--------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author_email="cristian@cs.cornell.edu",
77
url="https://github.com/CornellNLP/ConvoKit",
88
description="ConvoKit",
9-
version="4.0.0",
9+
version="4.1.0",
1010
packages=[
1111
"convokit",
1212
"convokit.bag_of_words",

website/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
project = "ConvoKit"
1111
copyright = "2025, Cornell NLP"
1212
author = "Cornell NLP"
13-
release = "4.0.0"
13+
release = "4.1.0"
1414

1515
# -- General configuration ---------------------------------------------------
1616
extensions = [

website/docs/source/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ ConvoKit: Conversational Analysis Toolkit
1313
:target: https://github.com/CornellNLP/ConvoKit/blob/master/LICENSE.md
1414
:alt: License
1515

16-
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 are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is 4.0.0 (released Nov. 3, 2025); follow the project on GitHub to keep track of updates.
17-
18-
The toolkit currently implements features for:
16+
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 are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is `4.1.0 <https://github.com/CornellNLP/ConvoKit/releases/tag/v4.1.0>`_ (released Mar. 10, 2026); follow the project on GitHub to keep track of updates.
1917

2018
Quick Links
2119
-----------

0 commit comments

Comments
 (0)