Commits
November 2025:
- Merge pull request #12 from alexwlchan/dependabot/github_actions/actions/checkout-6
5f50f93· 24 November · +3, −3 - Bump actions/checkout from 5 to 6
fff11bc· 24 November · dependabot <https://github.com/dependabot> · +3, −3
August 2025:
- Merge pull request #10 from alexwlchan/dependabot/github_actions/actions/checkout-5
d77a6c2· 18 August · +3, −3 - Bump actions/checkout from 4 to 5
7ac78e0· 18 August · dependabot <https://github.com/dependabot> · +3, −3 - Merge pull request #9 from alexwlchan/dependabot/cargo/rand-0.9.2
6e2c59e· 4 August · +2, −2 - Bump rand from 0.9.1 to 0.9.2
5a4366c· 4 August · dependabot <https://github.com/dependabot> · +2, −2
May 2025:
- Merge pull request #8 from edsu/readme-fix
5d30465· 1 May · +2, −2 - tiny docfix
edb3fba· 1 May · Ed Summers <ehs@pobox.com> · +2, −2
April 2025:
- Merge pull request #7 from alexwlchan/dependabot/cargo/rand-0.9.1
4d5c06f· 21 April · +2, −3 - Bump rand from 0.9.0 to 0.9.1
4471b99· 21 April · dependabot <https://github.com/dependabot> · +2, −3 - Switch to weekly updates for Dependabot
4c42119· 17 April · +4, −2 - Merge pull request #6 from alexwlchan/dependabot/cargo/assert_cmd-2.0.17
ccdb58f· 17 April · +3, −3 - Bump assert_cmd from 2.0.16 to 2.0.17
1238f9c· 17 April · dependabot <https://github.com/dependabot> · +3, −3
January 2025:
- Merge pull request #5 from alexwlchan/dependabot/cargo/rand-0.9.0
a126f1b· 28 January · +119, −15 - Update the use of two deprecated methods
5224bba· 28 January · +1, −1 - Bump rand from 0.8.5 to 0.9.0
ba765d1· 28 January · dependabot <https://github.com/dependabot> · +118, −14 - Pick a better name for this
d593146· 14 January · +8, −8 - Pick weights from the range U[0,1]
a5485a5· 14 January · +2, −2 - Merge pull request #4 from alexwlchan/f32-weights
66df6d7· 13 January · +70, −22 - Use f64 for weight, not i32
1bb15ba· 13 January · +70, −22 - Bump to 1.0.0
631b299· 11 January · +7, −3 - Merge pull request #2 from alexwlchan/add-cli-tests
2ac2639· 11 January · +240, −3 - Add some CLI tests
ac70385· 11 January · +239, −2 - Remember to treat warnings as errors
adb9f3d· 11 January · +1, −1 - Add an example of using Unix pipelines
d3b9dfb· 11 January · +13 - Add a brief README and LICENSE
852e623· 11 January · +93 - We don't need `T` to be debuggable any mroe
1e62d75· 11 January · +1, −4 - Add some GitHub Actions config
d00f763· 9 January · +83 - Formatting; we don't need to print `k`
67c7977· 9 January · +7, −21 - Get it working with stdin
461d4f6· 9 January · +67, −28 - Get the sampling code working
72223b6· 9 January · +80, −10 - Get the basic implementation working
d6a28f6· 9 January · +168, −234 - Start writing an implementation of algorithm L
05e93a8· 9 January · +346