1. Added a reverse_readfile method in monty.io, which is faster than reverse_readline for large files.
0.5.6
1. Provide way to specify Dumper and Loader in monty.serialization. 2. Better handling of unicode.
0.5.5
1. More robust handling of numpy arrays and datetime objects in json. 2. Refactor NotOverwritableDict to Namespace (Matteo).
0.5.4
1. Addition of many help functions in string, itertools, etc. (Matteo). 2. NullFile and NullStream in monty.design_patterns (Matteo). 3. FileLock in monty.io (Matteo)
0.5.3
1. Minor efficiency improvement.
0.5.2
1. Add unicode2str and str2unicode in monty.string.