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
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