Skip to content

0.16.0

Compare
Choose a tag to compare
@veghdev veghdev released this 15 Aug 18:55

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