* Fixed a bug that caused imbalanced intermediate partitions for non-power-of-two block counts, deteriorating running time and solution quality in some cases
2.1
Shared memory partitioner
- Added a `-P strong` configuration which produces better solution quality by using parallel FM refinement - Reworked the library interface - Fixed a bug that caused excessive memory consumption during initial partitioning
2.0
* Added a distributed-memory version * Various bug fixes
1.1
* Add option to use node degrees as node weights * Fix bug when k is not a power of two * Change licence to MIT * Make input format more flexible * Add command line option to disable console output * Minor bug fixes