pypi icecream 2.1.6
icecream v2.1.6

latest release: 2.1.7
20 days ago

Fixed: Pretty-printing of SymPy (and similar) objects.

Previously, calling ic() on structures containing SymPy objects could raise a TypeError because pprint.pformat(sort_dicts=True) attempted to sort unorderable keys. IceCream now keeps sort_dicts=True on the fast path and falls back to sort_dicts=False when pprint raises, ensuring robust output without crashes.

Don't miss a new icecream release

NewReleases is sending notifications on new releases.