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)