Skip to content

v0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 20:38
· 262 commits to main since this release

PythonCall v0.9.1

Diff since v0.9.0

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 using include 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:

  • fix: Ensure julia lib is always loaded as global (#186) (@gnuille)