Skip to content

Releases: minimaxir/stylecloud

v0.5.2: remove depreciated matplotlib function

30 Apr 03:12
Compare
Choose a tag to compare
remore depreciated makeMappingArray (#22)

Fix Union syntax

28 May 03:23
Compare
Choose a tag to compare
v0.5.1

Fix Union formatting

Font Awesome 5.13.0

28 May 03:13
Compare
Choose a tag to compare
  • 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

16 Jan 03:31
Compare
Choose a tag to compare

Allows you to use non-square sizes for the stylecloud; works great with an inverted mask!

Unicode fix.

24 Dec 04:05
Compare
Choose a tag to compare

Fix unicode issue (#14)

Font Awesome Pro

12 Dec 03:20
31ace5d
Compare
Choose a tag to compare
  • Update included fonts to Font Awesome 5.12.0
  • Support for Font Awesome Pro
  • Support for Inverting Mask

Text coloring!

10 Nov 02:22
81d9f6f
Compare
Choose a tag to compare
  • 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

08 Nov 06:20
Compare
Choose a tag to compare
  • Custom Stopwords (#4)
  • Single-line CSV support (#3)

v0.1.1

03 Nov 19:24
Compare
Choose a tag to compare
Fix static + matplotlib

Initial release

03 Nov 18:10
Compare
Choose a tag to compare
v0.1

Exclude .DS_Store even harder