Skip to content
#

The Julia Language

julia logo

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,530 public repositories matching this topic...

julia
tomhaber
tomhaber commented Sep 1, 2020

Calling the extrema function on a SparseArray falls back to iterating over all elements on the Array (including zeros).
This makes it extremely slow for large sparse matrices. It would be better to compute the extrema of the nonzeros and then account for the zeros (if there are zeros).

Kind regards,
Tom

JuMP.jl
yordiak
yordiak commented Mar 5, 2020

The last few weeks I have to switched to JuMP in order to perform my (optimization) analysis. Having a look at the documentation related to "Query Solutions" I found that you can extract very useful information regarding the optimizations results.

Thus, I was thinking that it would be a nice all of this information to be presented in a table. I understand that not everything is useful for every

Pluto.jl
Datseris
Datseris commented Aug 18, 2020

Hi there,

I use Jupyter (specifically Jupyter Lab) to make project reports every 3 months or so. As a result, the reports get quite large. I structure them in detail with markdown headers and sections. Jupyter provides an excellent extension, called simply "table of contents" that does two things:

  1. Enables a table of contents sidebar that is clickable and brings you to the markdown hea
isentropic
isentropic commented Jul 24, 2020

Only relevant to pyplot with most recent matplotlib

plot(1:10)
sys:1: MatplotlibDeprecationWarning: Passing the fontdict parameter of _set_ticklabels() positionally is deprecated since Matplotlib 3.3; the parameter will become keyword-only two minor releases later.
sys:1: UserWarning: FixedFormatter should only be used together with FixedLocator
sys:1: MatplotlibDeprecationWarning: Case-i
yuri-la-torre-ortiz
yuri-la-torre-ortiz commented Mar 2, 2019

Hi there. It's my first day coding & I really appreciate this resource and I find it more or less easy to follow. However, I would recommend either providing a link to a glossary or simply having a glossary available for absolute beginners to explain terminology such as those referring to the various data types & examples given. Just to make the language a bit more accessible.

I'm enjoying

Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman

Released February 14, 2012

Organization
JuliaLang
Website
julialang.org
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.