Skip to content

v2.9.0

Compare
Choose a tag to compare
@tommy-waltmann tommy-waltmann released this 19 Apr 20:41
e3d738c

This release removes cython as an install requirement, more accurately names some properties in freud.diffraction.StaticStructureFactorDebye, among the other updates listed below.

Added

  • (breaking) Some freud.diffraction.StaticStructureFactorDebye property names changed to be more descriptive.
  • freud.diffraction.DiffractionPattern now raises an exception when used with non-cubic boxes.

Fixed

  • freud.diffraction.StaticStructureFactorDebye implementation now gives S_k[0] = N.
  • Cython is no longer listed as an install requirement in setup.py.

Removed

  • Custom CMake build type ReleaseWithDocs.