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 2,960 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
Pop out cells
I wrote this as an experiment, anyone should feel free to continue working on it! The first step is to try it out and make a list of TODOs.
https://user-images.githubusercontent.com/6933510/110047855-e9e5ba80-7d4e-11eb-9c25-ae3cf8f56b13.mov
-
Updated
Jan 17, 2021 - Julia
This issue is to track the progress of migrating the modeling tutorials from JuMPTutorials.
- Tutorials should be added to some suitable subfolder of https://github.com/jump-dev/JuMP.jl/tree/master/docs/src/tutorials (make one if it doesn't fit. e.g., The examples have
MILP,Nonlinear,Quadratic, andSDP). We c
-
Updated
Mar 6, 2021 - Jupyter Notebook
Matplotlib is able to handle canvas events https://matplotlib.org/stable/users/event_handling.html
Perhaps, after mouse clicking or panning the ticks handling could be delegated back to matplotlib?
So this could perhaps elimate the need in ticks=:native for pyplot backend
-
Updated
Feb 16, 2021 - Julia
-
Updated
Feb 26, 2021 - Julia
The PR JuliaData/CategoricalArrays.jl#310 means that an array with elements of type Symbol can no longer be wrapped as a CategoricalArray.
This means all MLJ documentation and test code that uses symbols in categorical data must be refactored to use strings instead.
These repos, at least, need checking/refactoring, in order of priority:
-
MLJ
-
[x]
-
Updated
Mar 6, 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
Mar 5, 2021 - TypeScript
-
Updated
Dec 11, 2020 - Julia
-
Updated
Mar 6, 2021 - CSS
-
Updated
Mar 6, 2021 - Julia
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 22, 2020 - C++
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
Feb 12, 2021 - Julia
-
Updated
Feb 23, 2021 - Makefile
-
Updated
Mar 4, 2021 - Julia
-
Updated
Jan 6, 2021 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia
The current implementation of
lyapfor complex scalar arguments is incorrect. We can see this by comparing the result obtained using 1x1 matrices vs scalars: