Changelog for inline-python-0.2
0.2 [2025.05.04]
FromPy/ToPyinstances added for:Complex, both strict and lazyText&ByteString,ShortByteString,Maybe a- Module
Python.Inline.Evaladded which support for eval/exec with user supplied global and local variables. - QuasiQuotes
Python.Inline.QQ.pycodeadded for creatingPyQuotedata type.
0.1.1.1 [2025.03.10]
- Crash of python's main thread when one attempts to interrupt it fixed.
0.1.1 [2025.02.13]
- Number of deadlocks in
runPyInMainfixed:- It no longer deadlocks is exception is thrown
- Nested calls no longer deadlock.
- Calling it from python callback.
ToPyinstance added forPy b,a -> Py b,a1 -> a2 -> Py b
0.1 [2025.01.18]
Initial release