Skip to content

Releases: JuliaPy/PythonCall.jl

v0.9.30

18 Nov 12:48

Choose a tag to compare

PythonCall v0.9.30

Diff since v0.9.29

Merged pull requests:

Closed issues:

  • Segfault in REPL when importing a library (#707)

v0.9.29

14 Nov 21:49

Choose a tag to compare

PythonCall v0.9.29

Diff since v0.9.28

Merged pull requests:

Closed issues:

  • Release on conda (#51)
  • PyArray design (#398)
  • Segfault on propertynames (#586)
  • Segfault on macOS Sequoia, Julia 1.11.3, Python 3.12, JuliaCall 0.9.23 (#591)
  • REPL tab-completion on Windows (#611)
  • Segfault on "." operator of imported module. (#631)
  • UnicodeDecodeError from juliacall IPython extension (#679)
  • Segmentation fault on ARM Mac (#680)
  • Julia 1.12.0 issues due to OpenSSL constraints (#682)
  • Python 3.14 incompatibility (#686)
  • OpenSSL issues with jill installs in Python, possibly due to v1.12? (#689)
  • _jl_call_nogil on macos? (#693)
  • FATURE REQUEST: allowing reinit PythonCall (#700)
  • Remove methods like ==(::Py, ::Number) and +(::Number, ::Py) (#703)
  • DeprecationWarning: array implementation doesn't accept a copy keyword (#706)
  • using PythonCall in VSCode Julia REPL crashes with segfault (#714)
  • Python-side conversion of string doesn't preserve equality (#717)

v0.9.28

17 Sep 21:58

Choose a tag to compare

PythonCall v0.9.28

Diff since v0.9.27

Merged pull requests:

Closed issues:

  • Support of InlineStrings and others (#608)
  • jl.PythonCall.JlWrap.Cjl._pyjlbase_name crash in Python 3.13 (#620)
  • Add bound on libstdcxx (#655)
  • Core not defined in PythonCall.Compat (#657)
  • PythonCall.PyNULL causes returned NULL without setting an exception (#659)
  • Can't install package (#663)
  • add JULIA_PYTHONCALL_EXE=@venv to load python from .venv folder (#668)

v0.9.27

19 Aug 20:39

Choose a tag to compare

PythonCall v0.9.27

Diff since v0.9.26

Merged pull requests:

  • Test with PYTHON_JULIACALL_HANDLE_SIGNALS=yes (#642) (@cjdoris)
  • Switch to heap types using PyType_FromSpec (#643) (@cjdoris)
  • Bump minimum supported Python version from 3.8 to 3.9 (#645) (@cjdoris)
  • Remove dead code supporting old versions of Julia/Python (#647) (@cjdoris)
  • Centralize Public API into dedicated API module (#648) (@cjdoris)
  • Bump actions/checkout from 4 to 5 (#652) (@dependabot[bot])
  • build(deps): add libstdcxx pin, bump CondaPkg (#656) (@cjdoris)

Closed issues:

  • Switch to heap types (#641)
  • SSL CERTIFICATE_VERIFY_FAILED (#651)

v0.9.26

15 Jul 18:49

Choose a tag to compare

PythonCall v0.9.26

Diff since v0.9.25

Merged pull requests:

Closed issues:

  • Segmentation fault when calling basic python functions (#617)
  • Segmentation fault in basic example from docs (#624)
  • Segfault when calling python function repeatedly (#626)
  • pyimport can change set_zero_subnormals (#629)
  • Support PySide6 in Compat (#632)

v0.9.25

13 May 22:33

Choose a tag to compare

PythonCall v0.9.25

Diff since v0.9.24

Merged pull requests:

Closed issues:

  • Specifying --heap-size-hint to JuliaCall (#546)
  • Error for code with PythonCall that works with PyCall (#576)
  • Base.elsize not implemented for PyArray (#579)
  • pytorch GC (#592)
  • Precompile cache misses (#594)
  • PythonCall not working in Jupyter Notebook in VSCode (#601)

v0.9.24

22 Jan 10:32

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

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

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

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)