Changelog

v0.4.3 (2022-02-05)

Documentation

  • Update to names in license (01402ca)

v0.4.2 (2022-02-05)

v0.4.1 (2022-02-04)

v0.4.0 (2022-02-02)

Feature

  • Changed usage, label options for facetting (3862b09)

  • Changed facet option in function (8e41577)

v0.3.8 (2022-02-01)

v0.3.7 (2022-01-30)

v0.3.6 (2022-01-30)

v0.3.5 (2022-01-29)

v0.3.4 (2022-01-29)

Documentation

  • Add readme with buttons (fc5884e)

v0.3.3 (2022-01-29)

v0.3.2 (2022-01-29)

Documentation

v0.3.1 (2022-01-29)

v0.3.0 (2022-01-29)

Feature

Documentation

  • Added badge to Readthedocs (5c1fb3e)

  • Add dependencies for docs and rendered html (ff2bb56)

v0.2.4 (2022-01-27)

v0.2.3 (2022-01-27)

v0.2.2 (2022-01-27)

v0.2.1 (2022-01-27)

v0.2.0 (2022-01-27)

Feature

  • Added new tests to check shapes = true branch (be7ab3e)

  • Added () to function names (1ec81e4)

  • Updated to individual unit tests (11d8bcd)

  • Change doctring to reflect correct test (853cfa0)

  • Fix formatting of the tests within function (7367884)

  • Update range of opacity (61fa9dd)

  • Add comments for each test and updated tests (78c86fe)

  • Updated mark tests (b9950f0)

  • Added mark and scale=zero tests (4271b15)

  • Add tests to check encoding field mappings (29b0a5b)

  • Create test_scatterplot.py script and add code for sample data (b505499)

  • Update magma purple hex code (75c20e1)

  • Updated example function call statement (1e355f7)

  • Add opacity and size optional input parameters (781357e)

  • Add optional input parameter to change data points shape by color column (d83f1a2)

  • Add x, y axis scale zero input parameters to begin axis from 0 (cbd3b0a)

  • Add optional input parameters for user to provide titles (46a3e8d)

  • Add plot title based on column names, update color tests (2109fca)

  • Add proper axes and legend titles based on column names (fc47f3d)

  • Updated code to reflect color column if passed (93c11ad)

  • Add starter code to plot scatterplot based on df, x, y (31b83cd)

  • Minor updates to tests in scatterplot.py (a726eee)

  • Check if columns exist in df or not (770cd77)

  • Check column names are passed as strings or not (b07f39b)

  • Adds column tests, fix typos in col test (d827fab)

  • Adds input tests (503b52a)

  • Adds title extraction from column names (063993c)

  • Adds dependencies required to run boxplot.py (cbdc496)

  • Adds base code to plot boxplot with facet option (65b6b66)

  • Test file for boxplot function (952d042)

Documentation

  • Changed name of function to match script name (fe02ae0)

  • Fixes typos in documentation for boxplot function (47e6f1f)

v0.1.0 (14/01/2022)

  • First release of magmaviz!