Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed May 26, 2022
2 parents c1d1151 + 19d2061 commit 760f920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ The existing package [PyCall](https://github.com/JuliaPy/PyCall.jl) is another s
- PythonCall by default never copies mutable objects when converting, but instead directly wraps the mutable object. This means that modifying the converted object modifies the original, and conversion is faster.
- PythonCall does not usually automatically convert results to Julia values, but leaves them as Python objects. This makes it easier to do Pythonic things with these objects (e.g. accessing methods) and is type-stable.
- PythonCall installs dependencies into a separate Conda environment for each Julia project. This means each Julia project can have an isolated set of Python dependencies.
- PythonCall supports Julia 1.6+ and Python 3.5+ whereas PyCall supports Julia 0.7+ and Python 2.7+.
- PythonCall supports Julia 1.6+ and Python 3.7+ whereas PyCall supports Julia 0.7+ and Python 2.7+.

0 comments on commit 760f920

Please sign in to comment.