From f80399cd05a0dcb49b04a193ab33f20912a70f00 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Fri, 17 May 2024 14:51:28 +0200 Subject: [PATCH] Update changelogs for v0.3 --- ChangeLog | 1 + tools/ci/pages/plot_benchmarks.gp | 2 +- tools/distrib/debian/ChangeLog | 1 + tools/distrib/debian/changelog | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34c4f40..5b4c8fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ cppdiodon-0.3 ------------------------------------------------------------------------ - Add rsvd and revd functions in python wrapper +- Add regression testing on plafrim - Update documentation - Tested on Ubuntu 24.04 diff --git a/tools/ci/pages/plot_benchmarks.gp b/tools/ci/pages/plot_benchmarks.gp index 4d1e02d..fc1dad6 100644 --- a/tools/ci/pages/plot_benchmarks.gp +++ b/tools/ci/pages/plot_benchmarks.gp @@ -20,5 +20,5 @@ set style line i linecolor rgb hsv2rgb(0.083*(i-1), 1, 1) plot filename using 9 ls 1, \ filename using 10 ls 2, \ - filename using 11 ls 4, \ + filename using 11 ls 5, \ filename using 13:xticlabels(3) ls 7 diff --git a/tools/distrib/debian/ChangeLog b/tools/distrib/debian/ChangeLog index b74799f..6431fac 100644 --- a/tools/distrib/debian/ChangeLog +++ b/tools/distrib/debian/ChangeLog @@ -4,5 +4,6 @@ links given by gitlab as they are missing the submodules. Changes: - Add rsvd and revd functions in python wrapper +- Add regression testing on plafrim - Update documentation - Tested on Ubuntu 24.04 diff --git a/tools/distrib/debian/changelog b/tools/distrib/debian/changelog index 2fa03fd..28e53f8 100644 --- a/tools/distrib/debian/changelog +++ b/tools/distrib/debian/changelog @@ -1,6 +1,7 @@ cppdiodon (0.3-1) unstable; urgency=medium * Add rsvd and revd functions in python wrapper + * Add regression testing on plafrim * Update documentation * Tested on Ubuntu 24.04 -- GitLab