Skip to content

Commit

Permalink
Add release notes for v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 16, 2024
1 parent 877444b commit fc716d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ tocdepth: 2

# v0.0

## v0.0.25

*Released December 16, 2024*

### Changes

- Added calculation of difference of two random variables in `sdr.subtract_rvs()`.
- Added calculation of minimum of i.i.d. random variables in `sdr.min_iid_rvs()`.
- Added calculation of maximum of i.i.d. random variables in `sdr.max_iid_rvs()`.
- Renamed `sdr.sum_distribution()` to `sdr.add_iid_rvs()`.
- Renamed `sdr.sum_distributions()` to `sdr.add_rvs()`.
- Renamed `sdr.multiply_distributions()` to `sdr.multiply_rvs()`.
- Increased required `galois` version to `v0.4.3`.

### Contributors

- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

## v0.0.24

*Released September 5, 2024*
Expand Down

0 comments on commit fc716d6

Please sign in to comment.