Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 00:55
· 286 commits to main since this release

PythonCall v0.9.0

Diff since v0.8.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 for Dict 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 of eval(expr) in seval (#178)

Merged pull requests: