File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # Release notes
2+
3+ Notable differences from version 1.1.
4+
5+ ## Unreleased – Version FIXME
6+
7+ ### Added
8+
9+ - Support for Python 3.7, 3.6, 3.5 in addition to 2.7.
10+ - Makefile targets ` module ` and ` test ` .
11+ - Support installation from a tagged git-archive tarball.
12+
13+ ### Changed
14+
15+ - Build Anaconda package with Anaconda C++ compiler.
16+ - Allow language standard c++11.
17+ - Update to diffpy.structure 3.0.
18+
19+ ### Deprecated
20+
21+ - Variable ` __gitsha__ ` in the ` version ` module which was renamed
22+ to ` __git_commit__ ` .
23+
24+ ### Removed
25+
26+ - Support for Python 2.6.
27+
28+ ### Fixed
29+
30+ - Windows build with MSVC 9 and MSVC 14.
31+ - Invalid escape sequences in string values.
32+ - Open files within the ` with ` context so they get closed when done.
You can’t perform that action at this time.
0 commit comments