Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 639 Bytes

File metadata and controls

25 lines (14 loc) · 639 Bytes

Added:

  • Exposed ReflectionProfile methods (GetProfile, GetFullProfileWidth, XMLOutput, XMLInput) via Python bindings. Added unit tests.
  • 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.

Changed:

  • None.

Deprecated:

  • None.

Removed:

  • None.

Fixed:

  • Building with pip install . now uses sysconfig to locate ObjCryst++` libraries outside conda environments.
  • Missing definition of ScatteringData in powderpatterndiffraction_ext.ccp

Security:

  • None.