Skip to content

Commit

Permalink
Updated pami repository with version='2024.07.02.1'
Browse files Browse the repository at this point in the history
Updated the README.md file with latest version.
  • Loading branch information
vanithakattumuri committed Jul 2, 2024
1 parent 96188af commit 68a8822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ PAttern MIning (PAMI) is a Python library containing several algorithms to disco
***
# Recent Updates

- **Version 2024.05.01:**
- **Version 2024.07.02:**
In this latest version, the following updates have been made:
- Included two new algorithms, **Gspan and TKG**, for frequent subgraph mining.
- Updated three Synthetic Data Generator, **transactional database, temporal database, and geo-referenced transactional database**.
- Optimized the following frequent pattern mining algorithms: **Apriori, Aprioribitset, ECLAT, ECLATbitset, FPGrowth, and CHARM**.
- startMine() function has been deprecated to mine() function.
- Included one new algorithms, **PrefixSpan**, for Sequential Pattern.
- Optimized the following pattern mining algorithms: **PFPGrowth, PFECLAT, GPFgrowth and PPF_DFS**.
- Test cases are implemented for the following algorithms, **Contiguous Frequent patterns, Correlated Frequent Patterns, Coverage Frequent Patterns, Fuzzy Correlated Frequent Patterns, Fuzzy Frequent Patterns, Fuzzy Georeferenced Patterns, Georeferenced Frequent Patterns, Periodic Frequent Patterns, Partial Periodic Frequent Patterns, HighUtility Frequent Patterns, HighUtility Patterns, HighUtility Georeferenced Frequent Patterns, Frequent Patterns, Multiple Minimum Frequent Patterns, Periodic Frequent Patterns, Recurring Patterns, Sequential Patterns, Uncertain Frequent Patterns, Weighted Uncertain Frequent Patterns**.
- The algorithms mentioned below are automatically tested, **Frequent Patterns, Correlated Frequent Patterns, Contiguous Frequent patterns, Coverage Frequent Patterns, Recurring Patterns, Sequential Patterns**.

Total number of algorithms: 89

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='pami',
version='2024.6.20.1',
version='2024.07.02.1',
author='Rage Uday Kiran',
author_email='[email protected]',
description='This software is being developed at the University of Aizu, Aizu-Wakamatsu, Fukushima, Japan',
Expand Down

0 comments on commit 68a8822

Please sign in to comment.