Skip to content

Releases: RaczeQ/bivario

0.3.1

07 Nov 08:54
bc16b6b

Choose a tag to compare

Added

  • Matplotlib example notebook
  • Option to pass **kwargs to get_bivariate_cmap function

0.3.0

01 Nov 20:39
8ffa521

Choose a tag to compare

Added

  • Lonboard plotting support with bivario.lonboard.viz_bivariate_data #11
  • Support for mixing different scheme and k values for mapclassify as well as mixing continuous and distinct values #12

Changed

  • Removed GeoPandas and folium from required dependencies.
  • Lowered required dependencies versions:
    • colour-science>=0.4.0
    • mapclassify>=2
    • matplotlib>=3.3
    • narwhals>=1.9.4
    • numpy>=1.19

0.2.0

22 Oct 19:29
1fe6073

Choose a tag to compare

Added

  • Dedicated AccentsBivariateColourmap, CornersBivariateColourmap, MplCmapBivariateColourmap and NamedBivariateColourmap classes

Changed

  • Bivariate Colourmaps API
  • Example data format from .parquet to .csv.gz

0.1.0

20 Oct 19:32
438b3ca

Choose a tag to compare

Added

  • Colourmaps generation functionality
  • Matplotlib legend plotting functionality
  • Folium plotting functionality