Releases: JuliaPy/PythonCall.jl
Releases · JuliaPy/PythonCall.jl
v0.9.4
PythonCall v0.9.4
Closed issues:
- Bug when 1.6-DEV installed (#174)
- sys.so not found if julia is a soft link (#196)
- Can not use pip package although conda status correct (#198)
Merged pull requests:
- Sync docs (#195) (@PallHaraldsson)
- Update index.md (#199) (@pitmonticone)
v0.9.3
PythonCall v0.9.3
Closed issues:
v0.9.2
PythonCall v0.9.2
Closed issues:
- Add env var to use custom sysimage (#73)
- Configure julia options (#184)
- PythonCall.jl did not start properly when import juliacall (#188)
- Fail to include Julia file in a python script through the Main.include function (#189)
- support calling Julia with custom sysimage from Python (#190)
Merged pull requests:
v0.9.1
PythonCall v0.9.1
Closed issues:
- DataFrame conversion from pandas fails for non-string column names (#133)
- How to convert a Pandas DataFrame to Julia one without copy? (#135)
- LoadError: InitError during Package Build (#136)
UndefVarError
when usinginclude
in a new module (#176)- Array conversion error? (#177)
- Converting pytable to DataFrame fails on v0.9 (#180)
- How to pass a Pandas DataFrame to Julia in 0.9? (#181)
- juliacall.JuliaError: MethodError: Cannot
convert
an object of type PythonCall.Py to an object of type Tuple (#183) - Crash on Apple M1 with Julia 1.8-rc1 (#185)
Merged pull requests:
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:
v0.8.0
PythonCall v0.8.0
v0.7.0
PythonCall v0.7.0
Closed issues:
- Segmentation fault when importing python package (#115)
- Can't manage to use juliacall in WSL (#116)
- Failed install on Raspberry Pi (#120)
- no version of Julia is compatible (#121)
- plt.show() (#122)
- pyclass (#124)
- Document
pyconvert_add_rule
(#125) - Make
pyconvert_add_rule
andPy
safe by default (#126) - LaTeXStrings (#127)
- Environment reinitialization if failed (#130)
- Error during Module initialization (#131)
Merged pull requests:
- crop whitespace around displayed figures (#123) (@marius311)
v0.6.1
v0.6.0
PythonCall v0.6.0
Closed issues:
- Registries in juliacalldeps.json (#74)
- Function support? (#95)
- UndefVarError triggered by err.jl (#100)
- Display for
pytype
in Pluto notebooks (#101) - PyPlot equivalent? (#105)
- Initialization fails for Julia with DEV in version (#106)
- Any known threading/GIL issues? (#108)
- A direct way to import Julia packages in Python? (#109)
Merged pull requests:
v0.5.1
PythonCall v0.5.1
Closed issues:
- Test on earlier versions of Julia and Python (#54)
- Make docs less PythonCall-centric (#56)
- coming from PyCall section in docs (#59)
- Hooks into startup (#72)
- "Python exited unexpectedly" when using external conda environment (#85)
- Install specific Python version (#87)
- To do: fix multimedia bug (#89)
- Imported juliacall.newmodule() namespace not updated (#92)
- how to convert list of lists into matrix (#99)