8000 Releases · jboynyc/textnets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jboynyc/textnets

Textnets version 0.10.3

28 Mar 23:27
Compare
Choose a tag to compare

Fixes deployment issues.

Textnets version 0.10.2

28 Mar 22:46
Compare
Choose a tag to compare
  • Attempts to avoid the "tofu problem" (􏿮) in plots by setting an appropriate font for CJK characters.
  • Skips stemming during tokenization if no lemmatizer is available.
  • Improves documentation.

Textnets version 0.10.1

28 Mar 11:16
Compare
Choose a tag to compare
  • Fixes version metadata.

Textnets version 0.10.0

27 Mar 21:34
Compare
Choose a tag to compare
  • Switches to matplotlib for plotting; removes dependency on Cairo.
  • Adds figsize option to tn.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.

Textnets version 0.9.5

20 Feb 16:52
Compare
Choose a tag to compare
  • Sets language_level compiler directive for Cython. (In response to #63).
  • Updates to spaCy 3.7.4 and igraph 0.11.3.
  • Removes references to conda-forge package as it has become difficult to keep updated.
  • Adds dependency on pyarrow to satisfy future pandas releases.

Textnets version 0.9.4

16 Jan 15:20
Compare
Choose a tag to compare
  • Updates to spaCy 3.7.2 and to igraph 0.10.5.
  • Adds Python 3.12 compatibility. (In response to #61.)
  • Fixes a bug in how tf-idf is calculated without sublinear scaling.
  • If the corpus contains long documents, adjust spaCy's maximum document length parameter as needed.

🚀

Textnets version 0.9.3

11 Jul 10:11
Compare
Choose a tag to compare

Textnets version 0.9.2

28 Jun 14:05
Compare
Choose a tag to compare
  • Improves documentation.
  • Updates to scipy 1.10.
  • Fixes how the compiled extension is built.
  • Builds binary wheels for a greater number of platforms.

Textnets version 0.9.1

16 Jun 09:46
Compare
Choose a tag to compare

No substantive change from previous release.

Textnets version 0.9.0

15 Jun 15:33
Compare
Choose a tag to compare
  • 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!
0