Skip to content

Releases: vizzuhq/ipyvizzu

0.17.0

21 Dec 10:25
d2740bc
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed: _register_pre_run_cell takes 0 positional arguments but 1 was given by @veghdev in #281

Added

  • Changed: set Vizzu's version to 0.9.x by @veghdev in #285
  • Added: units parameter to add_df; added column_unit parameter to add_np_array (method api changed) by @veghdev in #287
  • Added: __version_info__ attribute by @veghdev in #290
  • Added: Chart.plugin method by @veghdev in #289

Contributors

Full Changelog: 0.16.2...0.17.0

0.16.2

12 Oct 08:16
06a4be0
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed: identifier IpyVizzu has already been declared (e.g. in Kaggle shared notebooks) by @veghdev in #278

Contributors

Full Changelog: 0.16.1...0.16.2

0.16.1

22 Aug 14:31
b29bf96
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed: add missing max_rows parameter to add_df_index function by @veghdev in #261
  • Fixed: deprecated add_data_frame functions are not affected by the default MAX_ROWS by @veghdev in #262
  • Fixed: MAX_ROWS default value (using 100k instead of 10k) by @veghdev in #263
  • Fixed: add missing warning when max_rows is exceeded by @veghdev in #265

Documentation

  • Documentation: outdated content fixed (mouse events renamed to pointer events) by @veghdev in #260
  • Documentation: note about max_rows parameter of add_df function added by @KleinK0910 in #267
  • Documentation: preview videos loading in older Safari browser fixed by @nandordevai in #266
  • Documentation: link to the blog added by @veghdev in #268

Contributors

Full Changelog: 0.16.0...0.16.1

0.16.0

15 Aug 18:55
Compare
Choose a tag to compare

What's Changed

Added

  • Changed: use pyproject.toml instead of setup.py by @katehyerinjeon in #234
  • Changed: use pyproject.toml for dependencies by @DataOmbudsman in #236
  • Changed: extract pandas DataFrame converter into a separate module, changed data.add_data_frame methods to data.add_df by @veghdev in #252
  • Changed: set Vizzu's version to 0.8.x, able to use data aggregating functions by @veghdev in #253
  • Changed: Data record - in addition to a list of RecordValues - can also be a dictionary, where the key,value pairs are the series name and the corresponding RecordValue by @veghdev in #254
  • Added: __version__ attribute by @veghdev in #249
  • Added: collection of usage statistics using Plausible by @veghdev in #251
  • Added: numpy array support, added data.add_np_array function by @veghdev in #255
  • Added: warning, Python 3.6 support will be dropped in future versions by @veghdev in #257
  • Added: spark DataFrame support, added typing_extensions dependency on Python < 3.8 by @veghdev in #256

Documentation

  • Documentation: Excel and Sheets related data conversion examples added by @Shivraj-Nakum in #233
  • Documentation: SQL related data conversion examples added by @peteranagy in #240
  • Documentation: added analytical operation examples, removed animated examples by @veghdev in #243
  • Documentation: update mercury usage in environments by @pplonski in #246
  • Documentation: background image example added by @veghdev in #258

Contributors

Full Changelog: 0.15.0...0.16.0

0.15.0

22 Mar 07:06
4f959ae
Compare
Choose a tag to compare

What's Changed

Added

Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

01 Mar 18:52
32e7a52
Compare
Choose a tag to compare

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

Full Changelog: 0.13.0...0.14.0

0.13.0

19 Oct 12:01
f0a9992
Compare
Choose a tag to compare

What's Changed

Added

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

Contributors

Full Changelog: 0.12.1...0.13.0

0.12.1

27 Jul 19:25
a585570
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed: requirements, added jsonschema

Contributors

Full Changelog: 0.12.0...0.12.1

0.12.0

13 Jul 17:30
d4af422
Compare
Choose a tag to compare

What's Changed

Added

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

Contributors

Full Changelog: 0.11.1...0.12.0

0.11.1

12 Jul 12:05
a8b2836
Compare
Choose a tag to compare

What's Changed

Added

  • Added: py.typed and typing support

Contributors

Full Changelog: 0.11.0...0.11.1