Skip to content

Commit

Permalink
docs(pm4py): updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Jan 12, 2024
1 parent 2be6925 commit a97257d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
### Changed
* ab48f194ed0bbcd864683d313285e0db6a3ae570
* refactoring DECLARE discovery
* ba3dd14250f3b713c495833d1ed16d42efb74c7a
* moved LLM descriptions to separate methods

### Deprecated

### Fixed
* 99efc597545a1f0f717c90303db8ca3825062e63
* bug fix DECLARE discovery
* 4e3cedf1dfdaa70da1e381930812676afc103b22
* additional PNGs for POWL visualization

### Removed

Expand Down
4 changes: 3 additions & 1 deletion pm4py/util/pandas_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
def get_default_dataframe_environment():
if importlib.util.find_spec("cudf"):
#import cudf; return cudf
pass
import cudf.pandas
cudf.pandas.install()
import pandas as pd
return pd


Expand Down

0 comments on commit a97257d

Please sign in to comment.