The 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 3,235 public repositories matching this topic...
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
I originally posted this as a question on zulip but @fonsp asked me to submit an issue so here it is
I was looking at the notebook from the fonsp talk on using Javascript in Pluto
and I found out about the nice use of <details> html tag to create blocks of text that can be expanded by user click.
One
-
Updated
May 28, 2021 - Julia
Issue is in functions like this:
https://github.com/JuliaOpt/MathOptInterface.jl/blob/3f872f9edb50b1a97cb65011430a0160fd56111e/src/Utilities/cachingoptimizer.jl#L539-L557
where we need a branch to see if it is possible to query directly from the optimizer.
Details
(This is related to JuliaPlots/Plots.jl#1706)
For example scatter(skipmissing([1.0, 2.0, missing, 1.0])) fails with Cannot convert Base.SkipMissing{Vector{Union{Missing, Float64}}} to series data for plotting.
Generally skipmissing is not required but it seems odd to see this fail.
Also I stumbled on this while trying to make a histogram, e.g.
-
Updated
May 15, 2021 - Jupyter Notebook
-
Updated
May 3, 2021 - Julia
-
Updated
May 30, 2021 - Jupyter Notebook
-
Updated
Jun 5, 2021 - Julia
-
Updated
Jun 3, 2021 - Julia
I found that function mod2pi is not implemented yet, but mod works. Is there any list of implemented functions? Minimal working example is:
using Zygote
# This is working
gradient(x -> mod(x, 2pi), 1.)
# This is not
gradient(x -> mod2pi(x), 1.)
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
Jun 2, 2021 - CSS
According to the documentation you can do:
on(events(fig).keyboardbutton) do event
if event.action in (Keyboard.press, Keyboard.repeat)
event.button == Keyboard.left && move_left()
event.button == Keyboard.up && move_up()
event.button == Keyboard.right && move_right()
event.button == Keyboard.down && move_down()
end
# Let the event
-
Updated
May 28, 2021 - Julia
-
Updated
Apr 1, 2021 - Julia
typo
In Exercises 10.1, the outer product in Take the outer product of a vector v with itself and assign it to variable cross_v should be cross product.
-
Updated
Jul 22, 2020 - C++
-
Updated
Apr 30, 2021 - Julia
-
Updated
Jun 3, 2021 - Julia
-
Updated
May 29, 2021 - Makefile
-
Updated
Mar 22, 2021 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia
I received this error message: