From 910712d4f2cb51eaf3fe1b71c8e026aaefd056ff Mon Sep 17 00:00:00 2001 From: Locatelli <j.locatelli@ill.fr> Date: Wed, 16 Aug 2023 08:44:25 +0200 Subject: [PATCH] commit version 2.5-3 --- ChangeLog | 6 ++++++ debian/changelog | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7fa0ae4..4719f4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +16/08/2023 +- Force garbage collector when changing type of plot +- Clean unused code for RGB +- replace boost::python::call_method by ettr one +- correct some little bugs after using valgrind check + 09/08/2023 - Compute ratio XY for plot 2D in nomad server, depend of type of axis. If using channels or slices, set a ratio to 1 or if X/Y use x and y physical size ratio - use draw_idle instead of draw (faster) diff --git a/debian/changelog b/debian/changelog index 31ad87a..0a6491e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ploty2 (2.5-3) unstable; urgency=medium + * Force garbage collector when changing type of plot + * Clean unused code for RGB + * replace boost::python::call_method by ettr one + * correct some little bugs after using valgrind check + +-- ics <j.locatelli@ill.fr> Wed, 16 Aug 2023 08:00:00 +0200 + ploty2 (2.5-2) unstable; urgency=medium * Compute ratio XY for plot 2D in nomad server, depend of type of axis. If using channels or slices, set a ratio to 1 or if X/Y use x and y physical size ratio * use draw_idle instead of draw (faster) -- GitLab