Skip to content

Commit 43fdf25

Browse files
author
Dorian Birraux
committed
update changelog
1 parent daf43a7 commit 43fdf25

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 1.1.3
2+
- Update asynchronous evaluator classes. Remove the `loop` parameter. Most optional loop parameters are deprecated in the Python standart library `asyncio` and in most libraries, mainly because it is misleading and lead to misuses and bugs. The loop parameter is useful when instantiating asynchronous evaluators outside the scope of an event loop. It's implementation was not good enough and was relying on usages deprecated in 3.8.
3+
14
# Version 1.1.2
25
- Fix a backward incompatible change introduced in 12.1. Make sure the library works with any kernel version starting with 11.3.
36
- Minor changes and tweaks.

0 commit comments

Comments
 (0)