- Improve processing performance - Add `add_index_column` argument to `from_dataframe` - Add `register_trans_func` method - Rename properties: - from `type_hint_list` to `type_hints` - from `header_list` to `headers` - from `style_list` to `styles` - Remove `value_map` property
0.42.0
Not secure
- Add `trans_func` property - Change to forbid to assign a `stream` to binary writers - Change to be more informative when optional packages not installed - Bug fixes
0.41.2
Not secure
- Fix missing `extras_require` for `html` (Thanks to hugovk)
0.41.1
Not secure
- Fix the case that changing styles by using `set_style` not properly applied - Fix `__repr__`/`__eq__` method for `Style` class - Avoid closing ipykernel OutStream - Bug fixes
0.41.0
Not secure
- Add `dump` method to writers - Add support for italic style - Add `is_opened` method to binary writers - Fix to apply styles for `_repr_html_` method - Avoid overwriting the stream when executing `dumps` method - Loosen external package dependencies - Change HTML writer to an extra require - Bug fixes