ptpython v3.0.8 Release Notes

Release Date: 2021-01-05 // over 3 years ago
  • ๐Ÿ†• New features:

    • Optional output formatting using Black.
    • Optional pager for displaying outputs that don't fit on the screen.
    • โž• Added --light-bg and --dark-bg flags to automatically optimize the brightness of the colors according to the terminal background.
    • Addd PTPYTHON_CONFIG_HOME for explicitely setting the config directory.
    • ๐Ÿ›  Show completion suffixes (like '(' for functions).

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix dictionary completion on Pandas objects.
    • ๐Ÿ—„ Stop using deprecated Jedi functions.