v1.0.3
First release! The notes below cover changes from v1.0.0
to v1.0.3
, but future release notes will be version-specific.
Fixed
dx.register()
(dx.enable()
, deprecated) anddx.deregister()
(dx.disable()
, deprecated) will now update the default display formatting for pandasDataFrame
objects as intended- Updated minimum
python
version to3.8
(down from3.9.6
in 1.0.0)
Added
- Custom
IPython
formatter for Noteable environments - Additional data type support for
display()
/dx()
:- any tabular structure (lists of dicts, dict of
{column: [values]}
, etc) that can be loaded into a pandasDataFrame
.csv
and.json
file paths
- any tabular structure (lists of dicts, dict of
Full Changelog: https://github.com/noteable-io/dx/commits/v1.0.3
PyPI: https://pypi.org/project/dx/1.0.3/