forked from amueller/word_cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Main #5
Merged
Merged
Main #5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added self.min_word_length=0. Added conditional filter in WordCloud.process_text() for word length. When parameter set to positive integer, remove words that do not exceed the minimum word length.
Example: Don't assign variable name back to wordcloud
* Add matplotlib to install_requires. * Move matplotlib install to top of wordcloud.py
Require matplotlib.
… get removed in word_cloud. Fix to allow single letter inclusion in RegEx later.
Allowing: Minimum Word Length & Frequencies of Numbers
Fix wordcloud.py doc typo
skip on zero frequencies
* pull tags in action * try to pull tags .. again * try even more
* try a different wheel workflow * try to fetch tags
* allow running ci manually * add python3.10 * don't pin pytests * remove 3.6 build which is ancient and takes too long
* add pull_request to 'on' * don't do push and pr
* update listed tested python versions * update install instructions to note that matplotlib is required
* bump wheel package for development * allow newer wheel package * int rename * don't restrict flake8 version
* fix: remove deprecated np.int to int * fix: remove deprecated Pillow functions * feat: add aarch64 cp311 --------- Co-authored-by: Valinquish <[email protected]> Co-authored-by: Andreas Mueller <[email protected]>
* bump buildwheel version * bump macos version
arbitraty -> arbitrary
…thon 3.12 (amueller#738) Co-authored-by: Thomas J. Fan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.