Fix Version |
Key |
Component |
Summary |
Type |
Resolution |
Status |
|
NUMBERS-154 |
core |
Consistent sorting using "Precision" class |
Bug |
Fixed |
Resolved |
|
NUMBERS-94 |
|
PlaneAngle normalize fails for very small numbers. |
Bug |
Fixed |
Closed |
|
NUMBERS-161 |
|
PlaneAngle Numerical Accuracy |
Improvement |
Fixed |
Resolved |
|
NUMBERS-156 |
|
SafeNorm 3D overload |
Improvement |
Implemented |
Resolved |
|
NUMBERS-149 |
fraction |
port tests in commons-lang for Fraction. |
Improvement |
Implemented |
Resolved |
|
NUMBERS-14 |
|
call to hashCode() in Complex |
Improvement |
Fixed |
Closed |
|
NUMBERS-163 |
|
Summation and LinearCombination Accumulators |
New Feature |
Implemented |
Resolved |
|
NUMBERS-144 |
|
Rat check fails on examples module files |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-147 |
fraction |
Fraction/BigFraction from(double, int) should support Integer.MIN_VALUE as max denominator |
Bug |
Fixed |
Resolved |
1.0-beta1 |
NUMBERS-137 |
complex |
Suspicious special case in "log" |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-136 |
complex |
"log10" inconsistent with "log" |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-129 |
fraction |
Waste of functionality in Fraction.addSub(Fraction, boolean) |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-127 |
fraction |
Fraction(int, int) rejects possibly reducible numerator or denominator 2^-31 |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-122 |
fraction |
Helper assertion methods in BigFractionTest not strict enough |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-121 |
fraction |
Deprecated HTML tag in BigFraction |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-120 |
fraction |
Major loss of precision in BigFraction.doubleValue() and BigFraction.floatValue() |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-119 |
fraction |
BigFraction(double) constructor does not treat subnormal numbers correctly |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-114 |
|
Class LinearCombinationTest in arrays module does not compile |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-113 |
|
Broken/deprecated/old JUnit dependencies in pom.xml |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-103 |
|
Travis build fails every time based on usage of oraclejdk8 |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-99 |
fraction |
Fraction.add(int) and Fraction.subtract(int) ignore risk of integer overflow |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-93 |
|
PlaneAngle normalize() Upper Bound is Exclusive |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-59 |
complex |
Complex: Remove unnecessary null checks |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-56 |
complex |
Wrong dimension check? |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-55 |
complex |
Method "hashCode" |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-53 |
complex |
Factory methods are not "static" |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-50 |
|
Clean checkstyle for Complex |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-49 |
|
Some double variables in Complex() are not final and should be |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-48 |
|
Unreachable statements in Complex.abs() |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-46 |
|
ContinuedFraction: "maxIterations" argument |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-44 |
|
IndexOutOfRangeException(int) not thrown in ComplexUtils |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-36 |
|
mathjax CDN shutting down - will soon break javadoc |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-23 |
|
mvn site won't compile due to javascript error |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-15 |
|
Copy of MATH-1402 |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-4 |
|
Complex.ZERO.pow(2.0) is NaN |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-1 |
|
Testing fails due to poor null handling in newly created local equals() and equals-type methods |
Bug |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-142 |
arrays |
Improve LinearCombination accuracy during summation of the round-off errors |
Improvement |
Implemented |
Resolved |
1.0-beta1 |
NUMBERS-132 |
core |
ArithmeticUtils.gcd(int, int) can be simplified by performing the gcd algorithm on negative numbers |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-125 |
fraction |
BigFraction.reduce() and Fraction.getReducedFraction(int, int) are unnecessary |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-118 |
fraction |
Reduce code duplication between BigFractionTest and FractionTest |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-117 |
|
Redundant methods in several TestUtils classes |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-116 |
core |
Remove redundant methods in ArithmeticUtils |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-104 |
primes |
Speed up trial division |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-100 |
fraction |
Code in file FractionTest.java is unsatisfactory |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-87 |
|
Avoid unnecessary allocations in production code |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-84 |
|
Quaternion Normalization Should Check for NaN and Infinite |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-79 |
|
Convert fraction addition from BigInteger-based to long-based |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-71 |
|
Conform complex multiplication and division to C++11 standards |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-45 |
|
Removal of isNaN() and isInfinite() methods from Complex class |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-27 |
|
In Complex, replace hand-coded hypot with Java.lang.Math.hypot |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-24 |
|
Create logo for Apache Commons Numbers |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-22 |
|
Method reciprocal() in Complex for complex numbers with parts very close to 0.0 |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-16 |
|
Set tolerances in ComplexTest to zero? |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-13 |
|
Testing to ensures Complex behavior conforms to ISO C Standards |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-11 |
|
Resolve two competing Precision methods |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-3 |
|
Make "RootsOfUnity" immutable |
Improvement |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-67 |
fraction |
Add "pow" to "Fraction" |
New Feature |
Implemented |
Closed |
1.0-beta1 |
NUMBERS-37 |
|
Angle class |
New Feature |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-145 |
|
Github title is incorrect |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-143 |
complex |
Investigate Math.hypot for computing the absolute of a complex number |
Task |
Implemented |
Closed |
1.0-beta1 |
NUMBERS-115 |
|
Migrate to JUnit 5 |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-85 |
quaternion |
Move "Slerp" from "Commons Geometry" |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-83 |
|
Replace usage of methods deprecated in Java 9 |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-81 |
complex |
Jacoco reports 0% coverage |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-65 |
complex |
"RootsOfUnity" vs "nthRoot" |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-64 |
complex |
Method "norm()" |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-60 |
complex |
Check Javadoc with respect to NaN |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-58 |
complex |
Javadoc: Use MathJaX |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-57 |
complex |
Review deserialization |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-39 |
|
Move "Beta" and "Erf" from "Commons Math" |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-33 |
|
Move code from "Gamma" class |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-20 |
|
Copy prime related code from [math] |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-6 |
|
"fraction" module |
Task |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-86 |
|
Slerp Unit Tests |
Test |
Fixed |
Closed |
1.0-beta1 |
NUMBERS-51 |
|
Represent the "field" concept |
Wish |
Implemented |
Closed |
1.0 |
NUMBERS-165 |
core |
Norm of empty array |
Bug |
Fixed |
Resolved |
1.0 |
NUMBERS-153 |
gamma |
Gamma.digamma() and Gamma.trigamma() throw stack overflow exception |
Bug |
Implemented |
Closed |
1.0 |
NUMBERS-150 |
fraction |
Fraction.pow to correctly handle Integer.MIN_VALUE as the argument |
Bug |
Fixed |
Resolved |
1.0 |
NUMBERS-151 |
core |
Performance refinement for ArithmeticUtils.pow |
Improvement |
Fixed |
Resolved |
1.0 |
NUMBERS-109 |
combinatorics, complex, core, fraction, gamma, primes, quaternion |
Cleanup pom files |
Improvement |
Fixed |
Closed |
1.0 |
NUMBERS-108 |
combinatorics, core, gamma |
Cleaning up Checkstyle reported issues |
Improvement |
Fixed |
Closed |
1.0 |
NUMBERS-105 |
|
Build Configuration for Travis executes build twice |
Improvement |
Fixed |
Closed |
1.0 |
NUMBERS-102 |
|
Upgrade maven-compiler-plugin to 3.8.1 |
Task |
Fixed |
Closed |
1.0 |
NUMBERS-101 |
|
Cleanup build configuration for maven-surefire-plugin |
Task |
Fixed |
Closed |
1.0 |
NUMBERS-77 |
|
Move utilities from "Commons Geometry" |
Task |
Fixed |
Resolved |