Skip to content

Releases: bmabey/pyLDAvis

3.4.1

23 Apr 23:49
Compare
Choose a tag to compare

Pandas 2.x release, the drop shall use .drop(saliency, axis=1) #247

3.4.0

15 Feb 17:48
Compare
Choose a tag to compare

Python 3.10, sklearn updates, testing and pypi tweaks

  • Adding testing for Python 3.10, 3.11, move default version to Python 3.10.
  • Tox testing: No module named 'sklearn.manifold'; 'sklearn' is not a package.
    • Rename sklearn.py to lda_model.py.
  • ValueError: The parameter init="pca" cannot be used with metric="precomputed".
  • Update sklearn.py #239.
  • fixes error of get_feature_names removal #235.
  • Remove "sklearn" from requirements #234
  • Bump joblib from 1.0.1 to 1.2.0 dependencies #231.
  • Fixing for small number of topics #229.
  • Bump numpy from 1.20.1 to 1.22.0 dependenciesv #227.
  • License correction #224.
  • Fix background color in Notebooks with dark themes #222.
  • Start building Wheels alongside sdist #221

3.3.1

24 Mar 13:05
Compare
Choose a tag to compare
  • Restored x-axis scale labels for term bars #200
  • import pyLDAvis.gensim_models as gensimvis
  • Deleted orphaned files.
  • Update .gitignore for notebooks/* models, data.

3.3.0

22 Mar 15:49
Compare
Choose a tag to compare
vs 3.3.0 Deprecate PY 2.7, PY <3.7

Upgrading to be more current in PY3, fixing a few nits and bugs.