Skip to content

Commit 61d25c4

Browse files
committed
Release 4.16.0.3
This release fixes issue to make the Steps/Step/Stats results display correctly in Mathematica versions 7 and 8.
1 parent b6b4a61 commit 61d25c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Rubi/PacletInfo.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Paclet[
77
Name -> "Rubi",
8-
Version -> "4.16.0.2",
8+
Version -> "4.16.0.3",
99
MathematicaVersion -> "10.3.1+",
1010
Description -> "Package for Rule-based Integration",
1111
Creator -> "Albert D. Rich",

Rubi/Rubi.m

-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@
296296
StepFunction[Int];
297297
];
298298

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

0 commit comments

Comments
 (0)