Skip to content

Tags: ericphanson/PythonCall.jl

Tags

v0.9.14

Toggle v0.9.14's commit message
[Diff since v0.9.13](JuliaPy/PythonCall.jl@v0.9.13...v0.9.14)

**Closed issues:**
- How to access Python variables from %%Julia in ipython?  (JuliaPy#278)
- Python: AttributeError: module 'PIL' has no attribute 'PngImagePlugin' (JuliaPy#292)
- Doesn't work with -O3 (JuliaPy#299)
- When using pandas dataframes, comparing a series with a value does not return a series (JuliaPy#302)
- PythonCall - Not all in-scope variables available with callback (JuliaPy#312)
- Using pyenv breaks PythonCall (JuliaPy#318)
- Use "native" types when possible (JuliaPy#319)
- jl.pytruth(np.bool_(False)) == true (JuliaPy#321)
- Cannot create Pandas Dataframe from Julia Dataframe (JuliaPy#322)
- Truthiness of Julia callables in Python (JuliaPy#323)
- asyncio.run() causes crashes (JuliaPy#324)
- Segfaulting Threaded code (JuliaPy#325)
- Undesirable Conversion of Unicode Keyword Arguments (JuliaPy#329)

**Merged pull requests:**
- Jlvaluetruth (JuliaPy#327) (@cjdoris)
- print caught exceptions when (de)serializing (JuliaPy#332) (@glennmoy)
- allow user to configure opt_handle_signals (JuliaPy#333) (@brian-dellabetta)
- ensure functions don't throw (JuliaPy#344) (@cjdoris)
- docs (JuliaPy#345) (@cjdoris)
- don't run nightly tests in ci (JuliaPy#346) (@cjdoris)

v0.9.13

Toggle v0.9.13's commit message
[Diff since v0.9.12](JuliaPy/PythonCall.jl@v0.9.12...v0.9.13)

**Closed issues:**
- Errors when Python using juliacall and jl.evalfile to call a Julia package that then uses PythonCall (JuliaPy#235)
- PythonCall not playing nicely with pyinstaller (JuliaPy#248)
- Drop matplotlib support? (JuliaPy#251)
- Error when importing matplotlib and JuliaCall from Python (JuliaPy#255)
- Segfault on first install (JuliaPy#257)
- Extremely slow output of julia arrays in Python with juliacall (JuliaPy#263)
- Hang in IPython when loading extension (JuliaPy#268)
- Is PythonCall.jl thread safe? (JuliaPy#274)
- overload `in(x, o::Py)` to call `o.__contains__(x)` (JuliaPy#279)
- Add error hint when a numpy array is expected? (JuliaPy#280)
- Unable to precompile when importing a locally defined module (JuliaPy#281)
- PythonCall test works but not `using PythonCall` on Windows (JuliaPy#284)
- [juliacall] how to call Julia function with `!` exclamation in name? (JuliaPy#285)
- JuliaCall  (JuliaPy#297)

**Merged pull requests:**
- Add docs for issue JuliaPy#255 (JuliaPy#269) (@dingraha)
- Add link in faq.md to instructions to run Julia within Blender (JuliaPy#288) (@cdsousa)
- Correct two typos (JuliaPy#304) (@goggle)

v0.9.12

Toggle v0.9.12's commit message
[Diff since v0.9.11](JuliaPy/PythonCall.jl@v0.9.11...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 (JuliaPy#272)

v0.9.11

Toggle v0.9.11's commit message
[Diff since v0.9.10](JuliaPy/PythonCall.jl@v0.9.10...v0.9.11)

**Closed issues:**
- unable to install package datasets (JuliaPy#247)
- Importing python modules failed from the specified python (JuliaPy#252)
- best way to send DataFrame back to Python (JuliaPy#253)
- `isvalid` error with PythonCall.Utils.StaticString (JuliaPy#254)
- How to run cell containing Python script (within Pluto) (JuliaPy#258)

**Merged pull requests:**
- tests for StaticString (JuliaPy#256) (@CarloLucibello)
- Fix typos in README and docs (JuliaPy#260) (@pitmonticone)
- Fix typos in docstring and error message (JuliaPy#261) (@pitmonticone)

v0.9.10

Toggle v0.9.10's commit message
[Diff since v0.9.9](JuliaPy/PythonCall.jl@v0.9.9...v0.9.10)

**Closed issues:**
- Trouble Converting Collections from Python to Julia (JuliaPy#231)
- Using HuggingFace Transformers pipeline? (JuliaPy#236)
- libstdcxx-ng versioning (JuliaPy#237)
- micromamba hash mismatch  (JuliaPy#238)
- Improving startup time (JuliaPy#239)
- PythonCall in sysimage (JuliaPy#240)
- PythonCall `v0.9.9` cannot be loaded (JuliaPy#241)
- Support alternative CPython e.g. register-based? (JuliaPy#242)
- How to install julia 1.7.0 with juliacall 0.4.3? (JuliaPy#246)
- Unable to import juliacall in Python (JuliaPy#250)

**Merged pull requests:**
- libstdcxx version-bounds (JuliaPy#243) (@samtkaplan)

v0.9.9

Toggle v0.9.9's commit message

v0.9.8

Toggle v0.9.8's commit message
[Diff since v0.9.7](JuliaPy/PythonCall.jl@v0.9.7...v0.9.8)

**Closed issues:**
- To do: Stable docs aren't building?? (JuliaPy#233)

v0.9.7+doc3

Toggle v0.9.7+doc3's commit message
oops thats an or not an and

v0.9.6+doc1

Toggle v0.9.6+doc1's commit message
doc build issues

v0.9.7

Toggle v0.9.7's commit message
[Diff since v0.9.6](JuliaPy/PythonCall.jl@v0.9.6...v0.9.7)

**Closed issues:**
- Width & height info of the terminal is not passed to the Julia side? (JuliaPy#216)
- python string wrapper? (JuliaPy#218)
- segfault importing PyCall after importing Julia package with python dependencies / PythonCall.jl (JuliaPy#220)
- JuliaCall doesn't work with pandas DataFrames that have categorical columns (JuliaPy#222)
- Error when using PythonCall attached to a previous Conda environment. (JuliaPy#224)
- Package with pip dep fails with Jupyter notebook on Windows (JuliaPy#226)
- `import PyCall, PythonCall` crashes Julia (JuliaPy#228)
- Security update (JuliaPy#229)
- Security update (for all supported Python versions) (JuliaPy#230)

**Merged pull requests:**
- fix deprecation and possible faulty construction of pandas tables (JuliaPy#221) (@ExpandingMan)