Releases: UMassCDS/IHOP-Reddit
Releases · UMassCDS/IHOP-Reddit
v2.1.0
Changed
- Added support for python 3.10 in build and tests
- Made dependency versions less restrictive, except when necessary to avoid deprecations (sklearn, numpy)
- Unit tests updated to handle sklearn deprecations
- Updated prototype cluster browser to display 2023 data
- Upgraded Dash dependency version to >=2.4.1 for the cluster prototype browser app
Fixed
- Upgraded DVC version from 2.10.0 to 3.33.1 to avoid iterative/dvc-objects#241
Added
- Support for processing Reddit comments from manually downloaded archives
- Data and models for Reddit comments in 2023 tracked in DVC
- Instructions and support for running the prototype cluster browser with gunicorn
- Added button to download all subreddit cluster assignments in prototype cluster browser
Removed
- Removed Unity documentation
- Removed argparse from app.py so that it can be served with gunicorn