PythonCall.jl
                                
                                 PythonCall.jl copied to clipboard
                                
                                    PythonCall.jl copied to clipboard
                            
                            
                            
                        Python and Julia in harmony.
At package resolution time, also use `PackageCompiler` to generate a sysimage including all the packages in the environment, and load Julia with this sysimage. Also provide a means for packages...
It might make handling conversion of arrays between Julia and Python easier - or at least provide a consistent interface to override to control the behaviour.
This can be done by having a custom `Pickler` and `Unpickler` classes which take a Julia `Serializer` on construction which is used to serialize any Julia objects it sees in...
Bit of a strange request, but there is a use case. A minimal example is: ```python import pickle from juliacall import Base pickle.dumps(Base) # Traceback (most recent call last): #...
currently some `pyobj[blah] = blah2` fails silently if `blah::Symbol`
I find the following error on my laptop ```julia julia> using PythonCall [ Info: Precompiling PythonCall [6099a3de-0909-46bc-b1f4-468b9a2dfc0d] PythonCall.pyimport("matplotlib") CondaPkg Found dependencies: /home/leo/.julia/environments/v1.8/CondaPkg.toml CondaPkg Found dependencies: /home/leo/.julia/packages/PythonCall/DqZCE/CondaPkg.toml CondaPkg Resolving changes +...