weighted_sampler 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- data/lib/weighted_sampler/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf378756434bce6feff8b33723b735706d4324977a34f0f86e2c8ebb82bf33d2
|
4
|
+
data.tar.gz: 3665445824ffe81a739c4fa3c67183bf217fee8233e7d33680e2cfdb0dbbacd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c90d9fb14d935b7bacb06965a10e31515b0cb4e44a535b08e5e4d93e8ff78e712913079f30fedb1bd0d588531f9cafba4008b05a25d2e8624133338bdc6ee01
|
7
|
+
data.tar.gz: ec6ca14ac634db2989b08a8c35c4bb59c4bdfc00e554aa34dc7b99b2ee25c9ed66c96a9a64368b07ede953866ba77520fa4aba75890f68fdc8ccc875a54b92e1
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# WeightedSampler
|
2
2
|
|
3
|
-
Main repository is https://gitlab.com/
|
3
|
+
Main repository is https://gitlab.com/oleksiy/weighted_sampler
|
4
4
|
|
5
|
-
Gitlab [](https://gitlab.com/oleksiy/weighted_sampler/commits/master)[](https://gitlab.com/oleksiy/weighted_sampler/commits/master) Travis [](https://travis-ci.org/ababich/weighted_sampler)
|
6
6
|
|
7
7
|
Weighted Sampler helps you to pick a random samples from a collection with defined probabilities or weights
|
8
8
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: weighted_sampler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oleksiy Babich
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -55,7 +55,7 @@ dependencies:
|
|
55
55
|
description: "\n Weighted Sampler helps you to pick a random samples from a collection
|
56
56
|
with defined probabilities or weights.\n You can pass an Array or a Hash with
|
57
57
|
desired probabilities\n and use Module or Class API to pick samples.\n\n Please,
|
58
|
-
see documentation in the repo https://gitlab.com/
|
58
|
+
see documentation in the repo https://gitlab.com/oleksiy/weighted_sampler\n "
|
59
59
|
email:
|
60
60
|
- oleksiy@oleksiy.od.ua
|
61
61
|
executables: []
|
@@ -66,7 +66,7 @@ files:
|
|
66
66
|
- README.md
|
67
67
|
- lib/weighted_sampler.rb
|
68
68
|
- lib/weighted_sampler/version.rb
|
69
|
-
homepage: https://gitlab.com/
|
69
|
+
homepage: https://gitlab.com/oleksiy/weighted_sampler
|
70
70
|
licenses:
|
71
71
|
- MIT
|
72
72
|
metadata: {}
|