Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump pyldavis from 3.2.2 to 3.4.0 #400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2023

Bumps pyldavis from 3.2.2 to 3.4.0.

Release notes

Sourced from pyldavis's releases.

3.4.0

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

  • 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

No release notes provided.

Changelog

Sourced from pyldavis's changelog.

3.4.0 (2023-02-12)


* 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](https://github.com/bmabey/pyLDAvis/issues/239).
* fixes error of get_feature_names removal [#235](https://github.com/bmabey/pyLDAvis/issues/235).
* Remove "sklearn" from requirements [#234](https://github.com/bmabey/pyLDAvis/issues/234)
* Bump joblib from 1.0.1 to 1.2.0 dependencies [#231](https://github.com/bmabey/pyLDAvis/issues/231).
* Fixing for small number of topics [#229](https://github.com/bmabey/pyLDAvis/issues/229).
* Bump numpy from 1.20.1 to 1.22.0 dependenciesv [#227](https://github.com/bmabey/pyLDAvis/issues/227).
* License correction [#224](https://github.com/bmabey/pyLDAvis/issues/224).
* Fix background color in Notebooks with dark themes [#222](https://github.com/bmabey/pyLDAvis/issues/222).
* Start building Wheels alongside sdist [#221](https://github.com/bmabey/pyLDAvis/issues/221)

3.3.1 (2021-03-24)

  • 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 (2021-03-16)


* Python 3.7, 3.8, 3.9: dropped 2.7, 3.5, 3.6 support.
* RuntimeWarning: divide by zero encountered in log [#174](https://github.com/bmabey/pyLDAvis/issues/174).
* Deprecation warning due to invalid escape sequences [#166](https://github.com/bmabey/pyLDAvis/issues/166).
* `python setup.py test` is deprecated.
* FutureWarning: pandas.util.testing is deprecated.
Commits
  • 1b88bc8 scikit-learn = ">=1.0.0"
  • 0e57689 The parameter init="pca" cannot be used with metric="precomputed".
  • 8d855d6 Remove "sklearn" from requirements #234
  • 27747de Start building Wheels alongside sdist #221
  • f6af12a Adding testing for Python 3.10, 3.11, move default version to Python 3.10.
  • 69a5003 Sklearn refactor and other tweaks, pull requests merge.
  • 631bf2a Merge pull request #242 from bmabey/revert-232-patch-2
  • 50fc57a Revert "Fix link to Carson's LDAvis video (#232)"
  • 61721f2 Merge pull request #240 from bmabey/revert-236-remove-sklearn
  • 75cf731 Revert "Removing sklearn from requirements. (#236)"
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyldavis](https://github.com/bmabey/pyLDAvis) from 3.2.2 to 3.4.0.
- [Release notes](https://github.com/bmabey/pyLDAvis/releases)
- [Changelog](https://github.com/bmabey/pyLDAvis/blob/master/HISTORY.rst)
- [Commits](bmabey/pyLDAvis@3.2.2...3.4.0)

---
updated-dependencies:
- dependency-name: pyldavis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants