Skip to content

Commit 475caad

Browse files
committed
new release version 1.1.1
1 parent 97de9e4 commit 475caad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: gasper
22
Type: Package
33
Title: Graph Signal Processing
4-
Version: 1.1.0.9000
4+
Version: 1.1.1.
55
Authors@R: c(person("Fabien", "Navarro", role = c("aut", "cre"),
66
email = "fabien.navarro@math.cnrs.fr"),
77
person("Basile", "De Loynes", role = "aut",

NEWS.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ knitr::opts_chunk$set(
1414

1515
gasper News
1616

17-
# gasper 1.1.0.9000 dev version
17+
# gasper 1.1.1 release (02/16/2021)
1818
* correction of an error in `laplacian_mat` function (in the case of full matrix input).
1919
* replace `graphname` by `matrixname` (matrices in the SuiteSparse are not necessarily adjacency matrices).
2020
* error correction in `SNR` fun (wrong output for matrices)

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gasper News
22

3-
gasper 1.1.0.9000 dev version
4-
=============================
3+
gasper 1.1.1 release (02/16/2021)
4+
=================================
55

66
- correction of an error in `laplacian_mat` function (in the case of
77
full matrix input).

0 commit comments

Comments
 (0)