NB: This is the last version with support for Python 2
From 2.0, it is Python 3. Bugfixes might go in 1.4.x, if important enough,
but any new development is intended for Python 3 only.
* Bugfix packing of improper lists on the Python side
* In the ErlMap type, which is a dict, make ints and floats,
eg 0 and 0.0, be different keys. This differs from normal Python
dicts.
* Rework the homebrewn tests into Erlang eunit tests.
* Add some README documentation and drop the old examples dir