Commit Graph

922 Commits

Author SHA1 Message Date
Phil Steitz 49a15fe6cb Added Todd Parnell as contributor.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@382397 13f79535-47bb-0310-9956-ffa450edef68
2006-03-02 14:53:53 +00:00
Phil Steitz f10c7bda4e Adding PascalDistributionImpl inadvertently omitted in r381115. Thanks, Gump!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@382392 13f79535-47bb-0310-9956-ffa450edef68
2006-03-02 14:27:36 +00:00
Phil Steitz e6e3bee13f Added Pascal distribution contributed in BZ #38766.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@381115 13f79535-47bb-0310-9956-ffa450edef68
2006-02-26 16:14:03 +00:00
Niall Pemberton c8cd287a53 Modify maven build to add two non-standard attributes to the jar's manifest file to indicate the values of "maven.compile.source" and "maven.compile.target". Also modify the build to include an "Implementation-Vendor-Id" of "org.apache" in the jar's manifest.
The two non-standard entires created in the manifest file will look something like the following:

X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3

This change serves two purposes:

  1) To provide comfort to users regarding JVM compatibility.
  2) Enable releases to be checked more easily for JVM compatibility.

The manifest specification indicates that "unknown" entries in the manifest file are ignored. These entries have been prefixed with "X-" which is a sometimes used "convention" for indicating non-standard entries.

See thread: http://tinyurl.com/839zh

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@377558 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 01:15:14 +00:00
Henri Yandell 3c7a14797e fixing pmc from name to url
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@371924 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 14:29:48 +00:00
Henri Yandell 26efbfe758 Adding doap files for each component for the projects.apache.org site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@371566 13f79535-47bb-0310-9956-ffa450edef68
2006-01-23 16:12:55 +00:00
Brent Worden b38463a5e3 PR: 38091
ComplexFormat was not formatting double values with the provided NumberFormat.  Instead, the real part format was always used.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@365680 13f79535-47bb-0310-9956-ffa450edef68
2006-01-03 16:47:38 +00:00
Phil Steitz 61f59a02e6 Simplified code, eliminated unecessary parameters in private methods.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@365298 13f79535-47bb-0310-9956-ffa450edef68
2006-01-02 05:55:30 +00:00
Phil Steitz 037327ba19 Replaced clover with cobertura, added pmd report.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@365297 13f79535-47bb-0310-9956-ffa450edef68
2006-01-02 05:50:33 +00:00
Phil Steitz 8daa059adb Changed wiki link.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@360517 13f79535-47bb-0310-9956-ffa450edef68
2006-01-01 18:43:50 +00:00
Joerg Pietschmann 372cc5eb5c Fix doc regressions caused by marging back the 1.1 branch.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@359311 13f79535-47bb-0310-9956-ffa450edef68
2005-12-27 22:50:49 +00:00
Phil Steitz 1cad2e0d6b Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@359173 13f79535-47bb-0310-9956-ffa450edef68
2005-12-27 05:05:35 +00:00
Phil Steitz 159d0b4a90 Coding style changes to match the rest of [math].
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@359120 13f79535-47bb-0310-9956-ffa450edef68
2005-12-26 22:53:57 +00:00
Phil Steitz 25fcfe78f1 Removed dependency on ordering of roots using TestUtils.assertContains.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@359091 13f79535-47bb-0310-9956-ffa450edef68
2005-12-26 20:00:54 +00:00
Phil Steitz bbd0846756 Added assertContains methods.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@359090 13f79535-47bb-0310-9956-ffa450edef68
2005-12-26 19:59:22 +00:00
Phil Steitz cf6e4aa097 Added file build customization properties file.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@358647 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 22:18:56 +00:00
Phil Steitz a793820331 Merged userguide updates from MATH_1_1 release branch.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@358646 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 22:14:02 +00:00
Phil Steitz 7f8947c03c Merged build fixes from MATH_1_1 release branch.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@358644 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 21:59:17 +00:00
Phil Steitz c5768f0660 Merged (final) src changes from MATH_1_1 release branch r321516-358399
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@358631 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 21:16:32 +00:00
Phil Steitz 87a3ee1f19 Added issue tracking page.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@358355 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 19:33:36 +00:00
Phil Steitz 3d70c862db Updated to reflect 1.1 release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@358039 13f79535-47bb-0310-9956-ffa450edef68
2005-12-20 17:08:16 +00:00
Phil Steitz c911b5aaf8 Updated to reflect 1.1 release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@358027 13f79535-47bb-0310-9956-ffa450edef68
2005-12-20 16:13:22 +00:00
Dion Gillard da48563fbc Use groupId/artifactId consistently instead of simply id
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@356246 13f79535-47bb-0310-9956-ffa450edef68
2005-12-12 10:56:21 +00:00
Phil Steitz 82bb367f1f Added reminders for tabs, svn props.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@348902 13f79535-47bb-0310-9956-ffa450edef68
2005-11-25 07:00:50 +00:00
Phil Steitz 045928c2f3 Added trivial script to selectively execute unit tests.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@348507 13f79535-47bb-0310-9956-ffa450edef68
2005-11-23 18:04:41 +00:00
Dion Gillard 0dc42d33f9 Bug 37314 - Fixes to POMs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@348049 13f79535-47bb-0310-9956-ffa450edef68
2005-11-22 00:30:45 +00:00
Joerg Pietschmann ab63431fbe Fix typo (http://marc.theaimsgroup.com/?l=jakarta-commons-user&m=113088082306294&w=2)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@330198 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 06:27:53 +00:00
Phil Steitz 86fa786c16 Merging bug fixes in r267517:r321515 from MATH_1_1 branch.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@322442 13f79535-47bb-0310-9956-ffa450edef68
2005-10-16 03:29:14 +00:00
Joerg Pietschmann d147d1ebdd Preliminary checkin of SoC code.
Contributed by: Xiaogang Zhang


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@278634 13f79535-47bb-0310-9956-ffa450edef68
2005-09-04 22:00:27 +00:00
Phil Steitz a888d20dc6 Eliminated *here* links.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@278559 13f79535-47bb-0310-9956-ffa450edef68
2005-09-04 05:04:53 +00:00
Phil Steitz 01dcb65ae5 Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@278558 13f79535-47bb-0310-9956-ffa450edef68
2005-09-04 04:59:26 +00:00
Phil Steitz cab4468cb6 Improved contribution-related documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@278557 13f79535-47bb-0310-9956-ffa450edef68
2005-09-04 04:37:37 +00:00
Phil Steitz fe3ac4361e Merged changes from MATH_1_1 branch, r240245:r267516
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@267527 13f79535-47bb-0310-9956-ffa450edef68
2005-09-04 00:38:15 +00:00
Brent Worden e1062a38bb added test cases to increase test coverage.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@240383 13f79535-47bb-0310-9956-ffa450edef68
2005-08-27 03:31:40 +00:00
Brent Worden e3ab7379e2 Merged changes in MATH_1_1 branch to trunk. This includes revision 234481 through revision 240244.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@240245 13f79535-47bb-0310-9956-ffa450edef68
2005-08-26 14:05:45 +00:00
Joerg Pietschmann 154d4c999f Comment changes (#36211)
Contributed by: Xiaogang Zhang


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@239953 13f79535-47bb-0310-9956-ffa450edef68
2005-08-24 22:27:44 +00:00
Joerg Pietschmann b494c9f537 Fix complex square root for zero (#36266)
Contributed by: Xiaogang Zhang


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@239949 13f79535-47bb-0310-9956-ffa450edef68
2005-08-24 22:06:52 +00:00
Joerg Pietschmann 69d29afc48 Preliminary checkin of SoC code.
Contributed by: Xiaogang Zhang


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@239940 13f79535-47bb-0310-9956-ffa450edef68
2005-08-24 21:43:55 +00:00
Brent Worden fd07147f86 Merged changes in MATH_1_1 branch to trunk. This includes revision 232577 through revision 234481.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@239294 13f79535-47bb-0310-9956-ffa450edef68
2005-08-23 02:27:17 +00:00
Phil Steitz 71fb92ebd4 Fixed svn props.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@239236 13f79535-47bb-0310-9956-ffa450edef68
2005-08-22 19:58:57 +00:00
Phil Steitz 11796d4ed1 Added numerical integration classes contributed by Xiaogang Zhang.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@232588 13f79535-47bb-0310-9956-ffa450edef68
2005-08-14 06:52:31 +00:00
Phil Steitz bd34147ab1 Changed version to 1.2-dev, added Xiaogang Zhang to contributors.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@232587 13f79535-47bb-0310-9956-ffa450edef68
2005-08-14 06:46:15 +00:00
Brent Worden 47b45c6fad PR 36084: Temp. files were not being deleted because open file streams were not being closed properly.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@232415 13f79535-47bb-0310-9956-ffa450edef68
2005-08-13 04:06:37 +00:00
Brent Worden 4eb8044ae7 PR: 35904
Changed rounding methods to not rely on BigDecimal conversions which was causing numerical error.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@231029 13f79535-47bb-0310-9956-ffa450edef68
2005-08-09 13:10:26 +00:00
Phil Steitz d2d2035be5 Regenerate using updated ant plugin to eliminate repeated downloads.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@231001 13f79535-47bb-0310-9956-ffa450edef68
2005-08-09 07:07:20 +00:00
Phil Steitz 48b9ef8b5d Prepare for 1.1-RC2.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@226690 13f79535-47bb-0310-9956-ffa450edef68
2005-07-31 20:16:11 +00:00
Phil Steitz cb85a3bc90 Test cases and (temporary?) fix for BZ 35904.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@226479 13f79535-47bb-0310-9956-ffa450edef68
2005-07-30 07:25:26 +00:00
Phil Steitz c5a820aae2 Added missing svn props.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@209144 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 23:30:05 +00:00
Phil Steitz 23e9e2da2a Eliminated dead code.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@209143 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 23:29:23 +00:00
Phil Steitz b60a3ba1ef Added missing @since tags.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@209130 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 22:16:48 +00:00