julia-language
Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Here are 570 public repositories matching this topic...
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
-
Updated
Nov 6, 2020 - HTML
In UnicodePlots.jl, there is a heatmap() command that seems to work well, but is absent from Plots.jl:
julia> heatmap([x^2+y^2 for x in LinRange(-10,10,100), y in LinRange(-10,10,100)])
ERROR: The backend must not support the series type Val{:heatmap}, and there isn't a series recipe defined.Is it possible to add it?
-
Updated
Nov 6, 2020 - Julia
-
Updated
Oct 11, 2020 - Julia
-
Updated
Nov 6, 2020 - TypeScript
So that other people (like me) can help development of the interactive API. At the moment it is something alien that I Can just use through example. This is not the proper way forward...
(finally found Mouse in interaction/iodevices.jl...)
-
Updated
Nov 4, 2020 - Makefile
-
Updated
Aug 21, 2020
-
Updated
Nov 5, 2020 - Julia
-
Updated
Oct 17, 2020 - Julia
-
Updated
Mar 10, 2019 - Julia
-
Updated
Jan 15, 2020 - Kotlin
The standard API, @load does not handle
files with groups in them. (Either skips them or errors)
Instead we could load groups as Dict{String, Any} in the future.
Additionally one could consider modifying the functionality of @save and FileIO.save
to automatically convert nested Dict{String, Any} into groups.
Any thoughts?
-
Updated
Oct 30, 2020 - Julia
-
Updated
Nov 8, 2020 - Julia
-
Updated
Aug 14, 2020 - Python
-
Updated
Nov 11, 2019 - Julia
-
Updated
Sep 29, 2020
-
Updated
Sep 12, 2020 - Julia
add_element!(mesh, elid, eltype, connectivity)
Add an element into the mesh. ´elid´ is the element id, ´eltype´ is the type of the element and ´connectivity´ is the connectivity of the element.
At least eltype needs to be defined more precisely. I guess it's a symbol :Seg2, :Tri3 and so on.
-
Updated
Nov 5, 2020 - Julia
-
Updated
Nov 6, 2020 - Julia
-
Updated
Sep 30, 2020 - Jupyter Notebook
After installing 1.5, julia-1.5-latest.tar.gz was left in the folder blocks the download of 1.5.1.
Same for the folder julia-1.5-latest. Probably renaming the folder and tar to julia-1.5.0 at the end of the script is the best way to handle this.
-
Updated
Sep 18, 2020 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia
Recent discussions on Discourse suggest that not all users know about
apropos(or equivalently, using?"..."for text search). The startup message currently mentionsI suggest that text search is added to this, but I am still looking for a compact way of phrasing it.