feelings 0.0.1 → 0.1.0
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/CHANGELOG.md +12 -0
- data/README.md +1 -1
- data/lib/feelings/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7957b34e8b0384ffd54b143a8b71d7b488fcb713abd975bf567370064291777
|
|
4
|
+
data.tar.gz: c0f52672a4ac528b1d1dee5dc4a883d6f5ec44ee8f97addf8039d374df741041
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 225423820beaff51f2661e197c0639b7dc3fb6524227e40d54967f1646a2a5fc68638a1b9a4ee7468f5498963a94b20c7d7f8a2ec498391c3fbef4bc88bdc3af
|
|
7
|
+
data.tar.gz: 01fae6f042010a9a6c8863b4257924fb8a1a54987f87fb5e790e37e8ef0a9718c0a355346e0c95d634d3b380c31faa29cc1336cc5fdacbb94d9687041e568642
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
- A `maybe` branch inside a `like` block turns the 0.3 / 0.7 bands on by branch
|
|
6
|
+
registration; no source introspection.
|
|
7
|
+
- Chaos checks the uncertain band first and samples only outside it.
|
|
8
|
+
- `like` and `like?` take `confidence:` explicitly so it is never read as a question.
|
|
9
|
+
- Answers are memoized per question, so a second floor on the same question never re-judges.
|
|
10
|
+
- The numeric-only lint checks label descriptions.
|
|
11
|
+
- The Stub judge answers choices for inline label sets.
|
|
12
|
+
- `Feelings.while` defaults to 5 passes.
|
|
13
|
+
- Depends on the published `ruby_decision_model` 0.1.0. Published through trusted publishing.
|
|
14
|
+
|
|
3
15
|
## 0.0.1
|
|
4
16
|
|
|
5
17
|
- Initial release. `Feelings(value).like?`, `.like`, `.most_like`, `.pick`, and `.match` for
|
data/README.md
CHANGED
data/lib/feelings/version.rb
CHANGED