Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion howso/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,9 @@ def react( # noqa: C901
leave_case_out : bool, default False
If set to True and specified along with case_indices,
each individual react will respectively ignore the corresponding
case specified by case_indices by leaving it out.
case specified by case_indices by leaving it out. If set to True
without specified case_indices, then the first trained case
with matching context values will be ignored.
mutate_schema_features : iterable of str, optional
List of semi-structured features whose values will be mutated,
possibly changing their schema in generative reacts. Ignored in
Expand Down
4 changes: 3 additions & 1 deletion howso/engine/trainee.py
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,9 @@ def react(
leave_case_out : bool, default False
When True and specified along with ``case_indices``, each individual
react will respectively ignore the corresponding case specified
by ``case_indices`` by leaving it out.
by ``case_indices`` by leaving it out. When True
without specified case_indices, the first trained case
with matching context values will be ignored.
mutate_schema_features : list of str, optional
List of semi-structured features whose values will be mutated,
possibly changing their schema in generative reacts. Ignored in
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"howso-engine": "116.3.2"
"howso-engine": "116.4.0"
}
}
Loading