Julia: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Marked this version for translation)
No edit summary
Line 67: Line 67:
Julia 0.7.0 contains all the new functionality of 1.0 as well as the outdated functionalities from 0.x versions, which will give [https://en.wikipedia.org/wiki/Deprecation deprecation warnings] when used.
Julia 0.7.0 contains all the new functionality of 1.0 as well as the outdated functionalities from 0.x versions, which will give [https://en.wikipedia.org/wiki/Deprecation deprecation warnings] when used.
Code that runs in Julia 0.7 without warnings should be compatible with Julia 1.0.
Code that runs in Julia 0.7 without warnings should be compatible with Julia 1.0.
= Using PyCall and Conda.jl to have Julia call Python = <!--T:16-->
Julia can interface cleanly with any Python package by using the PyCall.jl and Conda.jl packages. However, one must ensure the paths to the environment currently active are set correctly, e.g. "ENV["PYTHON"]="/your/python/env", followed by a "Pkg.build("PyCall") on any change. Julia will expect that Python interpreter and its path for installed packages. Alternative, use Conda.jl to install packages with Julia's Conda implementation, but this may not work reliably on Cedar. [https://github.com/JuliaPy/PyCall.jl Documentation to install and configure PyCall.]


= Running Julia with multiple processes on clusters = <!--T:17-->
= Running Julia with multiple processes on clusters = <!--T:17-->
8

edits

Navigation menu