Skip to content

Releases: JuliaPy/PythonCall.jl

v0.9.24

22 Jan 10:32
Compare
Choose a tag to compare

PythonCall v0.9.24

Diff since v0.9.23

Merged pull requests:

Closed issues:

  • Segmentation fault when juliacall is imported before torch (#435)
  • pyconvert_add_rule must be executed before using pyimport in __init__() (#500)
  • juliacall 0.9.22 can result in hanging precompilation (#537)
  • Segmentation Fault in combination with Distributed (#548)
  • Segfault with package, but not with identical module (#554)
  • OpenSSL library collision with external python on linux systems (#561)
  • How to debug openssl could not resolve for environment spec inside a package? (#562)
  • no method matching project_rel_path(::Pkg.Types.EnvCache, ::Nothing) on 1.10.5 (#564)
  • General registry segfault (#569)
  • Broken on Python 3.13.0 (#581)
  • Julia 1.11 prevents assigning objects to Main (#582)

v0.9.23

22 Aug 20:08
Compare
Choose a tag to compare

PythonCall v0.9.23

Diff since v0.9.22

Merged pull requests:

Closed issues:

  • Dropping GIL when calling Julia from Python (JuliaCall) (#343)
  • V0.9.22 bug: error in running finalizer: UndefVarError(var=:PYNULL) (#543)

v0.9.22

07 Aug 06:40
Compare
Choose a tag to compare

PythonCall v0.9.22

Diff since v0.9.21

Merged pull requests:

Closed issues:

  • Libraries loaded via _jll packages are visible inside PythonCall environment. (#519)

v0.9.21

20 Jul 21:50
Compare
Choose a tag to compare

PythonCall v0.9.21

Diff since v0.9.20

Merged pull requests:

Closed issues:

  • single Jl type for Julia values (#404)
  • support "dill" for serialization and deserialization (#424)
  • Not working with julia version 1.10.1 on linux systems (#464)
  • datetime.timedelta conversions fail in juliacall (#498)
  • np.bool_ does not convert to julia Bool (#502)
  • data-type specific Julia scalars with JuliaCall (#504)
  • OSError on Apple M2 Chip (#508)
  • finalizer may never be called (#515)
  • seg fault from pynew() in vs code REPL (#522)

v0.9.20

01 May 13:41
Compare
Choose a tag to compare

PythonCall v0.9.20

Diff since v0.9.19

Changes:

  • The IPython extension is now automatically loaded upon import if IPython is detected.
  • JuliaCall now compatible with Julia 1.10.3.
  • Minimum supported Python version is now 3.8.

Merged pull requests:

Closed issues:

  • numpy functions don't treat Any[...] arrays like Python lists (#486)
  • display broken for parametric structs with show referencing the struct parameters (#487)
  • use existing julia install (#489)
  • Python: TypeError: Object of type DictValue is not JSON serializable (#491)
  • Error in calling display(array) (#495)

v0.9.19

19 Mar 18:54
Compare
Choose a tag to compare

PythonCall v0.9.19

Diff since v0.9.18

Changes:

  • Bug fixes.

v0.9.18

18 Mar 19:01
Compare
Choose a tag to compare

PythonCall v0.9.18

Diff since v0.9.17

Changes:

  • Bug fixes.

Merged pull requests:

Closed issues:

  • @pyexec broken: ERROR: LoadError: UndefVarError: MacroTools not defined (#479)

v0.9.17

16 Mar 18:09
Compare
Choose a tag to compare

PythonCall v0.9.17

Diff since v0.9.16

Changes:

  • Bug fixes.

v0.9.16

14 Mar 19:17
Compare
Choose a tag to compare

PythonCall v0.9.16

Diff since v0.9.15

Changes:

  • Big internal refactor.
  • New unexported functions: python_executable_path, python_library_path, python_library_handle and python_version.
  • Py is now treated as a scalar when broadcasting.
  • PyArray is now serializable.
  • Removed compatibility with Julia 1.10.1 and 1.10.2 (to be fixed in 1.10.3 and 1.11.0) due to an upstream bug.
  • Bug fixes.

Merged pull requests:

Closed issues:

  • move to JuliaPy org? (#150)
  • why do boolean comparisons with Py object return Py object? (#294)
  • Bus error with multithreading linear algebra (#298)
  • CondaPkg opt out doesn't work (#301)
  • Roadmap to v1 (#311)
  • conda-forge feedstock? (#378)
  • Inconsistent broadcasting behavior of Py arrays (#392)
  • Passing functions to Julia as global variables is buggy (#394)
  • make PythonCall.GC more like Base.GC (#409)
  • Rename internal modules to be nicer (#415)
  • Export python interpreter info (#419)
  • Migrate to Python 3.12, require it (#421)
  • Create conda pkg for juliacall at conda-forge (#425)
  • How to reinterpret a PyArray without copying data? (#429)
  • Main.seval can't parse multiple toplevel blocks (#433)
  • Development version of juliacall starts the Julia REPL (#447)
  • Using development version of package opens Julia REPL (#451)
  • TypeError: cannot pickle 'PyCapsule' object (#454)
  • Unable to find DLLs on Windows using PythonCall with Python3.8+ (#457)
  • numpy arrays cannot be serialized when used in pmap context (#459)
  • IPython extension fails on Julia 1.6.7 (#460)
  • Segmentation fault on import juliacall in a CI job (#472)

v0.9.15

25 Oct 17:55
Compare
Choose a tag to compare

PythonCall v0.9.15

Diff since v0.9.14

Merged pull requests:

Closed issues:

  • maintaining bidirectional transformation equality when automatically converting (semantically) immutable data (#193)
  • Importing JuliaCall interferes with Ctrl + C behavior in Python console (#223)
  • import juliacall loads the startup.jl (#317)
  • Support for Multi-Threading with PythonCall? (#330)
  • pyconvert_add_rule() ignored if cache has been populated (#336)
  • precompilation error when using module with PythonCall.jl in another module (#337)
  • Segfaults when printing strings that have python values (#342)
  • Could not resolve environment using julia 1.10-beta1 (#348)
  • Raising python errors from Julia functions (#357)
  • Codecov not being submitted (#358)
  • Upgrade to Documenter v1 (#359)
  • Google search for documentation gives 404 error. (#362)
  • pyconvert rule caching is buggy (#364)
  • [small nit]: gh repo link to docs is broken (#371)
  • Main.seval fails to strip whitespace and therefore throws when it shouldn't. (#379)
  • Better error message on pyexec(Main, "1+1") (#383)