We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d9a09 commit 0d031a2Copy full SHA for 0d031a2
1 file changed
CHANGELOG.md
@@ -0,0 +1,32 @@
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.
0 commit comments