Skip to content

Commit 7338611

Browse files
authored
Merge pull request #119 from washingtonpost/main
Sync `main` and `develop` 🎉
2 parents 1e8950b + 1388a63 commit 7338611

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.2 (10/24/2024)
4+
- feat: `agg_model_hard_threshold` now defaults to `True`
5+
- feat: using cross-validation to find the optimal OLS `lambda` for use in the `BootstrapElectionModel` is now optional due to the `lambda_` model parameter [#115](https://github.com/washingtonpost/elex-live-model/pull/115)
6+
37
## 2.1.1 (10/10/2024)
48
- fix: allow multiple `alpha` values passed in to `ModelClient.get_national_summary_votes_estimates()` and change that method to return a `pandas.DataFrame` [#111](https://github.com/washingtonpost/elex-live-model/pull/111)
59

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
LONG_DESCRIPTION = f.read()
2121

2222
# The full version, including alpha/beta/rc tags
23-
RELEASE = "2.1.1"
23+
RELEASE = "2.1.2"
2424
# The short X.Y version
2525
VERSION = ".".join(RELEASE.split(".")[:2])
2626

0 commit comments

Comments
 (0)