Skip to content

Commit 0a86bde

Browse files
committed
v2.5.2
1 parent 701a3c0 commit 0a86bde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img src="https://img.shields.io/pypi/pyversions/convokit" alt="versions"></a>
1515
</p>
1616

17-
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/Cornell-Conversational-Analysis-Toolkit#datasets) are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is [2.5.1](https://github.com/CornellNLP/Cornell-Conversational-Analysis-Toolkit/releases/tag/v2.5.1) (released 04 Oct 2021); follow the [project on GitHub](https://github.com/CornellNLP/Cornell-Conversational-Analysis-Toolkit) to keep track of updates.
17+
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/Cornell-Conversational-Analysis-Toolkit#datasets) are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is [2.5.2](https://github.com/CornellNLP/Cornell-Conversational-Analysis-Toolkit/releases/tag/v2.5.2) (released 02 Jan 2022); follow the [project on GitHub](https://github.com/CornellNLP/Cornell-Conversational-Analysis-Toolkit) to keep track of updates.
1818

1919
Read our [documentation](https://convokit.cornell.edu/documentation) or try ConvoKit in our [interactive tutorial](https://colab.research.google.com/github/CornellNLP/Cornell-Conversational-Analysis-Toolkit/blob/master/examples/Introduction_to_ConvoKit.ipynb).
2020

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# The short X.Y version.
6666
version = '2.5'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '2.5.1'
68+
release = '2.5.2'
6969

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

doc/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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/Cornell-Conversational-Analysis-Toolkit#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 `2.5.1 <https://github.com/CornellNLP/Cornell-Conversational-Analysis-Toolkit/releases/tag/v2.5.1>`_ (released 04 Oct 2021).
11+
More information can be found at our `website <https://convokit.cornell.edu>`_. The latest version is `2.5.2 <https://github.com/CornellNLP/Cornell-Conversational-Analysis-Toolkit/releases/tag/v2.5.1>`_ (released 02 Jan 2022).
1212

1313
Contents
1414
--------

0 commit comments

Comments
 (0)