Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework library interfaces #201

Merged
merged 48 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
190803f
use exceptions where possible
N-Maas Dec 6, 2024
7012b22
use exceptions in python interface and remove duplications
N-Maas Dec 6, 2024
b1b824e
setMappingParameters function for python interface
N-Maas Dec 6, 2024
42c3a2a
NonSupported -> Unsupported
N-Maas Dec 6, 2024
650c565
direct context initialization
N-Maas Dec 6, 2024
94ed733
follow python naming conventions
N-Maas Dec 6, 2024
689c863
library interfaces: disable logging by default
N-Maas Dec 9, 2024
70fea0f
error handling in C interface
N-Maas Dec 9, 2024
4338f98
checks for read partition file
N-Maas Dec 12, 2024
bed7b6f
python fix for imbalance
N-Maas Dec 12, 2024
2fcbc36
add test
N-Maas Dec 12, 2024
3fb0db4
fix imbalance in python tests
N-Maas Dec 12, 2024
8b095f6
deduplication for python module
N-Maas Dec 12, 2024
88c29d8
new initialization for python interface
N-Maas Dec 13, 2024
8686931
keep alive for PHG
N-Maas Dec 13, 2024
46f1f0b
block weight handling in python API
N-Maas Dec 13, 2024
bd3878e
fix/improve C interface
N-Maas Dec 13, 2024
2a98465
handle boost targets
N-Maas Dec 13, 2024
2f5829c
C interface: require context for graph construction
N-Maas Dec 13, 2024
7424fa4
renaming
N-Maas Dec 13, 2024
927d1ef
Python interface: require context for creating graph
N-Maas Dec 13, 2024
90c6ff8
typo
N-Maas Dec 13, 2024
dc01f1b
switch to fully type erased python interface
N-Maas Dec 13, 2024
a00e02d
further improvements and tests
N-Maas Dec 16, 2024
2f2350d
python iterators
N-Maas Dec 16, 2024
a591605
fix interface test
N-Maas Dec 16, 2024
e21739d
support for more hypergraph properties
N-Maas Dec 16, 2024
0b152b1
further refactoring
N-Maas Dec 17, 2024
40a50f6
get partition properties in C interface
N-Maas Dec 17, 2024
84d52d3
reorganize files
N-Maas Dec 17, 2024
5659588
input format handling
N-Maas Dec 17, 2024
23d8560
remove some todos
N-Maas Dec 17, 2024
e83f120
implement iteration and source/target
N-Maas Dec 17, 2024
0a9c7c4
python tests highest quality preset
N-Maas Dec 18, 2024
ccec2b1
minor
N-Maas Dec 18, 2024
ac16860
make c interface actually c compatible
N-Maas Dec 18, 2024
abbecca
allow error when creating partitioned hypergraph
N-Maas Dec 18, 2024
9d8e53e
add missing check
N-Maas Dec 18, 2024
bc43d6f
update c interface examples
N-Maas Dec 19, 2024
bbb0444
bounds checking for python interface
N-Maas Dec 19, 2024
67d865e
minor
N-Maas Dec 19, 2024
bb79e7a
python: add 'blocks' iterator
N-Maas Dec 19, 2024
1199b8b
update python examples
N-Maas Dec 19, 2024
dc01576
fixes
N-Maas Dec 19, 2024
83e1a8f
update readme
N-Maas Dec 19, 2024
55947a2
checks for number of blocks
N-Maas Dec 19, 2024
91f8817
don't copy target graph in C interface
N-Maas Dec 19, 2024
ce2e7ba
fix tools
N-Maas Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
deduplication for python module
N-Maas committed Dec 17, 2024
commit 8b095f6fb98644d1f37f04eaa93a76167c46865f
Loading