Notable differences from version 1.1.
- Support for Python 3.7, 3.6, 3.5 in addition to 2.7.
- Makefile targets
module
andtest
. - Support installation from a tagged git-archive tarball.
- Build Anaconda package with Anaconda C++ compiler.
- Allow language standard c++11.
- Update to diffpy.structure 3.0.
- Variable
__gitsha__
in theversion
module which was renamed to__git_commit__
.
- Support for Python 2.6.
- Windows build with MSVC 9 and MSVC 14.
- Invalid escape sequences in string values.
- Open files within the
with
context so they get closed when done.