Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion site_scons/fallback_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
Update FALLBACK_VERSION when tagging a new release.
'''

FALLBACK_VERSION = '2026.2.0.post0'
FALLBACK_VERSION = '2026.3.0.post0'
Loading