Textnets version 0.10.0
- Switches to
matplotlib
for plotting; removes dependency on Cairo. - Adds
figsize
option totn.params
. - Drops support for Python 3.9.
- Updates to spaCy 3.8.
- Removes experimental FCA features.
- Adds a
max_docs
option (contributed by @McWashr in #62). - Enables proper tokenization of Chinese text. (In response to #65.)
- Switches from Poetry to PDM to handle project dependencies and builds.