File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments