Skip to content

v1.0.3

Compare
Choose a tag to compare
@shouples shouples released this 27 Apr 12:24
eb461ea

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) and dx.deregister() (dx.disable(), deprecated) will now update the default display formatting for pandas DataFrame objects as intended
  • Updated minimum python version to 3.8 (down from 3.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 pandas DataFrame
    • .csv and .json file paths

Full Changelog: https://github.com/noteable-io/dx/commits/v1.0.3
PyPI: https://pypi.org/project/dx/1.0.3/