Releases: JuliaPy/PythonCall.jl
Releases Β· JuliaPy/PythonCall.jl
v0.9.13
PythonCall v0.9.13
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 callo.__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
PythonCall v0.9.12
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
PythonCall v0.9.11
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:
- tests for StaticString (#256) (@CarloLucibello)
- Fix typos in README and docs (#260) (@pitmonticone)
- Fix typos in docstring and error message (#261) (@pitmonticone)
v0.9.10
PythonCall v0.9.10
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:
- libstdcxx version-bounds (#243) (@samtkaplan)
v0.9.9
PythonCall v0.9.9
v0.9.8
v0.9.7
PythonCall v0.9.7
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
PythonCall v0.9.6
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 beforejuliacall
, but not the reverse (#215) - setindex! not defined for np arrays of non-conventional (isbits) types (#217)
v0.9.5
PythonCall v0.9.5
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)
v0.9.4
PythonCall v0.9.4
Closed issues:
- Bug when 1.6-DEV installed (#174)
- sys.so not found if julia is a soft link (#196)
- Can not use pip package although conda status correct (#198)
Merged pull requests:
- Sync docs (#195) (@PallHaraldsson)
- Update index.md (#199) (@pitmonticone)