You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #250 in LCL/wolframclientforpython from bugfix/github-30-Quit-handling to master
* commit '0c30a10433232a4b532302475d3fc58148d3ad37':
code formating
Add a test for a time constrained computation followed with a terminate call
update changelog
update version to 1.1.7
Future check for done instead of cancelled
recv also check for termination event
Remove pip as a dependency
Add tests running Quit
Kernel controller is more robust to terminated process
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
+
# Version 1.1.7
2
+
- kernel controller class detects terminated kernel process while waiting for an evaluation result instead of hanging.
3
+
1
4
# Version 1.1.5 and 1.1.6
2
-
- update Wolfram Language code with latest addition from 12.3.
3
-
- fix various deprecated naming convention in class names.
4
-
5
+
- update Wolfram Language code with latest addition from 12.3.
6
+
- fix various deprecated naming convention in class names.
7
+
5
8
# Version 1.1.4
6
9
- Async cloud evaluator based on `aiohttp` now use `certifi` to create a default `SSLContext` if none is provided. Other cloud evaluator are based on the `requests` module which also uses this library.
7
10
- Updating dependency list accordingly in `setup.py`. `certifi` was already listed as a `requests` dependency, so this should have no direct impact on user site package.
0 commit comments