Releases: minimaxir/stylecloud
Releases · minimaxir/stylecloud
v0.5.2: remove depreciated matplotlib function
Fix Union syntax
v0.5.1 Fix Union formatting
Font Awesome 5.13.0
- Updated included Font Awesome to 5.13.0 (for the COVID-19 icons)
- Formatted w/ black + type hinting
- Added
add_stopwords
parameter for adding stop words to the existing commons list, instead of replacing it.
Allow nonsquare sizes
Allows you to use non-square sizes for the stylecloud; works great with an inverted mask!
Unicode fix.
Fix unicode issue (#14)
Font Awesome Pro
- Update included fonts to Font Awesome 5.12.0
- Support for Font Awesome Pro
- Support for Inverting Mask
Text coloring!
- Custom text coloring (#9). See docs for examples.
- Custom stopwords (#4) + collocation (#8) parameters
- Allow stopwords to work on dict inputs (e.g. two-column CSVs).
- Fixed a bug where the last color of a random palette was discarded. (in light of this fix, set default palette to
cartocolors.qualitative.Bold_5
)
v0.2
v0.1.1
Initial release
v0.1 Exclude .DS_Store even harder