Skip to content

IceCream v2.0.0.

Compare
Choose a tag to compare
@gruns gruns released this 26 Oct 03:38
· 107 commits to master since this release
  • Added: Support for Python 3.8.
  • Removed: Support for Python 3.4.
  • Changed: Switched core AST parsing engine to Alex Hall's executing
    (https://github.com/alexmojaki/executing). Huge thank you to Alex Hall.
  • Changed: Whitespace in arguments is no longer collapsed. Indentation in
    multiline arguments is now preserved.