From 14a8c3622b4599e4235456083001a01a8b61f7f8 Mon Sep 17 00:00:00 2001 From: Alessandro Berti Date: Thu, 4 Jan 2024 14:25:14 +0100 Subject: [PATCH 1/2] fix(pm4py): fixed header of pm4py.llm --- pm4py/llm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pm4py/llm.py b/pm4py/llm.py index 6c96dbaac..7e0e0e5a9 100644 --- a/pm4py/llm.py +++ b/pm4py/llm.py @@ -1,7 +1,7 @@ import pandas as pd from pm4py.objects.log.obj import EventLog, EventStream, Trace -from typing import Union, Optional, Dict, Tuple, Any -from pm4py.utils import get_properties, constants +from typing import Union, Optional, Dict, Tuple, List, Any +from pm4py.utils import get_properties, constants, check_is_pandas_dataframe from pm4py.utils import __event_log_deprecation_warning from pm4py.objects.ocel.obj import OCEL from sqlite3 import Connection as SQ3_Connection From 5863a8b0ca6b292b8fee86c8732824448e2966af Mon Sep 17 00:00:00 2001 From: "humam.kourani" Date: Thu, 4 Jan 2024 13:27:33 +0000 Subject: [PATCH 2/2] Support png --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..2553e20ec --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include pm4py *.png \ No newline at end of file