- **Added:** CJK font support
- **Added:** color-coding for % of missing values
- **Added:** "open_browser" option for show_html()
- **Enhanced:** multiple report generation fixes and cosmetic updates
- **Enhanced:** better correlation edge-case handling
- **Enhanced:** moved logo HTML to be easier to control through INI
- **Fixed:** issues with columns named 'index' and missing columns in comparison data. Closes 60.
- **Fixed:** for issues with missing data
- **Fixed:** support for numpy.float32 data. Closes 58.
- **Fixed:** issues for data columns with a single value
- **Fixed:** issues with page height
- **Fixed:** sorting issue when >500 features
- **Fixed:** multiple minor report generation issues