Revision b99805ae7cbc45d0588ef19dfe26028630e149ec authored by Lukas Berner on 03 April 2024, 09:08:49 UTC, committed by GitHub on 03 April 2024, 09:08:49 UTC
* add attribute getters to python

* remove unused graph object from attribute wrapper classes

* add attribute conversion to nx2nk

* add optional custom type mapping

* fix none case error for type map

* add None to parameter type hints

* fix edgeById for directed graphs

* fix tests, add test for custom typemap

* fix CI

* change print to warn

* update tests to check for warnings
1 parent 28f8ff3
History
File Mode Size
.github
docs
extlibs
extrafiles
include
input
networkit
notebooks
output
.clang-format -rw-r--r-- 3.2 KB
.clang-tidy -rw-r--r-- 2.6 KB
.coveragerc -rw-r--r-- 256 bytes
.gitignore -rw-r--r-- 1.1 KB
.gitmodules -rw-r--r-- 283 bytes
CHANGES.md -rw-r--r-- 4.6 KB
CITATION.cff -rw-r--r-- 2.0 KB
CMakeLists.txt -rw-r--r-- 25.5 KB
CONTRIBUTING.md -rw-r--r-- 3.5 KB
Dockerfile -rw-r--r-- 1.5 KB
License.txt -rw-r--r-- 1.3 KB
MANIFEST.in -rw-r--r-- 141 bytes
README.md -rw-r--r-- 10.7 KB
check_code.sh -rwxr-xr-x 618 bytes
networkit.pc -rw-r--r-- 342 bytes
pyproject.toml -rw-r--r-- 1.5 KB
requirements.txt -rw-r--r-- 64 bytes
setup.py -rw-r--r-- 13.2 KB
version.py -rw-r--r-- 2.0 KB

README.md

back to top