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 843 public repositories matching this topic...
-
Updated
Mar 10, 2022 - Julia
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
-
Updated
Mar 17, 2022 - Julia
Details
This shouldn't happen
using Plots
plot(rand(4,4), layout = 2, series_annotations = [1 2; 3 4])
Error showing value of type Plots.Plot{Plots.GRBackend}:
ERROR: type Array has no field baseshape
Stacktrace:
[1] getproperty(x::Vector{Plots.SeriesAnnotations}, f::Symbol)
@ Base ./Base.jl:42
[2] serieCompare https://github.com/JuliaPlots/Makie.jl/blob/master/src/stats/boxplot.jl#L31-L64 with http://makie.juliaplots.org/stable/plotting_functions/boxplot.html#Makie.boxplot
This should be a good beginner issue :)
-
Updated
Mar 13, 2022 - Julia
Elevator Pitch
Right now Jupyter LSP show it's suggestions on every period. I'd like to have a feature that only generates the suggestions when a hotkey is pressed. (Shift Tab, etc)
Motivation
One of my users asked for the feature.
Design Ideas
-
Updated
Apr 6, 2022 - CSS
-
Updated
Aug 17, 2021 - Julia
-
Updated
Jul 15, 2021 - Makefile
-
Updated
Apr 3, 2022 - Julia
API documentation
-
Updated
Mar 24, 2022 - Julia
-
Updated
Jan 5, 2022
-
Updated
Mar 29, 2022 - Julia
I noticed it done here: https://github.com/JuliaIO/HDF5Plugins.jl/blob/main/Project.toml
I noticed in this package Blosc is commented out, for some reason (also not in the package above/main HDF5), not sure why, I don't really care if it's supported if the best format is support that I think is Zstd (seems also important for compatibility with main format):
Sometimes one might want to do multiple assignments in a single line to reduce number of lines of code, e.g.
Pmin, Pmax = get_pmin(fnm.system), get_pmax(fnm.system)
If this is considered bad style by us, we should probably add a comment about this in the docs.
-
Updated
Apr 7, 2022 - Julia
-
Updated
Mar 21, 2022 - Julia
-
Updated
Apr 8, 2022 - Julia
-
Updated
Mar 28, 2021 - Kotlin
-
Updated
Feb 26, 2022 - Python
-
Updated
Mar 6, 2022 - Julia
-
Updated
Jan 24, 2022 - Shell
-
Updated
Jan 17, 2022 - Julia
-
Updated
Dec 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


Currently, this is defined only for arrays, but it seems like we should have
(I just came across this when trying to implement this algorithm for random unitary matrices, which is basically
Q * Diagonal(normalize.(diag(R)), but I discovered thatnormalizedidn't work.)