From 14ece39cea00877ed57cf0a99a4f59d38844d03d Mon Sep 17 00:00:00 2001 From: Roy Peng <263503901+icaruspeng@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:59:29 -0400 Subject: [PATCH 1/2] fix: remove None entries from changelog --- CHANGELOG.rst | 9 --------- 1 file changed, 9 deletions(-) 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 From a09ee0e1b896765ff143b24fd73b4a4c919852d1 Mon Sep 17 00:00:00 2001 From: Roy Peng <263503901+icaruspeng@users.noreply.github.com> Date: Wed, 26 Aug 2026 02:12:43 -0400 Subject: [PATCH 2/2] chore: add news item for changelog cleanup --- news/111.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/111.rst 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:** + +*