Skip to content

Commit

Permalink
blog post: Julia 1.6 Highlights (#1135)
Browse files Browse the repository at this point in the history
* blog post: Julia 1.6 Highlights

* Apply suggestions from code review

Co-authored-by: Ian Butterworth <[email protected]>

* formatting tweaks

* Apply suggestions from code review

Co-authored-by: Ian Butterworth <[email protected]>

* Update blog/2021/02/julia-1.6-highlights.md

Co-authored-by: Mosè Giordano <[email protected]>

* fixing code highlighting

* Add JLL loading speedup section

* Add mention of compile options in JLLs

* Add embeddable plotly graph of speedups

* Update julia-1.6-highlights.md

* Update blog/2021/02/julia-1.6-highlights.md

Co-authored-by: Tim Holy <[email protected]>

* Apply suggestions from code review

Co-authored-by: Ian Butterworth <[email protected]>

* Update julia-1.6-highlights.md

* third times the charm

* Update julia-1.6-highlights.md

* Apply suggestions from code review

Co-authored-by: Mosè Giordano <[email protected]>

* Add alt-text for URLs; add Elliot and me as authors :)

* Apply suggestions from code review

Co-authored-by: Rafael Fourquet <[email protected]>

* Update julia-1.6-highlights.md

* more on CI and latency in 1.6 highlights

* Apply suggestions from code review

Co-authored-by: Tim Holy <[email protected]>

* some edits

* Apply suggestions from code review

Co-authored-by: Ian Butterworth <[email protected]>

* Update julia-1.6-highlights.md

Fix grammar and spelling in first paragraph

* Update blog/2021/02/julia-1.6-highlights.md

Co-authored-by: Ian Butterworth <[email protected]>

* some typo fixes

* expand compiler latency reduction section

* Move v1.6 highlights post to March 2021 directory

* highlight diffeq as a large package in precomp example

* datastructures -> data structures

* conclude

* add a section about the new stacktraces

* add a small conclusion

* Add Jameson to list of authors and tentatively change date

* Update julia-1.6-highlights.md (wordsmithing) (#1234)

Wordsmithing to make it focus on confidence in release.

* Update blog/2021/03/julia-1.6-highlights.md

Co-authored-by: Rafael Fourquet <[email protected]>

Co-authored-by: Ian Butterworth <[email protected]>
Co-authored-by: Dilum Aluthge <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: tlienart <[email protected]>
Co-authored-by: Elliot Saba <[email protected]>
Co-authored-by: Tim Holy <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Rafael Fourquet <[email protected]>
Co-authored-by: Viral B. Shah <[email protected]>
Co-authored-by: Jeff Bezanson <[email protected]>
Co-authored-by: Logan Kilpatrick <[email protected]>
Co-authored-by: Jameson Nash <[email protected]>
Co-authored-by: KristofferC <[email protected]>
Co-authored-by: Glen Hertz <[email protected]>
  • Loading branch information
15 people authored Mar 25, 2021
1 parent aba0c95 commit ad27fed
Show file tree
Hide file tree
Showing 6 changed files with 467 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions _css/franklin.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,15 @@
background-color: #d8ffd8;
border-color: #404040;
}

/* Specific colours for code highlighting */

.hljs-metaj, .hljs-metas, .hljs-metap { font-weight: bold; }

.hljs-meta { color: #b14e8f; } /* @... */
.hljs-metaj { color: rgb(25, 179, 51); } /* julia> */
.hljs-metas { color: red; } /* shell> */
.hljs-metap { color: rgb(51, 131, 231); } /* pkg> */

.hljs-string {color: #ca4418;}
.hljs-subst { color: inherit;}
4 changes: 3 additions & 1 deletion _layout/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
<head>
<!-- parts for all pages -->
{{insert meta.html}}
{{insert head_scripts.html}}

<link rel="icon" href="/assets/infra/julia.ico">

<!-- Franklin stylesheets for generated pages -->
{{if hasmath}} {{insert head_katex.html }} {{end}}
{{if hascode}} {{insert head_highlight.html }} {{end}}

{{insert head_scripts.html}}

{{isdef title}} <title>{{fill title}}</title> {{end}}

{{ispage /blog/* /jsoc/gsoc/*}}
Expand Down
2 changes: 1 addition & 1 deletion _libs/highlight/highlight.pack.js

Large diffs are not rendered by default.

Loading

0 comments on commit ad27fed

Please sign in to comment.