Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync main -> develop #93

Merged
merged 2 commits into from
Nov 7, 2023
Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.3 (11/06/2023)
- fix: fix print bug for aggregate model called states error [#90](https://github.com/washingtonpost/elex-live-model/pull/90)
- chore: add predicted turnout to predictions dataframe [#91](https://github.com/washingtonpost/elex-live-model/pull/91)

## 2.0.2 (11/02/2023)
- fix: allow bootstrap model parameters to be of type int as well as float [#86](https://github.com/washingtonpost/elex-live-model/pull/86)
- fix: pass alpha to national summary client function [#87](https://github.com/washingtonpost/elex-live-model/pull/87)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
LONG_DESCRIPTION = f.read()

# The full version, including alpha/beta/rc tags
RELEASE = "2.0.2"
RELEASE = "2.0.3"
# The short X.Y version
VERSION = ".".join(RELEASE.split(".")[:2])

Expand Down
Loading