Skip to content

Commit a4df1e7

Browse files
authored
Update CHANGELOG for version 1.1.3 release
- Updated version number and release date for 1.1.3. - added notes on code cleanup changes
1 parent f8e21fb commit a4df1e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The rules for this file:
1515
* YYYY-MM-DD date format (following ISO 8601)
1616
* accompany each entry with github issue/PR number (Issue #xyz)
1717
-->
18-
## [1.1.3] - UNRELEASES
18+
## [1.1.3] - 2025-09-11
1919

2020
### Authors
2121
* @orbeckst
@@ -28,11 +28,15 @@ The rules for this file:
2828
(Issue #48)
2929

3030
### Changed
31+
The following changes do not functionally change the code but users relying
32+
on default values need to be aware of the changes to gibbs.Gibbs.
33+
3134
* Default kwargs for the skipping in the Gibbs sampler are now
3235
gibbs.Gibbs(g=100, gskip=1) (used to be g=50, gskip=2) but for most users
3336
gskip for processing data is not important and it makes more sense to focus
3437
on g as the stride at which we sample AND process data (#48, PR #49)
35-
38+
* internal code refactor and clean-up: moved util.run_residue() to
39+
gibbs.run_residue() and use direct assignment instead of setattr() (PR #50)
3640

3741
## [1.1.2] - 2025-07-22
3842

0 commit comments

Comments
 (0)