Skip to content

Commit

Permalink
Track Combinatorica name change... (#1253)
Browse files Browse the repository at this point in the history
Track Combinatorica name change... (#1253) and tweak a doc example to make it clearer
  • Loading branch information
rocky authored Dec 29, 2024
1 parent 55c86d3 commit 43961e0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mathics/builtin/functional/apply_fns_to_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ class MapAt(Builtin):
Above we specified a simple integer value 2. In general, the expression can an arbitrary vector.
Using 'MapAt' with 'Function[0]', we can zero values in a vector:
Using 'MapAt' with 'Function[0]', we can zero a value or values in a vector:
>> MapAt[0&, {{0, 1}, {1, 0}}, {2, 1}]
= {{0, 1}, {0, 0}}
>> MapAt[0&, {{1, 1}, {1, 1}}, {2, 1}]
= {{1, 1}, {0, 1}}
When the dimension of the replacment expression is less than the vector, \
that element's dimension changes:
Expand Down
1 change: 0 additions & 1 deletion mathics/packages/DiscreteMath/CombinatoricaV0.6.m

This file was deleted.

1 change: 0 additions & 1 deletion mathics/packages/DiscreteMath/CombinatoricaV0.9.m

This file was deleted.

1 change: 1 addition & 0 deletions mathics/packages/DiscreteMath/CombinatoricaV06.m
1 change: 1 addition & 0 deletions mathics/packages/DiscreteMath/CombinatoricaV091.m
1 change: 0 additions & 1 deletion mathics/packages/DiscreteMath/CombinatoricaV2.0.0.m

This file was deleted.

1 change: 1 addition & 0 deletions mathics/packages/DiscreteMath/CombinatoricaV201.m

0 comments on commit 43961e0

Please sign in to comment.