Tags: kshyatt/PythonCall.jl
Tags
[Diff since v0.9.14](JuliaPy/PythonCall.jl@v0.9.14...v0.9.15) **Merged pull requests:** - Fix pyconvert cache update bugs by clearing the whole cache after any rule is added (JuliaPy#365) (@LilithHafner) - Update `Documenter -> v1` (JuliaPy#372) (@pedromxavier) - allow python and libstdcxx-ng to be installed from channels other than conda-forge (JuliaPy#374) (@cjdoris) - Strip whitespace before parsing in seval (JuliaPy#380) (@LilithHafner) - Add warning and hint when loading torch before juliacall (JuliaPy#385) (@LilithHafner) - Actually throw an error that was constructed but not thrown (JuliaPy#386) (@LilithHafner) **Closed issues:** - maintaining bidirectional transformation equality when automatically converting (semantically) immutable data (JuliaPy#193) - Importing JuliaCall interferes with Ctrl + C behavior in Python console (JuliaPy#223) - import juliacall loads the startup.jl (JuliaPy#317) - Support for Multi-Threading with PythonCall? (JuliaPy#330) - pyconvert_add_rule() ignored if cache has been populated (JuliaPy#336) - precompilation error when using module with PythonCall.jl in another module (JuliaPy#337) - Segfaults when printing strings that have python values (JuliaPy#342) - Could not resolve environment using julia 1.10-beta1 (JuliaPy#348) - Raising python errors from Julia functions (JuliaPy#357) - Codecov not being submitted (JuliaPy#358) - Upgrade to Documenter v1 (JuliaPy#359) - Google search for documentation gives 404 error. (JuliaPy#362) - pyconvert rule caching is buggy (JuliaPy#364) - [small nit]: gh repo link to docs is broken (JuliaPy#371) - `Main.seval` fails to strip whitespace and therefore throws when it shouldn't. (JuliaPy#379) - Better error message on `pyexec(Main, "1+1")` (JuliaPy#383)
[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)
[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)
[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)
[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)
[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)
[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)
PreviousNext