v0.9.13
PythonCall v0.9.13
Closed issues:
- Errors when Python using juliacall and jl.evalfile to call a Julia package that then uses PythonCall (#235)
- PythonCall not playing nicely with pyinstaller (#248)
- Drop matplotlib support? (#251)
- Error when importing matplotlib and JuliaCall from Python (#255)
- Segfault on first install (#257)
- Extremely slow output of julia arrays in Python with juliacall (#263)
- Hang in IPython when loading extension (#268)
- Is PythonCall.jl thread safe? (#274)
- overload
in(x, o::Py)
to callo.__contains__(x)
(#279) - Add error hint when a numpy array is expected? (#280)
- Unable to precompile when importing a locally defined module (#281)
- PythonCall test works but not
using PythonCall
on Windows (#284) - [juliacall] how to call Julia function with
!
exclamation in name? (#285) - JuliaCall (#297)
Merged pull requests: