Skip to content

Commit 00de96c

Browse files
author
Dorian Birraux
committed
Merge pull request #218 in LCL/wolframclientforpython from feature/update-change-log to master
* commit '6b85804a16cd865d3cac8f85b6729a35e507505f': update changelog.
2 parents 0f6119d + 6b85804 commit 00de96c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.1.2
2+
- Fix a backward incompatible change introduced in 12.1. Make sure the library works with any kernel version starting with 11.3.
3+
- Minor changes and tweaks.
4+
15
# Version 1.1.0
26
- WXF deserialization maps `List` to `tuple`, was `list` before for two reasons. `List` and tuple are immutable. `tuple` contrary to `list` are hashable object and as such can be keys in `dict`.
37
- WXF deserialization maps numeric arrays to `NumPy` arrays. Numpy being a pre-requisite of the library, and lazily loaded, this change will boost performances while causing very little trouble, if any.

0 commit comments

Comments
 (0)