Skip to content

Releases: paddymul/buckaroo

0.8.2

16 Jan 21:04
Compare
Choose a tag to compare

This release makes it easier to build apps on top of buckaroo.

Post processing functions can now hide columns
CustomizableDataflow (which all widgets extend) gets a new parameter of init_sd which is an initial summary_dict. This makes it easier to hard code summary_dict values.

More resiliency around styling columns. Previously if calls to style_column failed, an error would be thrown and the column would be hidden or an error thrown, now a default obj displayer is used.

Datacompy_app example built utilizing this new functionality. This app compares dataframes with the datacompy library

Release 0.7.12

13 Nov 19:14
c49ac56
Compare
Choose a tag to compare

This release adds the infinite row model which allows the browser to lazily load data from python. #328
It fixes a bug in histograms where fill patterns would disappear. #330