- Update rigraph/src/vendor/arpack Fortran files
- Fix 'Obsolescent feature' warning associated with Fortan, CRAN warning, cf https://fortranwiki.org/fortran/show/Modernizing+Old+Fortran
- Fixed Makevars file
- Fix "format string is not a string literal" error, '-Wformat-security' warning
- README changes, documentation changes
- Yichen Wang (U. Michigan) added functions
find_partition_with_rep()
andfind_partition_with_rep_rcpp()
- Fixed bugs due to release of igraph verison 1.5.0. Refer to #13
- Fixed
/src/leidenalg/include/MutableVertexPartition.h
, Fedora-related 'GLIBCXX_ASSERTIONS' error
- Remove 'Matrix.utils' as dependency
- Install rigraph directly in
/src
. Remove previous linking toigraph
R package in Makevars.
- Fixed Makevars to use
install_name_tool -change
.
- Modified the Makevars to use SHLIB_EXT to account for both shared library extensions on Mac OS (either *.so or *dylib)
leidenAlg
has gone through no major revisions in over a year. In order to avoid any confusion, this should be released with a major version.
- Fixed issue with unweighted graph. In this case, we set all edge weights to 1.
- Version published on CRAN: https://cran.r-project.org/web/packages/leidenAlg/index.html
- Tagged version on github released on 2 Jan 2021: https://github.com/kharchenkolab/leidenAlg/releases/tag/0.1.0