All Versions
18
Latest Version
Avg Release Cycle
17 days
Latest Release
555 days ago

Changelog History
Page 1

  • v0.13.0 Changes

    October 19, 2022

    โž• Added

    • ๐Ÿ”„ Changed Vizzu's version to 0.6.x.
  • v0.12.1 Changes

    July 27, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed requirements, added jsonschema.
  • v0.12.0 Changes

    July 13, 2022

    โž• Added

    • โž• Added Config presets support.
    • ๐Ÿ”„ Changed Vizzu's version to 0.5.x.
  • v0.11.1 Changes

    July 12, 2022

    โž• Added

    • โž• Added py.typed and typing support.
  • v0.11.0 Changes

    June 30, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed multi-line filter expression handling in Data() filter.
    • ๐Ÿ›  Fixed multiple Chart usage in the same workspace.
    • ๐Ÿ›  Fixed IpyVizzu.clearInhibitScroll if window.IpyVizzu does not exist.
    • ๐Ÿ›  Fixed chart.animate(snapshot) call.

    โž• Added

    • โž• Added Chart.on() and Chart.off() methods, added basic event handling support.
    • โž• Added Chart.log() method, with this the actual config and style can be logged in the browser console.
  • v0.10.1 Changes

    June 12, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Data schema validation.
  • v0.10.0 Changes

    May 25, 2022

    โž• Added

    • Added Chart._repr_html_() method.
  • v0.9.0 Changes

    April 29, 2022

    โž• Added

    • ๐Ÿ”„ Changed the DataFrame column's type recognition with checking dtype is a numeric type or not .
    • Deprecated infer_types parameter of Data.add_data_frame(), because it can be set via dtype.
    • Added Data.add_data_frame_index(data_frame, name), with this pandas.DataFrame.index can be added to Data().
    • โž• Added Data verification by schema.
  • v0.8.1 Changes

    April 14, 2022

    ๐Ÿ›  Fixed

    • โช Revert pip-compiled dependencies.
  • v0.8.0 Changes

    April 14, 2022

    ๐Ÿ›  Fixed

    • Fixed Data.add_data_frame() in order to handle None and pd.Series as data_frame parameter.

    โž• Added

    • Changed default value of the Chart.scroll_into_view property to False.
    • Separated the JavaScript code into a JavaScript file instead of the previous string template.
    • โž• Added Chart.show() and DisplayTarget.MANUAL, with these the displaying of the chart can be controlled.