File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The format is based on Keep a Changelog.
66
7- ## [ Unreleased ]
7+ ## [ 1.8.0 ] - 2026-03-26
88
99### Removed
1010
@@ -14,6 +14,8 @@ The format is based on Keep a Changelog.
1414- Retrospective mode (` mode="retrospective" ` ): treatment indicator covariate approach.
1515 Removed along with DATE decomposition.
1616
17+ ## [ 1.7.0] - 2026-03-25
18+
1719### Added
1820
1921- Horseshoe prior as alternative to spike-and-slab via ` ModelOptions(prior_type='horseshoe') `
Original file line number Diff line number Diff line change 11[package ]
22name = " causal_impact_core"
3- version = " 1.7 .0"
3+ version = " 1.8 .0"
44edition = " 2021"
55
66[lib ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " bsts-causalimpact"
7- version = " 1.7 .0"
7+ version = " 1.8 .0"
88description = " CausalImpact for Python with Rust Gibbs sampler (R-compatible)"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mod kalman;
99mod sampler;
1010mod state_space;
1111
12- const MODULE_VERSION : & str = "1.7 .0" ;
12+ const MODULE_VERSION : & str = "1.8 .0" ;
1313
1414#[ pyclass( skip_from_py_object) ]
1515#[ derive( Clone ) ]
You can’t perform that action at this time.
0 commit comments