Changelog
[Unreleased]
[0.14.0] - 2023-03-01
Fixed
- Changed cdn url to jsdelivr style.
Added
- Changed Vizzu's version to 0.7.x.
- Added:
__all__into__init__.py
[0.13.0] - 2022-10-19
Added
- Changed Vizzu's version to 0.6.x.
[0.12.1] - 2022-07-27
Fixed
- Fixed requirements, added jsonschema.
[0.12.0] - 2022-07-13
Added
- Added Config presets support.
- Changed Vizzu's version to 0.5.x.
[0.11.1] - 2022-07-12
Added
- Added py.typed and typing support.
[0.11.0] - 2022-06-30
Fixed
- Fixed multi-line filter expression handling in
Data()filter. - Fixed multiple
Chartusage in the same workspace. - Fixed
IpyVizzu.clearInhibitScrollifwindow.IpyVizzudoes not exist. - Fixed
chart.animate(snapshot)call.
Added
- Added
Chart.on()andChart.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.
[0.10.1] - 2022-06-12
Fixed
- Fixed
Dataschema validation.
[0.10.0] - 2022-05-25
Added
- Added
Chart._repr_html_()method.
[0.9.0] - 2022-04-29
Added
- Changed the DataFrame column's type recognition with checking
dtypeis a numeric type or not . - Deprecated
infer_typesparameter ofData.add_data_frame(), because it can be set viadtype. - Added
Data.add_data_frame_index(data_frame, name), with thispandas.DataFrame.indexcan be added toData(). - Added
Dataverification by schema.
[0.8.1] - 2022-04-14
Fixed
- Revert pip-compiled dependencies.
[0.8.0] - 2022-04-14
Fixed
- Fixed
Data.add_data_frame()in order to handleNoneandpd.Seriesasdata_frameparameter.
Added
- Changed default value of the
Chart.scroll_into_viewproperty toFalse. - Separated the JavaScript code into a JavaScript file instead of the previous string template.
- Added
Chart.show()andDisplayTarget.MANUAL, with these the displaying of the chart can be controlled.
[0.7.0] - 2022-03-29
Fixed
- Fixed image url in the README.
- Fixed animation display when the first animation is not just Data.
Added
- Added
Data.add_data_frame()function to supportpandas.DataFrame. - Added
scroll_into_viewchart property. - Added example gallery.
[0.6.0] - 2022-03-17
Fixed
- Fixed code snippet in the README.
- Fixed
Publish documentationworkflow, pull requests skip push step.
Added
- Added
Data.filter()andData.set_filter()methods. - Added
Data.add_records()function to add records' list in one step. - Added CONTRIBUTING.md.
- Added
Release ipyvizzuworkflow.
[0.5.0] - 2022-03-12
Fixed
- Fixed
Style, AnimationMerger conflict. - Fixed
Style, it can be None. - Renamed
Data.add_serie()toData.add_series(). - Restricted Vizzu's version to 0.4.x.
Added
- Changed animation handling, Chart can be animated across the cells.
- Added
vizzuChart constructor parameter to change Vizzu's url. - Added
widthandheightChart constructor parameters to change div's width and height. - Added
displayChart constructor parameter to change div's position. - Added
Data.from_json()function to import data from json file. - Added
Snapshotanimation. - Added
Chart.store()function to save aSnapshot. - Added Animation options handling through
**kwargsofChart.animate(), then**kwargscan not be configs anymore. - Added shorter unique ids.
- Added unit tests.
- Added more notebook examples.
- Added test for notebook examples.
- Added
formatandcheck-formatmake parameters to format the code withblack. - Added
lintmake parameter to analyze the code withpylint. - Added
testmake parameter to run tests. - Added
checkmake parameter to run CI check. - Added pages build and deploy github action.
[0.4.1] - 2022-02-15
Added
- Added makefile github action.
- Added distinct animation handling in
Chart.animate(). - Added
Styleanimation.
[0.3.1] - 2022-01-08
Fixed
- Fixed code snippet in the README.
[0.3.0] - 2022-01-08
Fixed
- Fixed notebook link in documentation.
- Fixed dev build flag, html targets build every time.
Added
- Changed
Chart.set_feature()toChart.feature(). - Changed
Chart.set_data()andChart.set_config()toChart.animate(). - Using modular examples in
make doc. - Added note about generated JavaScript code errors.
[0.2.0] - 2022-01-07
Added
- Added more notebook examples.
- Added
Chart.set_feature(). - Added unique div id.
[0.1.1] - 2022-01-07
Added
- First public release