From ee868cce5602ff015400417ffd79b9fd742aeb02 Mon Sep 17 00:00:00 2001 From: Vincent Favre-Nicolin Date: Thu, 10 Sep 2026 15:42:48 +0200 Subject: [PATCH 1/3] Update ObjCryst for 2026.3.0 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 24 ++++++++++++++++++++++++ site_scons/fallback_version.py | 2 +- src/objcryst | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b23a97..010c977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Release notes +## Version 2026.3.0, - 2026-09-10 + +### Added +- `PowderPatternBackgroundHist` for a fixed background histogram with a + refinable scale factor (#94 @clemisch) +- `ReflectionProfilePseudoVoigtTCH`, implementing the Thompson-Cox-Hastings + pseudo-Voigt profile (#97 @clemisch) +- optional Rwp convergence threshold and per-cycle Rw history for + `LSQNumObj::Refine()` (#90 @clemisch, #91 @clemisch) +- `RefinableParProxy` for locally named aliases of refinable parameters + (#78 @vincefn) + +### Changed +- sync objcryst submodule to upstream `vincefn/objcryst` commit `30fc8df` +- allow SCons build-command verbosity to be configured (#32 @clemisch) +- allow the target CPU passed to `-march` to be configured for fast builds + (#33 @clemisch) +- evaluate Chi2 and Rwp convergence thresholds using the absolute change + (#96 @clemisch) + +### Fixed +- anisotropic pseudo-Voigt profile construction (#93 @clemisch) +- buffer overflow risk in `MonteCarloObj` XML autosave filenames (#89 @vincefn) + ## Version 2026.2.0, - 2026-08-07 ### Changed diff --git a/site_scons/fallback_version.py b/site_scons/fallback_version.py index 6f20786..2499647 100644 --- a/site_scons/fallback_version.py +++ b/site_scons/fallback_version.py @@ -7,4 +7,4 @@ Update FALLBACK_VERSION when tagging a new release. ''' -FALLBACK_VERSION = '2026.2.0.post0' +FALLBACK_VERSION = '2026.3.0.post0' diff --git a/src/objcryst b/src/objcryst index 90a3afc..30fc8df 160000 --- a/src/objcryst +++ b/src/objcryst @@ -1 +1 @@ -Subproject commit 90a3afca1eaa08078e4fdfad2b7968e05e21a48f +Subproject commit 30fc8df2db6c42480e21ec07edef2deea7d5e3ef From ab289d64383becd5a22ee08607d0bc92e9ed8a09 Mon Sep 17 00:00:00 2001 From: Vincent Favre-Nicolin Date: Sat, 19 Sep 2026 08:31:29 +0200 Subject: [PATCH 2/3] Sync objcryst submodule to 9f2f5a4 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 +++- src/objcryst | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010c977..6ac0417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ (#78 @vincefn) ### Changed -- sync objcryst submodule to upstream `vincefn/objcryst` commit `30fc8df` +- sync objcryst submodule to upstream `vincefn/objcryst` commit `9f2f5a4` - allow SCons build-command verbosity to be configured (#32 @clemisch) - allow the target CPU passed to `-march` to be configured for fast builds (#33 @clemisch) @@ -23,6 +23,8 @@ ### Fixed - anisotropic pseudo-Voigt profile construction (#93 @clemisch) - buffer overflow risk in `MonteCarloObj` XML autosave filenames (#89 @vincefn) +- Le Bail extraction now refreshes extracted intensities when reflection count + changes (#99 @clemisch) ## Version 2026.2.0, - 2026-08-07 diff --git a/src/objcryst b/src/objcryst index 30fc8df..9f2f5a4 160000 --- a/src/objcryst +++ b/src/objcryst @@ -1 +1 @@ -Subproject commit 30fc8df2db6c42480e21ec07edef2deea7d5e3ef +Subproject commit 9f2f5a41d0ebfa3d256ecd616cfd743565fd193c From 63ba9851c3e955093b3a15a1c502ff46facd49b0 Mon Sep 17 00:00:00 2001 From: Vincent Favre-Nicolin Date: Sat, 19 Sep 2026 08:34:54 +0200 Subject: [PATCH 3/3] Adjust 2026.3.0 release date in changelog Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac0417..fb69f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release notes -## Version 2026.3.0, - 2026-09-10 +## Version 2026.3.0, - 2026-09-19 ### Added - `PowderPatternBackgroundHist` for a fixed background histogram with a