Log
November 2025:
- Merge pull request #12 from alexwlchan/dependabot/github_actions/actions/checkout-6
- Bump actions/checkout from 5 to 6
August 2025:
- Merge pull request #10 from alexwlchan/dependabot/github_actions/actions/checkout-5
- Bump actions/checkout from 4 to 5
- Merge pull request #9 from alexwlchan/dependabot/cargo/rand-0.9.2
- Bump rand from 0.9.1 to 0.9.2
May 2025:
April 2025:
- Merge pull request #7 from alexwlchan/dependabot/cargo/rand-0.9.1
- Bump rand from 0.9.0 to 0.9.1
- Switch to weekly updates for Dependabot
- Merge pull request #6 from alexwlchan/dependabot/cargo/assert_cmd-2.0.17
- Bump assert_cmd from 2.0.16 to 2.0.17
January 2025:
- Merge pull request #5 from alexwlchan/dependabot/cargo/rand-0.9.0
- Update the use of two deprecated methods
- Bump rand from 0.8.5 to 0.9.0
- Pick a better name for this
- Pick weights from the range U[0,1]
- Merge pull request #4 from alexwlchan/f32-weights
- Use f64 for weight, not i32
- Bump to 1.0.0
- Merge pull request #2 from alexwlchan/add-cli-tests
- Add some CLI tests
- Remember to treat warnings as errors
- Add an example of using Unix pipelines
- Add a brief README and LICENSE
- We don’t need
Tto be debuggable any mroe
- Add some GitHub Actions config
- Formatting; we don’t need to print
k
- Get it working with stdin
- Get the sampling code working
- Get the basic implementation working
- Start writing an implementation of algorithm L