~~~~~~~~~~~~~~~~~~ * Pandas 2.x release, the drop shall use .drop(saliency, axis=1) 247
3.4.0
~~~~~~~~~~~~~~~~~~
* 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
~~~~~~~~~~~~~~~~~~
* 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
~~~~~~~~~~~~~~~~~~
* Python 3.7, 3.8, 3.9: dropped 2.7, 3.5, 3.6 support. * RuntimeWarning: divide by zero encountered in log 174. * Deprecation warning due to invalid escape sequences 166. * `python setup.py test` is deprecated. * FutureWarning: pandas.util.testing is deprecated.
3.2.2
~~~~~~~~~~~~~~~~~~
* Fix browser caching of cdn.jsdelivr files. * update ldavis.js to match ldavis.3.0.0.js
3.2.1
~~~~~~~~~~~~~~~~~~
* Fix missing labels and other D3.V3 to D3.V5 issues. * Revert the indexing changes i.e. (startIndex - 1). * Removed some unused GLOBALs.