Official Release for RandBLAS 0.2.0 #96
rileyjmurray
announced in
Announcements
Replies: 1 comment
-
Well, with releases comes the need to document known bugs. It looks like the sparse QRCP example It's wildly off-base to be using m in that function for the sketch dimension. The correct/intended value is k . This has been resolved in 4bc2934.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The work that lead to this release of RandBLAS was funded by the U.S. National Science Foundation and the U.S. Department of Energy, and was conducted at the International Computer Science Institute, the University of California at Berkeley, the University of Tennessee at Knoxville, Lawrence Berkeley National Laboratory, and Sandia National Laboratories.
The content that follows is adapted from the release notes on the RandBLAS ReadTheDocs website.
Release contents
Today marks the first formal release of RandBLAS. We've been working on it for over three years, so we couldn't possibly describe all of its capabilities in just this changelog. Instead, we'll repurpose some text that's featured prominently in our documentation at the time of this release.
A quote from the README, describing the aims of this project:
A quote from the website, describing our current capabilities:
There's a ton of documentation besides those snippets. In fact, we have three separate categories of documentation!
Contributors and Acknowledgements
Since this is our first release, many acknowledgements in order. We'll start with contributors to the RandBLAS codebase as indicated by the repository commit history.
In addition to code contributors, we had the benefit of supervision and input from the following established principal investigators
We would also like to thank Weslley da Silva Pereira, who gave valuable feedback at the earliest stages of this project, and all of the individuals who gave feedback on our RandNLA monograph.
What happened to version 0.1?
We tagged a commit on the RandBLAS repository with version 0.1.0 almost two years ago. However, we hadn't maintained version numbers or a dedicated changelog since then. RandBLAS 0.2.0 is our first formal release. We opted not to release under version 0.1.0 since that could ambiguously refer to anything from the now-very-old 0.1.0 tag up to the present.
This discussion was created from the release Official Release for RandBLAS 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions