dependency fixes - remove `louvain` dependency and use `igraph`'s built-in louvain algorithm implementation - relax `pandas` requirements to ensure compatibility with latest `numpy` versions
0.7.1
bug fix add `ebbe` dependency in `setup.py`
0.7.0
new features
visualizer - ability to read [Zeeschuimer](https://github.com/digitalmethodsinitiative/zeeschuimer) ndjson files - generate co-mention networks (i and j connected if mentioned in the same tweet)
interaction networks - pagerank as node size
0.6.7
bug fixes Fix bug in mention networks (Add screen names of accounts whose original tweets are not in the dataset)
dependencies Relax `twitwi` requirement to comply with `minet`
0.6.6
bug fix - remove streamlit dependency of tweet collector for headless operation
0.6.1
bug fix
- fix bug in streamlit interface when using API v1.1 and keeping tweet_limit=0