Skip to content

Commit 9e30840

Browse files
committed
feat: added news describing PR changers
1 parent d5ea270 commit 9e30840

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

news/79.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**Added:**
2+
3+
* Exposed `ReflectionProfile` methods (`GetProfile`, `GetFullProfileWidth`, `XMLOutput`, `XMLInput`) via Python bindings. Added unit tests.
4+
* The binding to `ReflectionProfile.GetProfile(x, xcenter, h, k, l)` accepts python sequences / `numpy` arrays for the `x` argument, thanks to the helper function `assignCrystVector`.
5+
6+
**Changed:**
7+
8+
* None.
9+
10+
**Deprecated:**
11+
12+
* None.
13+
14+
**Removed:**
15+
16+
* None.
17+
18+
**Fixed:**
19+
20+
* Building with `pip install .` now uses `sysconfig` to locate `ObjCryst++`` libraries outside conda environments.
21+
* Missing definition of `ScatteringData` in `powderpatterndiffraction_ext.ccp`
22+
23+
**Security:**
24+
25+
* None.

0 commit comments

Comments
 (0)