-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change the word problem for the better term 'issue' also wrote about a new issue on the scheduler logs (#544) * Feature/workflows (#552) * Changed branch name on the workflow files * Fixed cornflow-dags requirements * add AIRFLOW_HOME env variable (#551) if not, airflow initializes in the user's root directory Co-authored-by: Guillermo González-Santander de la Cruz <[email protected]> * Modified codecov config file and coverage configuration file (#553) * Modified codecov config file and coverage configuration file * Updated more coverage configuration files * Bump requests version due to securty reasons (#549) * move pulp to version 2.9.0 (#550) * move pulp to version 2.9.0 there are fixes and improvements for the HiGHS_CMD interface. * we need to change the library version of all references to pulp --------- Co-authored-by: Guillermo González-Santander de la Cruz <[email protected]> * Bump versions * Updated flask cors due to security reasons (#557) --------- Co-authored-by: Daniel <[email protected]> Co-authored-by: Franco Peschiera <[email protected]>
- Loading branch information
1 parent
cc7ba3d
commit 55a1710
Showing
15 changed files
with
78 additions
and
26 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
[run] | ||
branch = True | ||
|
||
omit = | ||
*/tests/* | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
[run] | ||
branch = True | ||
|
||
omit = | ||
*/tests/* | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setuptools.setup( | ||
name="cornflow", | ||
version="1.1.0", | ||
version="1.1.1", | ||
author="baobab soluciones", | ||
author_email="[email protected]", | ||
description="Cornflow is an open source multi-solver optimization server with a REST API built using flask.", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
[run] | ||
branch = True | ||
|
||
omit = | ||
*/tests/* | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
requests<=2.31.0 | ||
requests<=2.32.3 | ||
genson<=1.2.2 | ||
jsonschema<=4.19.1 | ||
marshmallow<=3.19.0 | ||
pytups<=0.86.2 | ||
ortools<=9.8.3296 | ||
PuLP<=2.7.0 | ||
PuLP<=2.9.0 |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
setuptools.setup( | ||
name="cornflow-client", | ||
version="1.1.0", | ||
version="1.1.1", | ||
author="baobab soluciones", | ||
author_email="[email protected]", | ||
description="Client to connect to a cornflow server", | ||
|