From 29aa6843ff9edcddbc0d350801d658310e21f55d Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Mon, 2 Dec 2024 17:14:00 +0100 Subject: [PATCH] Bad history in template --- src/python/gudhi/persistence_graphical_tools.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/python/gudhi/persistence_graphical_tools.py b/src/python/gudhi/persistence_graphical_tools.py index bd1bf1531..07da75cf4 100644 --- a/src/python/gudhi/persistence_graphical_tools.py +++ b/src/python/gudhi/persistence_graphical_tools.py @@ -6,9 +6,10 @@ # # Modification(s): # - 2020/02 Theo Lacombe: Added more options for improved rendering and more flexibility. -# - 2022/11 Vincent Rouvreau: "Automatic" legend display detected by _format_handler that returns if the persistence +# - 2022/11 Vincent Rouvreau: "Automatic" legend display detected by _array_handler that returns if the persistence # was a nx2 array. -# - 2024/11 Vincent Rouvreau: Support for sklearn like persistence feedback: New _format_handler function +# - 2024/11 Vincent Rouvreau: Support for sklearn like persistence feedback: New _format_handler function that +# enhances former _array_handler function. # - YYYY/MM Author: Description of the modification from os import path