Skip to content

Releases: hanjinliu/whitecanvas

v0.2.2

16 Feb 09:21

Choose a tag to compare

Highlights

  • Joint plot is implemented. Use from whitecanvas import new jointgrid to create a JointGrid canvas, which plots joint and marginal distributions at the same time. See /examples/joint_grid.py.

New Features

Bug Fixes

Deprecations

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Feb 09:57

Choose a tag to compare

This release fixes some bugs that were found during writing the docs.

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Feb 16:11

Choose a tag to compare

This release breaks some API of v0.1.0 but now categorical plot can be created in a very comfortable way.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Dec 17:02

Choose a tag to compare

First release!