The lux-api v0.2.2 release contains major feature additions and bug fixes.
This release is associated with lux-widget v0.1.3.
New Features
- Similarity incorporated as the default action for line charts (#182)
- Added
lux.config
parameter support for: sampling (#192), - Supporting column names with special character
.
for Altair plots (#184, #175) - Supporting long column names abbreviated for Altair plots (#184, #175)
- Supporting column names with integer type (#203)
- Supporting more data loading capabilities through
pd.io
(#207, #150, #188)
Bug Fixes
- User-provided index KeyError (#191)
- Adding warning for mixed data type columns (#205)
- Bugfix for Series
describe
andconvert_dtypes
(#197) - Ignore Series visualization for basic
values
anddtypes
prints (#197) - Bufix for Series visualization for
value_counts
(#210)
Refactor & Documentation
- Refactor interestingness for colored bar chart test; catching exception for all interestingness calculation (#189)
- Refactor all access to
data_type
only (#185) - Initialize config and actions once only during
__init__
(#194) - Update and improve documentation (#195)
Contributors
We thank the following users who have contributed to this release: @caitlynachen, @cjachekang, @dorisjlee, @jinimukh, @thyneb19, @westernguy2.