Skip to content

Commit 499f4cc

Browse files
Merge branch 'release' into release-github
# Conflicts: # pm4py/algo/filtering/log/timestamp/timestamp_filter.py # pm4py/algo/filtering/pandas/ltl/ltl_checker.py # pm4py/algo/simulation/montecarlo/variants/petri_semaph_fifo.py # pm4py/algo/transformation/__init__.py # pm4py/meta.py # pm4py/simulation/montecarlo/variants/petri_semaph_fifo.py # pm4py/statistics/traces/__init__.py # pm4py/statistics/traces/common/__init__.py # pm4py/statistics/traces/log/__init__.py # pm4py/statistics/traces/pandas/__init__.py # pm4py/statistics/variants/pandas/get.py # pm4py/vis.py
1 parent 99af1bc commit 499f4cc

File tree

28 files changed

+448
-0
lines changed

28 files changed

+448
-0
lines changed

pm4py/algo/discovery/performance_spectrum/variants/dataframe_disconnected.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from pm4py.util import xes_constants as xes
218
from pm4py.util import exec_utils, pandas_utils, constants
319

pm4py/algo/discovery/performance_spectrum/variants/log_disconnected.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from pm4py.objects.log.util import sorting
218
from pm4py.objects.log.util import basic_filter
319
from pm4py.util import points_subset
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from pm4py.algo.filtering.log.between import between_filter

pm4py/algo/filtering/log/between/between_filter.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from enum import Enum
218
from typing import Optional, Dict, Any
319

pm4py/algo/filtering/log/timestamp/timestamp_filter.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
import datetime
218
from enum import Enum
319
from typing import Union, Dict, Optional, Any

pm4py/algo/filtering/pandas/ltl/ltl_checker.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from enum import Enum
218

319
import deprecation

pm4py/algo/simulation/montecarlo/variants/petri_semaph_fifo.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from pm4py.statistics.traces.generic.log import case_arrival
218
from pm4py.algo.simulation.montecarlo.utils import replay
319
from pm4py.objects.petri_net.semantics import enabled_transitions, weak_execute
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from pm4py.algo.transformation import log_to_trie, log_to_features
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from pm4py.algo.transformation.log_to_features import algorithm, variants

pm4py/algo/transformation/log_to_features/algorithm.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
'''
2+
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
3+
4+
PM4Py is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
PM4Py is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
16+
'''
117
from enum import Enum
218
from typing import Any, Optional, Dict, Union
319

0 commit comments

Comments
 (0)