Skip to content

Commit

Permalink
Bump version to v1.0.2: Documentation and README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ori88c committed Oct 26, 2024
1 parent b76d286 commit b3361a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weighted-random-item-sampler",
"version": "1.0.1",
"description": "A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight. The sampling method utilizes a binary search optimization, making it suitable for performance-demanding applications where the set of items is large and the sampling frequency is high.",
"version": "1.0.2",
"description": "A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight, with replacement allowed between samples. In other words, an item can be sampled more than once. The sampling method utilizes a binary search optimization, making it suitable for performance-demanding applications where the set of items is large and the sampling frequency is high.",
"repository": {
"type": "git",
"url": "git+https://github.com/ori88c/weighted-random-item-sampler.git"
Expand Down

0 comments on commit b3361a2

Please sign in to comment.