From/ToPyinstance forInteger&Naturaladded.vector-0.13.2is required.- Python>=3.10 is supported. Boolean marshaling with python<3.12 is fixed. Previously it caused crashes on counter decrement.
- Documentation fixes.
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.
- Crash of python's main thread when one attempts to interrupt it fixed.
- 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
Initial release