Skip to content

Releases: bquast/diagonals

Chene Bougerie

19 Jun 19:06
Compare
Choose a tag to compare
  • redo documentation
  • add ORCID
  • switch from Travis to GitHub Actions
  • various URL updates

6.0.0

10 May 02:46
Compare
Choose a tag to compare
align version

1.0.1

09 Jan 09:04
Compare
Choose a tag to compare

diagonals 1.0.1

  • remove matricise

diagonals 1.0.0

  • stable release

  • updated documentation

0.3.0

16 Jun 11:14
Compare
Choose a tag to compare
  • replace all previous functions with fatdiag
  • add fatdig <- function

0.2.0

30 May 08:11
Compare
Choose a tag to compare

diagonals 0.2.0

  • add support for replacement other than 0 (zero)
  • break out rectangles to separate functions: rectangle_matrix() and minus_rectangle_matrix()

diagonals 0.1.0

  • block_matrix(): for extracting block diagonals
  • minus_block_matrix(): for dropping block diagonals
  • add support for non-square matrices