- drop support for Python 2.6 - include initial Type information (inspired by M. Crusoe)
0.11.15
- Change to prevent FutureWarning in NumPy, as reported by tgehring ("comparison to None will result in an elementwise object comparison in the future")
0.11.14
- fix preserve_quotes missing on original Loaders (as reported by Leynos, bitbucket issue 38)
0.11.13
- documentation only, automated linux wheels
0.11.12
- added support for roundtrip of single/double quoted scalars using: ruamel.yaml.round_trip_load(stream, preserve_quotes=True)