Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/CornellNLP/ConvoKit/blob/master/LICENSE.md)
[![Discord Community](https://img.shields.io/static/v1?logo=discord&style=flat&color=red&label=discord&message=community)](https://discord.gg/WMFqMWgz6P)

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.
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.1](https://github.com/CornellNLP/ConvoKit/releases/tag/v4.1.1) (released May 1, 2026); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates.

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.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# General information about the project.
project = "convokit"
copyright = "2017-2025 The ConvoKit Developers"
copyright = "2017-2026 The ConvoKit Developers"
author = "The ConvoKit Developers"

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -66,7 +66,7 @@
# The short X.Y version.
version = "4.1"
# The full version, including alpha/beta/rc tags.
release = "4.1.0"
release = "4.1.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Cornell Conversational Analysis Toolkit (ConvoKit) Documentation
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.

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).
More information can be found at our `website <https://convokit.cornell.edu>`_. The latest version is `4.1.1 <https://github.com/CornellNLP/ConvoKit/releases/tag/v4.1.1>`_ (released May 1, 2026).

Contents
--------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author_email="cristian@cs.cornell.edu",
url="https://github.com/CornellNLP/ConvoKit",
description="ConvoKit",
version="4.1.0",
version="4.1.1",
packages=[
"convokit",
"convokit.bag_of_words",
Expand Down
4 changes: 2 additions & 2 deletions website/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

# -- Project information -----------------------------------------------------
project = "ConvoKit"
copyright = "2025, Cornell NLP"
copyright = "2026, Cornell NLP"
author = "Cornell NLP"
release = "4.1.0"
release = "4.1.1"

# -- General configuration ---------------------------------------------------
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion website/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ConvoKit: Conversational Analysis Toolkit
:target: https://github.com/CornellNLP/ConvoKit/blob/master/LICENSE.md
:alt: License

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.
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.1 <https://github.com/CornellNLP/ConvoKit/releases/tag/v4.1.1>`_ (released May 1, 2026); follow the project on GitHub to keep track of updates.

Quick Links
-----------
Expand Down
Loading