------------------
* Drop support for Python 2.7, 3.4 & 3.5
* bags no longer inherit from Set
* can no longer compare as equal to Sets
* Rename and expose bag and set base classes
* `_basebag` -> :class:`Bag`
* `_basesetlist` -> :class:`SetList`
* tuples passed to the bijection constructor must have len == 2, not >= 2