We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f4e1d commit 120d363Copy full SHA for 120d363
CHANGELOG.md
@@ -31,6 +31,8 @@ details about the cause of the failure
31
- `PyObject` now implements `IEnumerable<PyObject>` in addition to `IEnumerable`
32
- floating point values passed from Python are no longer silently truncated
33
when .NET expects an integer [#1342][i1342]
34
+- BREAKING: to call Python from .NET `Runtime.PythonDLL` property must be set to Python DLL name
35
+or the DLL must be loaded in advance. This must be done before calling any other Python.NET functions.
36
37
### Fixed
38
0 commit comments