Skip to content

Releases: Watts-Lab/team_comm_tools

v0.1.3 - Patch Release - Dependency and Documentation Updates

16 Sep 22:31
Compare
Choose a tag to compare

v0.1.3 - 2024-09-16

Added

  • Documentation: Updated documentation and our requirement files

Fixed

  • Dependency: Our current required version of torch (2.4.0) has a known issue that causes an error for Windows users; we have updated the requirement to 2.4.1 to resolve this issue.

What's Changed

Full Changelog: v0.1.2...v0.1.3

Patch Release - v0.1.2

17 Aug 02:18
Compare
Choose a tag to compare

Security patch ensuring privacy of LIWC lexicons.

v0.1.1 - Patch Release: Dependency and Documentation Updates

09 Aug 23:27
Compare
Choose a tag to compare

v0.1.1 - 2024-08-09

Added

  • Documentation: Updated the user guide to properly install the package from pip and dependencies.
  • Performance: Updated a CLI command download_resources that downloads spacy's en_core_web_sm model and NLTK data

Fixed

  • Dependency: Resolved the issue that en-core-web-sm and NLTK resources can't be downloaded upon installation. Now they are automatically added when the user runs Feature Builder for the first time if they're missing in the environment.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Initial release

08 Aug 00:16
Compare
Choose a tag to compare
Pre-release

v0.1.0 - 2024-08-07

Added

  • Initial release