1. Completely rewritten zopen which supports the "rt" keyword of Python 3 even when used in Python 2. 2. monty.string now has a marquee method which centers a string (contributed by Matteo). 3. Monty now supports only Python >= 3.3 as well as Python 2.7. Python 3.2 support is now dropped.
0.4.4
1. Refactor lazy_property to be in functools module.
0.4.3
1. Additional dev decorators lazy and logging functions.
0.4.2
1. Improve numpy array serialization with MontyEncoder.
0.4.1
1. Minor bug fix for module load in Py3k.
0.4.0
1. Remove deprecated json.loadf methods. 2. Add MSONable protocol for json/yaml based serialization. 3. deprecated now supports an additonal message.