You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* repr_fixes:
BUG: config.is_one_of_factory is broken
TST: add test for config.is_one_of_factory
DOC: RELEASE.rst mention new options disp.height/width and deprecated line_width
BUG: fix validators for config options
ENH: default dimensions for ip zmq frontends derive from disp.height/width defaults
ENH: let display.notebook_repr_html control HTML repr in qtconsole again.
ENH: fix df.repr() for scripts (keep GH1611 away), accept None for max_cols/rows
BUG: rework get_console_size to handle cases properly
ENH: optimize _repr_fits_horizontal_, to_string only on slice of interest
BUG: for numerical option, sentry should be another Type, not 0
TST: fix test_repr_non_interactive passing by accident
TST: adjust tests to accommodate new defaults for display options
ENH: Adjust height/width/max_rows defaults to match informal survey results
CLN: convert test utilizing disp.line_width to disp.width
DOC: Add comments, tweak option descriptions.
BUG: Always Ignore auto-detect terminal size for qtc/+ipnb
ENH: add helper for detecting any IPython zmq frontend, make in_qtconsole robuster
ENH: add internal get_default_val() function to core.config
BUG: fix df repr troubles GH3337
0 commit comments