Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Mar 21, 2024
1 parent 7888097 commit 134f982
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.targets.js.nodejs.*
plugins {
signing
`maven-publish`
kotlin("multiplatform") version "2.0.0-Beta2"
kotlin("multiplatform") version "2.0.0-Beta5"
// kotlin("jupyter.api") version "0.11.0-225"
id("com.github.ben-manes.versions") version "0.51.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-2"
Expand Down Expand Up @@ -120,10 +120,10 @@ kotlin {
implementation("org.graalvm.js:js:23.0.3")

// Markovian deps
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0-RC2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1-Beta")

implementation("org.jetbrains.lets-plot:platf-awt-jvm:4.2.0")
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.6.0")
implementation("org.jetbrains.lets-plot:platf-awt-jvm:4.3.0")
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.7.0")

// https://arxiv.org/pdf/1908.10693.pdf
// implementation("com.datadoghq:sketches-java:0.7.0")
Expand Down Expand Up @@ -206,7 +206,7 @@ kotlin {
implementation(kotlin("test"))
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC.2")
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions latex/splash2024/len_dist_bifi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
axis lines*=left,
xtick={0, 10, 20, 30, 40, 50, 60, 70},
ytick={0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0},
xticklabels={{(}0{,}10{)}, {[}10{,}20{)}, {[}20{,}30{)}, {[}30{,}40{)}, {[}40{,}50{)}, {[}50{,}60{)}, {[}60{,}70{)}, {[}70{,}80{)}},
x tick label style={font=\scriptsize},
ymax=1.0,
ymin=0.0,
bar width=4pt,
Expand Down
2 changes: 2 additions & 0 deletions latex/splash2024/len_dist_s2p.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
axis lines*=left,
xtick={0, 10, 20, 30, 40, 50, 60, 70},
ytick={0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0},
xticklabels={{(}0{,}10{)}, {[}10{,}20{)}, {[}20{,}30{)}, {[}30{,}40{)}, {[}40{,}50{)}, {[}50{,}60{)}, {[}60{,}70{)}, {[}70{,}80{)}},
x tick label style={font=\scriptsize},
ymax=1.0,
ymin=0.0,
bar width=4pt,
Expand Down
6 changes: 4 additions & 2 deletions latex/splash2024/len_dist_tidy.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
axis lines*=left,
xtick={0, 10, 20, 30, 40, 50, 60, 70},
ytick={0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0},
xticklabels={{(}0{,}10{)}, {[}10{,}20{)}, {[}20{,}30{)}, {[}30{,}40{)}, {[}40{,}50{)}, {[}50{,}60{)}, {[}60{,}70{)}, {[}70{,}80{)}},
x tick label style={font=\scriptsize},
ymax=1.0,
ymin=0.0,
bar width=4pt,
]

\addplot[green, fill=green] coordinates {(0, 1.0) (10, 1.0) (20, 1.0) (30, 1.0) (40, 1.0) (50, 1.0) (60, 1.0) (70, 1.0)};
\addplot[blue, fill=blue] coordinates {(0, 0.3) (10, 0.286) (20, 0.205) (30, 0.433) (40, 0.256) (50, 0.296) (60, 0.236) (70, 0.315)};
\addplot[orange, fill=orange] coordinates {(0, 0.46875) (10, 0.321) (20, 0.366) (30, 0.24) (40, 0.407) (50, 0.454) (60, 0.574) (70, 0.526)};
\addplot[blue, fill=blue] coordinates {(0, 0.42) (10, 0.31) (20, 0.26) (30, 0.16) (40, 0.33) (50, 0.21) (60, 0.21) (70, 0.20)};
\addplot[orange, fill=orange] coordinates {(0, 0.53) (10, 0.49) (20, 0.15) (30, 0.38461538461538464) (40, 0.26) (50, 0.36) (60, 0.32) (70, 0.63)};

% \legend{Δ=1,Δ=2,Δ=3}
\end{axis}
Expand Down
Binary file modified latex/splash2024/splash.pdf
Binary file not shown.

0 comments on commit 134f982

Please sign in to comment.