- Better error handling when hugging-face libraries aren't installed and user asks to embed text using hugging-face models
- Bug fixes when hugging-face libraries aren't installed
- Adds CUDA (GPU) support for pytorch models
- Streamline package by not installing hugging-face support by default
- Adds Python 3.10 support (and associated tests)
- Relaxes some tests to support a wider range of platforms (mostly this is relevant for GitHub CI)
- Relaxes requirements.txt versioning to improve compatibility with other libraries when installing via pip
- Updates default behaviors for several models (via config.ini)
- Another bug fix release (more fixes to datawrangler.unstack)
- Corrected a bug in datawrangler.unstack
- Added an option to specify a customized dictionary of default options to the apply_default_options function
- Fixed some bugs related to stacking and unstacking DataFrames
- Minor update that corrects URLs of Khan Academy and NeurIPS corpora and corrects some issues with loading npy files
- Minor update in order to make the package available on pipy.
- First release on PyPI.