Skip to content

Commit

Permalink
Release of RandBLAS 1.0.1: bugfixes for sampling from index sets (#121)
Browse files Browse the repository at this point in the history
Changes since 1.0.0:
 * Resolved #118.
* Resolved minor bugs in values of RNGState objects returned from
sample_indices_iid and sample_indices_iid_uniform.
* Changed certain template defaults from ``r123::Philox4x32`` to
``DefaultRNG``.
* Replaced the RNGState constructor which previously accepted
``RNG::key_type::value_type`` to now accept``std::uint64_t``. This has
the benefit of allowing any initial key for RandBLAS' default RNG, as
opposed to only allowing keys of the form ``{k, 0}`` for some uint32
``k``.
 * Added ``sqrt_epsilon<T>()`` to the web documentation.
* Clarify that any functions which appear in the web documentation are
part of our public API, for purposes of semantic versioning.
  • Loading branch information
rileyjmurray committed Jan 5, 2025
1 parent 1bf3d6e commit e37b95f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rtd/source/updates/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ RandBLAS follows `Semantic Versioning <https://semver.org>`_. Any function docum
on this website is part of the public API. There are many functions which are not
part of our public API, but could be added to it if there is user interest.

RandBLAS is in the 1.0.x release series. The latest version is :ref:`1.0.1 <v10x_patches>`.
See below for a general overview of each release series.

RandBLAS 1.0
------------
Expand Down

0 comments on commit e37b95f

Please sign in to comment.