Skip to content

Releases: hanjinliu/whitecanvas

v0.3.0

18 May 11:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.3.0

v0.2.7

22 Apr 13:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

08 Apr 12:18
Compare
Choose a tag to compare

New Features

Bug Fixes

Full Changelog: v0.2.5...v0.2.6

v0.2.5

10 Mar 15:06
Compare
Choose a tag to compare

New Features

Bug Fixes

Others

Full Changelog: v0.2.4...v0.2.5

v0.2.4

23 Feb 15:29
Compare
Choose a tag to compare

New features

  • Implement add_hist2d and add_kde2d with colors by @hanjinliu in #20
  • Overlaying methods for box plot and violin plot by @hanjinliu in #25

Bug fixes

Full Changelog: v0.2.3...v0.2.4

v0.2.3

20 Feb 14:04
Compare
Choose a tag to compare

Highlight

  • Legend is supported! Call canvas.add_legend() to automatically add legends independent of the backend. See the documentation for the details.

What's Changed

  • vispy: performance improvement and bug fix in tick visibility by @hanjinliu in #18
  • Support backend-independent legend items by @hanjinliu in #19

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Feb 09:21
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

First release!