Skip to content

IceCream v2.1.0.

Compare
Choose a tag to compare
@gruns gruns released this 16 Apr 18:37
· 93 commits to master since this release
  • Added: install() and uninstall() functions that add or remove
    ic() from the builtins module.
  • Changed: Switch to ast.literal_eval() to determine if an
    argument and value are the same, and thus only the value should be
    output. Huge thank you to Ed Cardinal and Alex Hall.