boltons v19.2.0 Release Notes

Release Date: 2019-10-19 // over 4 years ago
  • (October 19, 2019)

    🛠 A bunch of small fixes and enhancements.

    • [tbutils.TracebackInfo][tbutils.TracebackInfo]'s from_frame now respects level arg
    • [OrderedMultiDict.sorted()][OrderedMultiDict.sorted] now maintains all items, not just the most recent
    • [setutils.complement()][setutils.complement] now supports __rsub__ for better interop with the builtin set
    • ⚠ [FunctionBuilder][FunctionBuilder] fixed a few py3 warnings related to inspect module usage (formatargspec)
    • [iterutils.bucketize][iterutils.bucketize] now takes a string key which works like an attribute getter, similar to other iterutils functions
    • 📄 Docstring fixes across the board
    • 0️⃣ CI fixes for Travis default dist change

    ✅ [OrderedMultiDict.sorted]: http://boltons.readthedocs.org/en/latest/dictutils.html#boltons.dictutils.OrderedMultiDict.sorted