Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 945 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.2] - 2024-03-04

Fixed

  • Add FigureCanvasWasm.destroy() method so that user can call pyplot.close() method to delete previous divs (#55)

[0.2.1] - 2023-10-06

Fixed

  • Improved support for matplotlib canvas methods (#42)

[0.2.0] - 2023-08-28

Added

  • Added a feature to specify where the plot will be rendered (#22)

[0.1.1] - 2022-09-03

Fixed

  • Fix import path issue (#4)

[0.1.0] - 2022-09-02

Initial release