-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Missing notes for 88d63eba - Missing notes for e100998 Sem-Ver: feature Sem-ver: bugfix
- Loading branch information
1 parent
b00825f
commit f6f6d30
Showing
2 changed files
with
16 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
features: | ||
- | | ||
Include a new command line tool to execute inference and prediction calls | ||
from the shell, whitout spawning a server and making cURL requests to it. | ||
This is useful for execution of batch tasks in a HPC/HTC or batch system | ||
cluster. |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
fixes: | ||
- | | ||
This new release fixes an error introduced by `webargs` in its 6.0.0 | ||
version. Since we cannot yet fix it (`aiohttp-webargs` needs to be updated | ||
as well) we pin webargs to the 5.X.X versions | ||
https://github.com/indigo-dc/DEEPaaS/issues/82 | ||
- | | ||
Set `debug` in OpenWhisk mode as configured by the user. |