bidict v0.14.2 Release Notes

Release Date: 2017-12-06 // over 6 years ago
    • โšก๏ธ Make initializing (or updating an empty bidict) from only another :class:~bidict.BidirectionalMapping more efficient by skipping unnecessary duplication checking.

    • ๐Ÿ›  Fix accidental ignoring of specified base_type argument when (un)pickling a :func:~bidict.namedbidict.

    • ๐Ÿ›  Fix incorrect inversion of some_named_bidict.inv.<fwdname>_for and some_named_bidict.inv.<invname>_for.

    • ๐Ÿ‘ Only warn when an unsupported Python version is detected (e.g. Python < 2.7) rather than raising :class:AssertionError.