Releases: JuliaPy/PythonCall.jl
Releases · JuliaPy/PythonCall.jl
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)
isvaliderror 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.9cannot 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, PythonCallcrashes 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
torchis 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)
v0.9.3
PythonCall v0.9.3
Closed issues:
v0.9.2
PythonCall v0.9.2
Closed issues:
- Add env var to use custom sysimage (#73)
- Configure julia options (#184)
- PythonCall.jl did not start properly when import juliacall (#188)
- Fail to include Julia file in a python script through the Main.include function (#189)
- support calling Julia with custom sysimage from Python (#190)
Merged pull requests: