Skip to content

Commit

Permalink
News updates in preparation for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpatrickneal committed Mar 2, 2024
1 parent 80494b7 commit 19b1f23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: NAIR
Type: Package
Title: Network Analysis of Immune Repertoire
Version: 1.0.3.9001
Version: 1.0.3.9002
Authors@R: c(
person("Brian", "Neal", email = "[email protected]", role = c("aut", "cre")),
person("Hai", "Yang", email = "[email protected]", role = "aut"),
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## New Features

* New internal cpp function that computes graph adjacency matrix using pattern-based algorithm, developed by Daniil Matveev (implemented for metrics Hamming, Levenshtein and cutoffs 0, 1, 2).
* New internal cpp function that computes graph adjacency matrix using pattern-based algorithm, developed by Daniil Matveev (implemented for metrics Hamming, Levenshtein and cutoffs 0, 1, 2). Faster than the default algorithm when network is sufficiently sparse and sequences are not too long, but can incur memory issues with large or densely-connected networks.
* `generateAdjacencyMatrix()` has new parameter `method` used to specify the algorithm. Accepts value `"pattern"` to call the new routine for the pattern-based algorithm.
* Speed improvements to the default algorithms for computing graph adjacency matrices
* Speed improvement to the argument check used for function parameters that accept an adjacency matrix

## Minor Changes and Bug Fixes

* Saving network output using `output_type = "individual"` now also saves the entire network list as an RData file (`.rda`).
* Updated tests for compatibility with upcoming changes to guides in `ggplot2` (thanks to Teun van den Brand and the `ggplot2` development team for contributing the updates)


Expand Down

0 comments on commit 19b1f23

Please sign in to comment.