PythonCall v0.9.24
Merged pull requests:
- Switch to pyproject.toml (#545) (@MilesCranmer)
- fix: patch changed behavior of
setproperty!
for modules (#583) (@MilesCranmer) - PyList: fix pushfirst! for Julia 1.11, by adding prepend! (#588) (@hhaensel)
Closed issues:
- Segmentation fault when
juliacall
is imported beforetorch
(#435) pyconvert_add_rule
must be executed before usingpyimport
in__init__()
(#500)- juliacall 0.9.22 can result in hanging precompilation (#537)
- Segmentation Fault in combination with Distributed (#548)
- Segfault with package, but not with identical module (#554)
- OpenSSL library collision with external python on linux systems (#561)
- How to debug
openssl
could not resolve for environment spec inside a package? (#562) no method matching project_rel_path(::Pkg.Types.EnvCache, ::Nothing)
on 1.10.5 (#564)- General registry segfault (#569)
- Broken on Python 3.13.0 (#581)
- Julia 1.11 prevents assigning objects to Main (#582)