Skip to content

Commit

Permalink
Release 4.16.0.3
Browse files Browse the repository at this point in the history
This release fixes issue to make the Steps/Step/Stats results display
correctly in Mathematica versions 7 and 8.
  • Loading branch information
halirutan committed Aug 23, 2018
1 parent b6b4a61 commit 61d25c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Rubi/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Paclet[
Name -> "Rubi",
Version -> "4.16.0.2",
Version -> "4.16.0.3",
MathematicaVersion -> "10.3.1+",
Description -> "Package for Rule-based Integration",
Creator -> "Albert D. Rich",
Expand Down
1 change: 0 additions & 1 deletion Rubi/Rubi.m
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@
StepFunction[Int];
];

Int::argFlag = "The `` routine can only be used with the form Int[expr, x] where x is a symbol.";
Int::noShowSteps = "To use this function, you need to define $LoadShowSteps=True before loading the Rubi package";
Steps::negSteps = "Number of steps must be a positive integer.";
SetAttributes[Steps, {HoldFirst}];
Expand Down

0 comments on commit 61d25c4

Please sign in to comment.