PythonCall v0.9.28
Merged pull requests:
- Allow pydict accept Pair args (#616) (@mkitti)
- Remove
Core
reference fromCompat/pycall.jl
(#658) (@cgarling) - stop using Requires.jl (use extensions instead) (#662) (@cjdoris)
- Bump actions/setup-python from 5 to 6 (#664) (@dependabot[bot])
- NumpyDates (#666) (@cjdoris)
- Add options for the Julia binary and project path (#667) (@JamesWrigley)
- feat(exe): add support for @venv and relative paths in JULIA_PYTHONCALL_EXE (#670) (@cjdoris)
- Relax conversions to python (#671) (@cjdoris)
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 inPythonCall.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)