v0.3.0
What's Changed
Added
- Include function name in log messages by @timtreis in #536
- Add
showparameter to.pl.show()to controlplt.show()behavior by @timtreis in #537 - Sync with cookiecutter-scverse v0.7.0 by @timtreis in #548
- Feature/outline color for labels by @MeyerBender in #525
- Warn when groups values don't match color categories by @timtreis in #556
Changed
- Enhancement/reduce verbosity by @MeyerBender in #524
- uniform color handling between labels and points/shapes by @Sonja-Stockhaus in #497
groupsnow hides NAs unlessna_coloris specified by @timtreis in #549
Fixed
- Preserve Categorical dtype for color_vector with non-unique colors by @timtreis in #542
- Fix datashader failing with single-category Categorical by @timtreis in #539
- Fix outline linewidth mismatch between matplotlib and datashader by @timtreis in #543
- Fix datashader elements invisible with non-square aspect ratios by @timtreis in #544
- Fix categorical color mapping across coordinate systems by @timtreis in #547
- nan handling for continuous and categorical coloring by @Sonja-Stockhaus in #427
- Fix datashader fill_alpha applied twice by @timtreis in #552
- Fix scale parameter for polygons with datashader by @timtreis in #555
Full Changelog: v0.2.14...v0.3.0