-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduled monthly dependency update for July (#789)
* Update bumpversion from 0.5.3 to 0.6.0 * Update mkdocs from 1.0.4 to 1.1.2 * Update pymdown-extensions from 6.0 to 7.1 * Update mkdocs-material from 4.2.0 to 5.4.0 * Update black from 19.3b0 to 19.10b0 * Update sqlalchemy from 1.3.17 to 1.3.18 * Update boto3 from 1.13.21 to 1.14.14 * Update inflection from 0.4.0 to 0.5.0 * Update numpy from 1.18.4 to 1.19.0 * Update requests from 2.23.0 to 2.24.0 * Update scipy from 1.3.1 to 1.5.0 * Update scikit-learn from 0.20.3 to 0.23.1 * Update matplotlib from 3.2.1 to 3.2.2 * Update pandas from 1.0.4 to 1.0.5 * Update pytest-cov from 2.9.0 to 2.10.0 * Update hypothesis from 5.16.0 to 5.19.0 * Update flake8 from 3.7.7 to 3.8.3 * Update codecov from 2.0.17 to 2.1.7 * Update tox from 3.9.0 to 3.16.1 * New way of import joblib * LogisticRegression is now *only* in sklearn.linear_model * Updated ScaledLogisticRegression to the new default in scikitlearn (solver = lbfgs). Improved message in the transformer. Co-authored-by: Adolfo De Unánue <[email protected]>
- Loading branch information
1 parent
d9e1e6f
commit caf7750
Showing
10 changed files
with
27 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-r include/build.txt | ||
bumpversion==0.5.3 | ||
mkdocs==1.0.4 | ||
pymdown-extensions==6.0 | ||
mkdocs-material==4.2.0 | ||
black==19.3b0 | ||
bumpversion==0.6.0 | ||
mkdocs==1.1.2 | ||
pymdown-extensions==7.1 | ||
mkdocs-material==5.4.0 | ||
black==19.10b0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
flake8==3.7.7 | ||
flake8==3.8.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
codecov==2.0.17 | ||
codecov==2.1.7 | ||
coverage>=4.4 | ||
tox==3.9.0 | ||
tox==3.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters