v0.9.0
PythonCall v0.9.0
Closed issues:
- Using PythonCall within Julia modules (#57)
- Conversion rules for numpy [and ctypes] scalars (#62)
- Error in "using PythonCall" (#132)
UndefVarError: y not defined
for iteration in Python back to Julia (#134)- bib citation (#137)
- Precompilation fails with both PyCall and PythonCall (#140)
- fail to display inside vscode/jupyter notebook (#141)
- JuliaCall reinstalling PythonCall every time (#144)
- docstring method for Base.Docs.doc(::Py) (#147)
- missing haskey, get, etcetera? (#148)
- pyisnothing function? (#149)
- ispynull (#151)
- Docs: how to use CondaPkg from PythonCall? (#152)
- How to define python function from Julia side (#156)
- optimized hasproperty(o::Py, attr) = pyhasattr(o, attr) (#157)
- using functions ending with ! in juliacall (#158)
- support array(dtype=...) optional argument (#160)
- missing
.copy()
method forDict
wrapper (#161) - Errors trying to use logomaker (#164)
- first import of juliacall clobbers Project.toml (#166)
- Using
seval
in a new module created from Python (#170) - missing docstring
pyhasattr
in docs (#173) - Juliacall on Apple M1 (#175)
- module eval should be
eval(m, expr)
instead ofeval(expr)
inseval
(#178)
Merged pull requests: