julia 1.10.2, url esc sequence removal

This commit is contained in:
2024-03-28 12:56:00 +01:00
parent d8123167be
commit 425a65f7db
5 changed files with 12 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ f = Figure(size=(800, 180))
for i in 1:4
x = sin.( a[i] .* t .+ δ )
y = sin.( b[i] .* t )
lines(f[1, i], x, y, aspect=1 )
lines(f[1, i], x, y, aspect = 1)
end
f
```
@@ -27,7 +27,7 @@ f
Intelligence Laboratory* des MIT
- 2012 erste release v0.1
- 2018 Version v1.0
- aktuell: v1.10.1 vom 13. Februar 2024
- aktuell: v1.10.2 vom 1. März 2024
Zum ersten release 2012 haben die Schöpfer von Julia ihre Ziele und Motivation in dem Blogbeitrag [Why we created Julia](https://julialang.org/blog/2012/02/why-we-created-julia/)
interessant zusammengefasst.