Skip to content

Commit d05c568

Browse files
authored
Merge pull request #1 from JuliaLang/master
sync with upstream
2 parents a6ae444 + 657308e commit d05c568

File tree

860 files changed

+27115
-88073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

860 files changed

+27115
-88073
lines changed

.github/workflows/deploy.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: Build and Deploy
2+
on:
3+
push:
4+
branches:
5+
- master # only trigger deployment upon pushes to master branch
6+
pull_request:
7+
branches:
8+
- master
9+
jobs:
10+
build-and-deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v2
15+
with:
16+
persist-credentials: false
17+
- name: Install SSH Client
18+
uses: webfactory/[email protected]
19+
with:
20+
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
21+
# Python is necessary for pre-rendering steps as well as to install
22+
# matplotlib which is necessary if you intend to use PyPlot. If you do
23+
# not, then you can remove the `run: pip install matplotlib` line.
24+
- name: Install python
25+
uses: actions/setup-python@v1
26+
with:
27+
python-version: '3.x'
28+
- name: Install Julia
29+
uses: julia-actions/setup-julia@v1
30+
with:
31+
version: 1.3.0
32+
# This ensures that NodeJS and Franklin are loaded then it installs
33+
# highlight.js which is needed for the prerendering step.
34+
# Then the environment is activated and instantiated to install all
35+
# Julia packages which may be required to successfully build your site.
36+
# NOTE: the last line should be `optimize()`, you may want to give it
37+
# specific arguments, see the documentation or ?optimize in the REPL.
38+
- name: Build site
39+
run: julia -e '
40+
using Pkg; Pkg.add(["NodeJS", "Franklin"]);
41+
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
42+
using Franklin; optimize()'
43+
- name: Deploy (preview)
44+
if: github.event_name == 'pull_request'
45+
uses: JamesIves/github-pages-deploy-action@releases/v3
46+
with:
47+
SSH: true
48+
BRANCH: gh-preview
49+
FOLDER: __site
50+
- name: Deploy (main)
51+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
52+
uses: JamesIves/github-pages-deploy-action@releases/v3
53+
with:
54+
SSH: true
55+
BRANCH: gh-pages
56+
FOLDER: __site

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/_site
2-
/.ipynb_checkpoints
3-
.*~
4-
.*.sw?
51
.DS_Store
6-
7-
Gemfile.lock
2+
__site
3+
node_modules/

404.md

Lines changed: 2 additions & 12 deletions

Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 1 deletion

Makefile

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 52 additions & 15 deletions
251 KB
Binary file not shown.
File renamed without changes.

benchmarks/benchmarks.ipynb renamed to _assets/benchmarks/benchmarks.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"image/svg+xml": [
8080
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
8181
"<svg xmlns=\"http://www.w3.org/2000/svg\"\n",
82-
" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n",
83-
" xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n",
82+
" xmlns:xlink=\"https://www.w3.org/1999/xlink\"\n",
83+
" xmlns:gadfly=\"https://www.gadflyjl.org/ns\"\n",
8484
" version=\"1.2\"\n",
8585
" width=\"203.2mm\" height=\"125.58mm\" viewBox=\"0 0 203.2 125.58\"\n",
8686
" stroke=\"none\"\n",
@@ -1073,8 +1073,8 @@
10731073
"text/html": [
10741074
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
10751075
"<svg xmlns=\"http://www.w3.org/2000/svg\"\n",
1076-
" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n",
1077-
" xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n",
1076+
" xmlns:xlink=\"https://www.w3.org/1999/xlink\"\n",
1077+
" xmlns:gadfly=\"https://www.gadflyjl.org/ns\"\n",
10781078
" version=\"1.2\"\n",
10791079
" width=\"203.2mm\" height=\"125.58mm\" viewBox=\"0 0 203.2 125.58\"\n",
10801080
" stroke=\"none\"\n",
File renamed without changes.

_assets/benchmarks/benchmarks.svg

Lines changed: 1 addition & 0 deletions
47.6 KB
32.2 KB
108 KB

_assets/blog/2017-03-14-piday/pi.png

500 KB

_assets/blog/2017-08-23-native-julia-implementations-of-iterative-solvers-for-numerical-linear-algebra/resnorm.svg

Lines changed: 1 addition & 0 deletions

_assets/blog/2017-08-28-GSOC-MCMC-with-flexible-numbers-of-parameters/mu_results.svg

Lines changed: 1 addition & 0 deletions
17.7 KB
53.5 KB

_assets/blog/2017-11-01-gsoc-ode/bvp.svg

Lines changed: 1 addition & 0 deletions

_assets/blog/2017-11-01-gsoc-ode/driven_poincare_0.svg

Lines changed: 1 addition & 0 deletions

_assets/blog/2017-11-01-gsoc-ode/duffing_poincare_0.svg

Lines changed: 1 addition & 0 deletions

_assets/blog/2017-11-01-gsoc-ode/symplectic_ruth3.svg

Lines changed: 1 addition & 0 deletions
14.5 KB

_assets/blog/2018-04-13-pifonts/tabulate-pi.svg

Lines changed: 1 addition & 0 deletions
41.9 KB
178 KB

_assets/blog/2019-05-02-MLJ/0.jpg

9.51 KB
5.17 KB
45.6 KB

_assets/blog/2019-05-02-MLJ/README.md

Lines changed: 1 addition & 0 deletions
15.3 KB
31.6 KB
4.87 KB
Binary file not shown.
3.13 KB
Binary file not shown.
103 KB
17.3 KB
69.4 KB
10 KB
20.1 KB
26.4 KB
33.2 KB
16 KB
14 KB
685 Bytes
9.42 KB
59.9 KB

_assets/blog/GUI_figures/photo1.jpg

36.5 KB

_assets/blog/GUI_figures/photo2.jpg

20.4 KB

_assets/blog/GUI_figures/photo3.jpg

36.2 KB

_assets/blog/GUI_figures/photo4.jpg

41.1 KB

_assets/blog/GUI_figures/photo5.jpg

29.2 KB

_assets/blog/GUI_figures/photo6.jpg

36.8 KB

_assets/blog/GUI_figures/photo7.jpg

36.4 KB

_assets/blog/GUI_figures/popup.jpg

16.2 KB

_assets/blog/GUI_figures/winston.jpg

19.7 KB

_assets/blog/IAP_2013_Lightning.pdf

348 KB
Binary file not shown.

_assets/blog/chemin-wasmer-09.pdf

955 KB
Binary file not shown.
File renamed without changes.

blog/_posts/moredots/More-Dots.ipynb renamed to _assets/blog/moredots/More-Dots.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# More Dots: Performance and Vectorization in Julia\n",
88
"\n",
9-
"This [IJulia/Jupyter notebook](https://github.com/JuliaLang/IJulia.jl) presents some performance experiments with vectorization in Julia, to accompany the [blog post on syntactic loop fusion](http://julialang.org/blog/) in Julia 0.6.\n",
9+
"This [IJulia/Jupyter notebook](https://github.com/JuliaLang/IJulia.jl) presents some performance experiments with vectorization in Julia, to accompany the [blog post on syntactic loop fusion](https://julialang.org/blog/) in Julia 0.6.\n",
1010
"\n",
1111
"We use the following example problem:\n",
1212
"evaluating `f(2x^2 + 6x^3 - sqrt(x))`, for the function `f(x) = 3x^2 + 5x + 2`, elementwise for `x` in an array `X`, storing the results in-place in `X`. We implement this in three different styles: \"traditional\" vectorized style `vec!(X)` ala Julia 0.4 or Matlab/Numpy, the devectorized style (explicit loops) `devec!(X)`, and new-style vectorization `newvec!` with syntactic loop fusion:"

_assets/blog/nvvp.png

108 KB
File renamed without changes.

_assets/blog/releaseprocess_figures/release-process-2019-09-05-blogpost.svg

Lines changed: 1 addition & 0 deletions
Binary file not shown.

_assets/images/Debug.png

8.01 KB
File renamed without changes.

_assets/images/benchmarks.svg

Lines changed: 1 addition & 0 deletions
File renamed without changes.

_assets/images/el.png

2.66 KB
File renamed without changes.
File renamed without changes.

_assets/images/gpu.png

5.54 KB
File renamed without changes.
426 KB
Binary file not shown.
File renamed without changes.

_assets/images/julia-gsoc-logo.svg

Lines changed: 1 addition & 0 deletions

_assets/images/julia-open-graph.png

725 KB

_assets/images/julia-repl.png

35.6 KB

_assets/images/juliacloud.svg

Lines changed: 111 additions & 0 deletions

_assets/images/juliacon2017.svg

Lines changed: 1 addition & 0 deletions
File renamed without changes.

_assets/images/kahan.jpg

2.06 MB
File renamed without changes.

_assets/images/logo.png

3.54 KB

_assets/images/logo_hires.png

26.2 KB

_assets/images/logo_yao.png

602 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_assets/images/notepad.png

9.89 KB

_assets/images/nyhackr.pdf

202 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

_assets/images/pi.png

500 KB

_assets/images/profile.png

32.9 KB

_assets/images/revise.png

38.8 KB
File renamed without changes.
File renamed without changes.

_assets/images/stefan.jpg

40.8 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_assets/infra/Debug.png

8.01 KB

_assets/infra/atom.png

20.6 KB

_assets/infra/cartpole.gif

190 KB

_assets/infra/discourse.svg

Lines changed: 1 addition & 0 deletions

_assets/infra/emacs.png

18.3 KB

_assets/infra/github.svg

Lines changed: 1 addition & 0 deletions

_assets/infra/gpu.png

5.54 KB

_assets/infra/jetbrains.png

11.8 KB

_assets/infra/julia.ico

116 KB
Binary file not shown.

0 commit comments

Comments
 (0)