Skip to content

Textnets version 0.9.0

Compare
Choose a tag to compare
@jboynyc jboynyc released this 15 Jun 15:33
· 55 commits to trunk since this release
  • Improves documentation.
  • Parallelizes execution of NLP and backbone extraction for large corpora and networks.
  • Uses sparse matrices for some operations to avoid running out of memory.
  • Makes other improvements to efficiency.
  • Introduces a NodeType enum to differentiate document and term nodes.
  • Updates to pandas 2.0 and spaCy 3.5.3.
  • Now also tested for compatibility with PyPy 3.9!