Skip to content

v1.7.0

Compare
Choose a tag to compare
@saattrupdan saattrupdan released this 24 Mar 10:05
· 93 commits to main since this release

Added

  • Now allows setting twitter_bearer_token=None in the constructor of
    MuminDataset, which uses the environment variable TWITTER_API_KEY
    instead, which can be stored in a separate .env file. This is now the
    default value of twitter_bearer_token.

Changed

  • Replaced DataFrame.append calls with pd.concat, as the former is
    deprecated and will be removed from pandas in the future.