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 561 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
Oct 16, 2020 - HTML
Create a new series type that draws pixels. It is similar to st=:scatter with smallest size and no border if backend cannot draw pixels natively. PyPlot and GR are capable of this where the benefit is vastly faster plotting for huge data where line plots take too long
-
Updated
Oct 14, 2020 - Julia
-
Updated
Oct 11, 2020 - Julia
-
Updated
Oct 12, 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
Jul 27, 2020 - Makefile
-
Updated
Aug 21, 2020
It would be nice to have a straightforward way to generate:
- robots.txt
- security.txt
- humans.txt
- etc.?
Other stuff
Thanks for the package, I'm trying it right now and it is really comfortable to use.-
Updated
Oct 9, 2020 - Julia
-
Updated
Jan 15, 2020 - Kotlin
-
Updated
Mar 10, 2019 - Julia
-
Updated
Oct 10, 2020 - Julia
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 11, 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
Oct 12, 2020 - Julia
-
Updated
Aug 24, 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.