v0.9.21
PythonCall v0.9.21
Merged pull requests:
- making it possible to use another package instead of
pickle
for serialization (e.g.dill
) (#494) (@schlichtanders) - Timedelta conversion (#499) (@cjdoris)
- pyjl (#512) (@cjdoris)
- call jl_atexit_hook when atexit (#516) (@dpinol)
- check for null in multimedia show functions (#526) (@cjdoris)
- Julia formatter (#528) (@cjdoris)
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)