Skip to content

Releases: JuliaPy/PythonCall.jl

v0.9.14

26 Jul 20:27
Compare
Choose a tag to compare

PythonCall v0.9.14

Diff since v0.9.13

Closed issues:

  • How to access Python variables from %%Julia in ipython? (#278)
  • Python: AttributeError: module 'PIL' has no attribute 'PngImagePlugin' (#292)
  • Doesn't work with -O3 (#299)
  • When using pandas dataframes, comparing a series with a value does not return a series (#302)
  • PythonCall - Not all in-scope variables available with callback (#312)
  • Using pyenv breaks PythonCall (#318)
  • Use "native" types when possible (#319)
  • jl.pytruth(np.bool_(False)) == true (#321)
  • Cannot create Pandas Dataframe from Julia Dataframe (#322)
  • Truthiness of Julia callables in Python (#323)
  • asyncio.run() causes crashes (#324)
  • Segfaulting Threaded code (#325)
  • Undesirable Conversion of Unicode Keyword Arguments (#329)

Merged pull requests:

v0.9.13

14 May 14:21
Compare
Choose a tag to compare

PythonCall v0.9.13

Diff since v0.9.12

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 call o.__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:

v0.9.12

28 Feb 13:50
Compare
Choose a tag to compare

PythonCall v0.9.12

Diff since v0.9.11

Closed issues:

  • PythonCall With Jax: Fast inference w/ numpy but does not work with jax.grad need jax.numpy, which is slow, for gradient (#272)

v0.9.11

15 Feb 18:59
Compare
Choose a tag to compare

PythonCall v0.9.11

Diff since v0.9.10

Closed issues:

  • unable to install package datasets (#247)
  • Importing python modules failed from the specified python (#252)
  • best way to send DataFrame back to Python (#253)
  • isvalid error with PythonCall.Utils.StaticString (#254)
  • How to run cell containing Python script (within Pluto) (#258)

Merged pull requests:

v0.9.10

02 Dec 22:43
Compare
Choose a tag to compare

PythonCall v0.9.10

Diff since v0.9.9

Closed issues:

  • Trouble Converting Collections from Python to Julia (#231)
  • Using HuggingFace Transformers pipeline? (#236)
  • libstdcxx-ng versioning (#237)
  • micromamba hash mismatch (#238)
  • Improving startup time (#239)
  • PythonCall in sysimage (#240)
  • PythonCall v0.9.9 cannot be loaded (#241)
  • Support alternative CPython e.g. register-based? (#242)
  • How to install julia 1.7.0 with juliacall 0.4.3? (#246)
  • Unable to import juliacall in Python (#250)

Merged pull requests:

v0.9.9

20 Oct 18:30
Compare
Choose a tag to compare

PythonCall v0.9.9

Diff since v0.9.8

v0.9.8

18 Oct 10:56
Compare
Choose a tag to compare

PythonCall v0.9.8

Diff since v0.9.7

Closed issues:

  • To do: Stable docs aren't building?? (#233)

v0.9.7

11 Oct 13:55
Compare
Choose a tag to compare

PythonCall v0.9.7

Diff since v0.9.6

Closed issues:

  • Width & height info of the terminal is not passed to the Julia side? (#216)
  • python string wrapper? (#218)
  • segfault importing PyCall after importing Julia package with python dependencies / PythonCall.jl (#220)
  • JuliaCall doesn't work with pandas DataFrames that have categorical columns (#222)
  • Error when using PythonCall attached to a previous Conda environment. (#224)
  • Package with pip dep fails with Jupyter notebook on Windows (#226)
  • import PyCall, PythonCall crashes Julia (#228)
  • Security update (#229)
  • Security update (for all supported Python versions) (#230)

Merged pull requests:

  • fix deprecation and possible faulty construction of pandas tables (#221) (@ExpandingMan)

v0.9.6

09 Sep 19:06
Compare
Choose a tag to compare

PythonCall v0.9.6

Diff since v0.9.5

Closed issues:

  • convenient julia->python conversion of structured data (#200)
  • julia thread hangs with multiple sevals (#202)
  • Multiline evaluation (#210)
  • NamedTuple (#213)
  • __rmul__ did not act as expected (#214)
  • Heap corruption on Python when torch is imported before juliacall, but not the reverse (#215)
  • setindex! not defined for np arrays of non-conventional (isbits) types (#217)

v0.9.5

19 Aug 16:15
Compare
Choose a tag to compare

PythonCall v0.9.5

Diff since v0.9.4

Closed issues:

  • find wrong Julia on M1 (#197)
  • https://cjdoris.github.io/PythonCall.jl not updated to 0.9.3? (#203)
  • printing MIME type is not handled correctly for graphs (#205)
  • juliacall and PythonCall versions can get out of sync (#206)
  • Segfault when indexing with SymbolServer (#207)
  • copy(::PyDict) crash (#208)
  • Resolve sometimes too eager to download package metadata and trigger updates (#209)
  • Error when trying to display a figure from GLMakie through juliacall (#212)