Skip to content

0.4.0

Compare
Choose a tag to compare
@uclatommy uclatommy released this 13 Mar 00:49
· 11 commits to master since this release

Added

  • Improved interface for TweetData.fetchbin.
    • A new parameter empty allows you to enable returning empty bins.
    • The return type is now a TweetBin instead of a tuple.
  • Improved interface for TweetFeels.sentiments generator.
    • A new parameter nans allows you to enable a nan sentiment value to be returned when data is missing.
    • The return type is a Sentiment object.