https://github.com/JuliaLang/julia
Revision 9f55128062c2c1fc65217fb858c84b08fa66f325 authored by Jeff Bezanson on 13 November 2023, 16:32:10 UTC, committed by Kristoffer on 27 November 2023, 09:09:19 UTC
This is #50914, with only the documentation changes, plus an improvement
to the warning message.

---------

Co-authored-by: Tim Holy <tim.holy@gmail.com>
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
(cherry picked from commit 6d5787a993ae7623df479217c9805767ceaa3556)
1 parent 2030e7d
Raw File
Tip revision: 9f55128062c2c1fc65217fb858c84b08fa66f325 authored by Jeff Bezanson on 13 November 2023, 16:32:10 UTC
Devdocs on fixing precompile hangs, take 2 (#51895)
Tip revision: 9f55128
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top