Changed - `AttMapEcho` now converts an inserted `Mapping` to `AttMapEcho` -- no more specific type than that. - Handle equivalence comparison when values are array-likes from `numpy` or `pandas`
0.1.8
Fixed - Installation working for dependent packages
0.1.7
Changed - Make `__version__` available on the main package object
0.1.6
Changed - Bound on most specific type to which a stored `Mapping` should be converted can be controlled in a subclass via overriding.
0.1.5
Changed - `add_entries` method on an `AttMapLike` now returns the instance. - Improve test coverage