| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ipyvizzu-0.16.0-py3-none-any.whl | 2023-08-15 | 38.7 kB | |
| ipyvizzu-0.16.0.tar.gz | 2023-08-15 | 42.9 kB | |
| 0.16.0 source code.tar.gz | 2023-08-15 | 1.7 MB | |
| 0.16.0 source code.zip | 2023-08-15 | 1.8 MB | |
| README.md | 2023-08-15 | 2.3 kB | |
| Totals: 5 Items | 3.7 MB | 1 | |
What's Changed
Added
- Changed: use pyproject.toml instead of setup.py by @katehyerinjeon in https://github.com/vizzuhq/ipyvizzu/pull/234
- Changed: use pyproject.toml for dependencies by @DataOmbudsman in https://github.com/vizzuhq/ipyvizzu/pull/236
- Changed: extract pandas DataFrame converter into a separate module, changed
data.add_data_framemethods todata.add_dfby @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/252 - Changed: set Vizzu's version to 0.8.x, able to use data aggregating functions by @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/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 https://github.com/vizzuhq/ipyvizzu/pull/254
- Added:
__version__attribute by @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/249 - Added: collection of usage statistics using Plausible by @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/251
- Added: numpy array support, added
data.add_np_arrayfunction by @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/255 - Added: warning, Python 3.6 support will be dropped in future versions by @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/257
- Added: spark DataFrame support, added
typing_extensionsdependency on Python < 3.8 by @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/256
Documentation
- Documentation: Excel and Sheets related data conversion examples added by @Shivraj-Nakum in https://github.com/vizzuhq/ipyvizzu/pull/233
- Documentation: SQL related data conversion examples added by @peteranagy in https://github.com/vizzuhq/ipyvizzu/pull/240
- Documentation: added analytical operation examples, removed animated examples by @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/243
- Documentation: update mercury usage in environments by @pplonski in https://github.com/vizzuhq/ipyvizzu/pull/246
- Documentation: background image example added by @veghdev in https://github.com/vizzuhq/ipyvizzu/pull/258
Contributors
- @AgnesKopra, @csetedaniel, @DataOmbudsman, @katehyerinjeon, @Maria99898, @peteranagy, @pplonski, @Shivraj-Nakum
Full Changelog: https://github.com/vizzuhq/ipyvizzu/compare/0.15.0...0.16.0