ipyvizzu

Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.

APACHE-2.0 License

Downloads
1.9K
Stars
948
Committers
21

Bot releases are hidden (Show)

ipyvizzu - 0.17.0 Latest Release

Published by veghdev 10 months ago

What's Changed

Fixed

Added

Contributors

  • @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.16.2...0.17.0

ipyvizzu - 0.16.2

Published by veghdev about 1 year ago

What's Changed

Fixed

Contributors

  • @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.16.1...0.16.2

ipyvizzu - 0.16.1

Published by veghdev about 1 year ago

What's Changed

Fixed

Documentation

Contributors

  • @KleinK0910, @nandordevai, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.16.0...0.16.1

ipyvizzu - 0.16.0

Published by veghdev about 1 year ago

What's Changed

Added

Documentation

Contributors

  • @AgnesKopra, @csetedaniel, @DataOmbudsman, @katehyerinjeon, @Maria99898, @peteranagy, @pplonski, @Shivraj-Nakum

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.15.0...0.16.0

ipyvizzu - 0.15.0

Published by veghdev over 1 year ago

What's Changed

Added

Contributors

  • @goodwanghan, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.14.0...0.15.0

ipyvizzu - 0.14.0

Published by veghdev over 1 year ago

What's Changed

Fixed

  • Changed: cdn url to jsdelivr style

Added

  • Changed: set Vizzu's version to 0.7.x
  • Added: __all__ into __init__.py

Contributors

  • @m1lk4, @parkerkain-8451, @petervidos, @simzer, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.13.0...0.14.0

ipyvizzu - 0.13.0

Published by veghdev almost 2 years ago

What's Changed

Added

  • Changed: set Vizzu's version to 0.6.x

Contributors

  • @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.12.1...0.13.0

ipyvizzu - 0.12.1

Published by veghdev about 2 years ago

What's Changed

Fixed

  • Fixed: requirements, added jsonschema

Contributors

  • @petervidos, @simzer, @sugatoray, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.12.0...0.12.1

ipyvizzu - 0.12.0

Published by veghdev over 2 years ago

What's Changed

Added

  • Changed: set Vizzu's version to 0.5.x
  • Added: Config presets support

Contributors

  • @simzer, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.11.1...0.12.0

ipyvizzu - 0.11.1

Published by veghdev over 2 years ago

What's Changed

Added

  • Added: py.typed and typing support

Contributors

  • @KleinK0910, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.11.0...0.11.1

ipyvizzu - 0.11.0

Published by veghdev over 2 years ago

What's Changed

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

Contributors

  • @petervidos, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.10.1...0.11.0

ipyvizzu - 0.10.1

Published by veghdev over 2 years ago

What's Changed

Fixed

  • Fixed: Data schema validation

Contributors

  • @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.10.0...0.10.1

ipyvizzu - 0.10.0

Published by veghdev over 2 years ago

What's Changed

Added

  • Added: Chart._repr_html_() method

Contributors

  • @petervidos, @ShruAgarwal, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.9.0...0.10.0

ipyvizzu - 0.9.0

Published by veghdev over 2 years ago

What's Changed

Added

  • Changed: DataFrame column's type recognition checks dtype is a numeric type or not
  • Changed: deprecate 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

Contributors

  • @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.8.1...0.9.0

ipyvizzu - 0.8.1

Published by veghdev over 2 years ago

What's Changed

Fixed

  • Changed: revert pip-compiled dependencies

Contributors

  • @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.8.0...0.8.1

ipyvizzu - 0.8.0

Published by veghdev over 2 years ago

What's Changed

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
  • Changed: 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

Contributors

  • @petervidos, @simzer, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.7.0...0.8.0

ipyvizzu - 0.7.0

Published by veghdev over 2 years ago

What's Changed

Fixed

  • Fixed: animation display when the first animation is not just Data

Added

  • Added: Data.add_data_frame() function to support pandas.DataFrame
  • Added: scroll_into_view chart property

Documentation

  • Documentation: fix image url in the README
  • Documentation: added example gallery

Contributors

  • @csaladenes, @petervidos, @simzer, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.6.0...0.7.0

ipyvizzu - 0.6.0

Published by veghdev over 2 years ago

What's Changed

Added

  • Added: Data.filter() and Data.set_filter() methods
  • Added: Data.add_records() function to add records' list in one step
  • Added: Release ipyvizzu workflow

Documentation

  • Documentation: fix code snippet in the README
  • Documentation: fix Publish documentation workflow, pull requests skip push step
  • Documentation: add CONTRIBUTING.md

Contributors

  • @nyirog, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.5.0...0.6.0

ipyvizzu - 0.3.0

Published by veghdev over 2 years ago

What's Changed

Added

  • Changed: Chart.set_feature() to Chart.feature()
  • Changed: Chart.set_data() and Chart.set_config() to Chart.animate()
  • Added: note about generated JavaScript code errors

Documentation

  • Documentation: fixed dev build flag, html targets build every time
  • Documentation: fixed notebook link
  • Documentation: using modular examples in make doc

Contributors

  • @nyirog

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.2.0...0.3.0

ipyvizzu - 0.5.0

Published by veghdev over 2 years ago

What's Changed

Fixed

  • Changed: rename Data.add_serie() to Data.add_series()
  • Changed: restrict Vizzu's version to 0.4.x
  • Fixed: Style, AnimationMerger conflict
  • Fixed: Style, it can be None

Added

  • Changed: animation handling, Chart can be animated across the cells
  • Added: vizzu Chart constructor parameter to change Vizzu's url
  • Added: width and height Chart constructor parameters to change div's width and height
  • Added: display Chart constructor parameter to change div's position
  • Added: Data.from_json() function to import data from json file
  • Added: Snapshot animation
  • Added: Chart.store() function to save a Snapshot
  • Added: animation options handling through **kwargs of Chart.animate(), then **kwargs can not be configs anymore
  • Added: shorter unique ids
  • Added: unit tests
  • Added: format and check-format make parameters to format the code with black
  • Added: lint make parameter to analyze the code with pylint
  • Added: test make parameter to run tests
  • Added: check make parameter to run CI check

Documentation

  • Documentation: add more notebook examples
  • Documentation: add test for notebook examples
  • Documentation: add pages build and deploy github action

Contributors

  • @nyirog, @veghdev

Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.4.1...0.5.0