Skip to content

Commit

Permalink
Merge pull request #16 from washingtonpost/main
Browse files Browse the repository at this point in the history
Sync develop with main 🎉
  • Loading branch information
dmnapolitano authored Oct 20, 2023
2 parents fc655a2 + a80eb95 commit 07b58fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
### 2.0.1 - 2023-10-20
- chore: Updated all required packages to their latest versions. Added `numpy` as a requirement. [#14](https://github.com/washingtonpost/elex-solver/pull/14)

### 2.0.0 - 2023-09-22
- feat: adding ordinary least squares regression solver. Updating quantile regression to solve dual [#11](https://github.com/washingtonpost/elex-solver/pull/11)

Expand Down Expand Up @@ -30,7 +33,3 @@
- Normalizing weights

### Initial release - 2022-01-24




4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
LONG_DESCRIPTION = f.read()

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

PROJECT = "elex-solver"
AUTHOR = "The Wapo Newsroom Engineering Team"
COPYRIGHT = "2021, {}".format(AUTHOR)
COPYRIGHT = "2023, {}".format(AUTHOR)


setup(
Expand Down

0 comments on commit 07b58fd

Please sign in to comment.