All Versions
18
Latest Version
Avg Release Cycle
17 days
Latest Release
691 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.13.0 Changes
October 19, 2022โ Added
- ๐ Changed Vizzu's version to 0.6.x.
-
v0.12.1 Changes
July 27, 2022๐ Fixed
- ๐ Fixed requirements, added jsonschema.
-
v0.12.0 Changes
July 13, 2022โ Added
- โ Added Config presets support.
- ๐ Changed Vizzu's version to 0.5.x.
-
v0.11.1 Changes
July 12, 2022โ Added
- โ Added py.typed and typing support.
-
v0.11.0 Changes
June 30, 2022๐ Fixed
- ๐ Fixed multi-line filter expression handling in
Data()
filter. - ๐ Fixed multiple
Chart
usage in the same workspace. - ๐ Fixed
IpyVizzu.clearInhibitScroll
ifwindow.IpyVizzu
does 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.
- ๐ Fixed multi-line filter expression handling in
-
v0.10.1 Changes
June 12, 2022๐ Fixed
- ๐ Fixed
Data
schema validation.
- ๐ Fixed
-
v0.10.0 Changes
May 25, 2022โ Added
- Added
Chart._repr_html_()
method.
- Added
-
v0.9.0 Changes
April 29, 2022โ Added
- ๐ Changed the DataFrame column's type recognition with checking
dtype
is a numeric type or not . - Deprecated
infer_types
parameter ofData.add_data_frame()
, because it can be set viadtype
. - Added
Data.add_data_frame_index(data_frame, name)
, with thispandas.DataFrame.index
can be added toData()
. - โ Added
Data
verification by schema.
- ๐ Changed the DataFrame column's type recognition with checking
-
v0.8.1 Changes
April 14, 2022๐ Fixed
- โช Revert pip-compiled dependencies.
-
v0.8.0 Changes
April 14, 2022๐ Fixed
- Fixed
Data.add_data_frame()
in order to handleNone
andpd.Series
asdata_frame
parameter.
โ Added
- Changed default value of the
Chart.scroll_into_view
property 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.
- Fixed