diff --git a/ChangeLog.md b/ChangeLog.md index 94cfec5b2..84f2a7f2c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,9 @@ and this project adheres to ### Added * (breaking) Some `freud.diffraction.StaticStructureFactorDebye` property names changed to be more descriptive. +### Changed +* The API in the `freud.diffraction` module is now stable. + ### Fixed * `freud.diffraction.StaticStructureFactorDebye` implementation now gives `S_k[0] = N`. * Cython is no longer listed as an install requirement in `setup.py`. diff --git a/freud/diffraction.pyx b/freud/diffraction.pyx index 2a2b48e3c..4d8bfe6d3 100644 --- a/freud/diffraction.pyx +++ b/freud/diffraction.pyx @@ -4,12 +4,6 @@ r""" The :class:`freud.diffraction` module provides functions for computing the diffraction pattern of particles in systems with long range order. - -.. rubric:: Stability - -:mod:`freud.diffraction` is **unstable**. When upgrading from version 2.x to -2.y (y > x), existing freud scripts may need to be updated. The API will be -finalized in a future release. """ from libcpp cimport bool as cbool