-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare for release, fixes laplacian issues with igraph 2.0.0, issue #18
- Loading branch information
Samuel Church
authored and
Samuel Church
committed
Feb 1, 2024
1 parent
212391c
commit 7a65044
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: countland | ||
Title: Analysis of Biological Count Data, Especially from Single-Cell RNA-Seq | ||
Version: 0.1.1 | ||
Version: 0.1.2 | ||
Authors@R: | ||
person("Church", "Samuel H.", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-8451-103X")) | ||
|
@@ -26,7 +26,7 @@ Description: A set of functions for applying a | |
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.3.0 | ||
URL: https://github.com/shchurch/countland | ||
BugReports: https://github.com/shchurch/countland/issues | ||
Imports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# countland 0.1.2 | ||
|
||
* `ScikitManifoldSpectralEmbedding()`, the spectral embedding utility function, now works with behavior of `igraph` v. 2.0.0, by removing self-loops in the adjacency matrix (setting `diag = F`). In addition the function was changed from the deprecated `igraph::graph.adjacency()` to `igraph::graph_from_adjacency_matrix()` (#18). | ||
|
||
# countland 0.1.1 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters