diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 54abb46..b31c699 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,7 +13,6 @@ Release notes to control the minimum unit cell length explored during indexing. * 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`. -* None. * Expose PowderPattern.GetPowderPatternObsSigma and PowderPattern.SetPowderPatternObsSigma from objcryst * Add ``AGENTS.md`` documenting contribution guidelines for AI coding agents (dependency chain, commit conventions, news-item policy, human-review @@ -32,13 +31,9 @@ polarisation clock and fixes the polarisation-correction recalculation trigger. * ``quick_index()`` default minimum unit cell length lowered from 3 Å to 2.5 Å, allowing correct indexing of compact structures such as α-Fe, B, or ZRNCl (`issue #47 `_). -* None. -* None. **Deprecated:** -* None. -* None. **Fixed:** @@ -50,14 +45,10 @@ allowing correct indexing of compact structures such as α-Fe, B, or ZRNCl **Removed:** -* None. -* None. * Remove support for Python 3.11. **Security:** -* None. -* None. 2025.1.0 diff --git a/news/111.rst b/news/111.rst new file mode 100644 index 0000000..cb83e5d --- /dev/null +++ b/news/111.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* No news needed: remove malformed placeholders from existing release notes. + +**Security:** + +*