Skip to content

Releases: SamEdwardes/spacytextblob

v5.0.0

12 Oct 20:19
07fa76e
Compare
Choose a tag to compare

Breaking changes

  • Update supported Python versions from 3.9 to 3.12.
  • Removed support for the textblob-de extension. See #25 for more details.
  • Removed support for accessing ._.polarity, ._.sentiment, ._.subjectivity, and ._.assessments. Now, only the ._.blob attribute is exposed. All other textblob attributes should be access through it. For example: ._.blob.polarity, ._.blob.sentiment, ._.blob.subjectivity, and ._.blob.sentiment_assessments.assessments. This simplifies the code base and makes it easier to maintain. Lastly, this means that the config option {"blob_only": bool} was removed.

Other changes

  • Use uv instead of poetry.

v4.0.0

19 Feb 17:39
ac5789f
Compare
Choose a tag to compare

v3.0.1 - Updated docs on PyPi

05 May 21:34
3ea8842
Compare
Choose a tag to compare