File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # Release notes
2+
3+ ## Unreleased - Version 2.1.0
4+
5+ Notable differences from version 2.0.1.
6+
7+ ### Added
8+
9+ - Support for Python 3.7.
10+ - Validation of compiler options from ` python-config ` .
11+ - Make scons scripts compatible with Python 3 and Python 2.
12+ - Support np.array arguments for ` SetPowderPatternX ` , ` SetPowderPatternObs ` .
13+ - Declare compatible version requirements for client Anaconda packages.
14+ - Facility for silencing spurious console output from libobjcryst.
15+
16+ ### Changed
17+
18+ - Build Anaconda package with Anaconda C++ compiler.
19+ - Update to libobjcryst 2017.2.x.
20+
21+ ### Deprecated
22+
23+ - Variable ` __gitsha__ ` in the ` version ` module which was renamed
24+ to ` __git_commit__ ` .
25+
26+ ### Removed
27+
28+ - Support for Python 3.4.
29+
30+ ### Fixed
31+
32+ - Ambiguous use of boost::python classes and functions.
33+ - Name suffix resolution of ` boost_python ` shared library.
34+ - ` SetPowderPatternX ` crash for zero-length argument.
35+ - Incorrectly doubled return value from ` GetInversionCenter ` .
You can’t perform that action at this time.
0 commit comments