Skip to content

ConvoKit Version 3.0.1

Latest
Compare
Choose a tag to compare
@seanzhangkx8 seanzhangkx8 released this 20 Nov 06:10
· 2 commits to master since this release
a506040

We are excited to announce the release of ConvoKit 3.0.1, which focuses on bug fixes, adding new datasets, and dependency upgrades. Key updates include:

  • Fixed issue with ConvoKit's download method that prevented datasets from being downloaded to the configured directory.
  • Fixed the support for downloading non-corpus objects
  • Updated the conversational forecasting transformer to make it more flexible
  • Added five new datasets, with documentation available on our website and documentation site.
  • Addressed compatibility issues related to Numpy by building against Numpy 2.0+ and upgrading dependency packages accordingly.

We address some potential issues on our Troubleshooting page, especially with Numpy. If you encounter any issues, feel free to join our Discord community for more support, or submit an issue on GitHub. Thank you!

Notice that we no longer support Python 3.8 (EOL) and 3.9 (not supported by Numpy 2.0.0+).

You can refer to the following pull requests for more details:

  • Fixing bugs:

    • [1] Fixing ConvoKit download method #225 #217
    • [2] New Forecaster Framework #217
  • New datasets:

    • [1] CANDOR corpus #201
    • [2] DeliData corpus #238
    • [3] FORA corpus #238
    • [4] NPR-2P corpus #238
    • [5] FOMC corpus #238
  • Dependency packages:

    • [1] Building ConvoKit to work with Numpy 2.0.0+ #229 #251 #247

Contributors:

  • Kaixiang Zhang (Sean)
  • Ethan Xia
  • Yash Chatha
  • Laerdon Yah-Sung Kim
  • Jonathan P. Chang