Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-04-07 12:33:51


Author: johnmaddock
Date: 2008-04-07 12:33:50 EDT (Mon, 07 Apr 2008)
New Revision: 44092
URL: http://svn.boost.org/trac/boost/changeset/44092

Log:
Updated last commit info, plus compiler compatibility and news.
Text files modified:
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/common_overviews.qbk | 5 +++--
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk | 31 +++++++++++++++++--------------
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/roadmap.qbk | 16 ++++++++++++++--
   3 files changed, 34 insertions(+), 18 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/common_overviews.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/common_overviews.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/common_overviews.qbk 2008-04-07 12:33:50 EDT (Mon, 07 Apr 2008)
@@ -185,8 +185,9 @@
    implementation. It should be possible to make this work if someone
    is prepared to offer assistance.]]
 [[IMB AIX][IBM xlc 5.3][Yes]
- [Currently our accuracy tests are unable to be run on this platform
- due to compiler errors in our /test/ code. The IBM compiler group
+ [All tests pass except for our fpclassify tests which fail due to a
+ bug in `std::numeric_limits`, the bug effects the test code, not
+ fpclassify itself. The IBM compiler group
    are aware of the problem.]]
 ]
 

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk 2008-04-07 12:33:50 EDT (Mon, 07 Apr 2008)
@@ -88,31 +88,35 @@
 
 [table
 [[Distribution][R][Mathematica 6][NIST][Regress+][Matlab]]
-[[Non-central Chi Squared][X][X][-][-][X]]
-[[Non-central F][X][X][-][-][X]]
-[[Non-central T][X][X][-][-][X]]
+[/4 votes:]
 [[Logistic][X][X][-][X][X]]
-[[Log Logistic][-][-][-][-][X]]
 [[Hypergeometric][X][X][-][X][X]]
-[[Geometric][X][-][-][-][X]]
+
+[/3 votes:]
+[[Inverse Gausian / Inverse Normal][-][X][-][X][X]]
+[[Geometric][X][X][-][-][X]]
+
+[/2 votes:]
 [[Multinomial][X][-][-][-][X]]
-[[Tukey (Studentized range)][X][-][-][-][-]]
 [[Tukey Lambda][X][-][X][-][-]]
+[[Half Normal / Folded Normal][-][X][-][X][-]]
+[[Chi][-][X][-][X][-]]
+[[Gumbel][-][X][-][X][-]]
+[[Discrete Uniform][-][X][-][-][X]]
+[[Log Series][-][X][-][X][-]]
+[[Nakagami (generalised Chi)][-][-][-][X][X]]
+
+[/1 vote:]
+[[Log Logistic][-][-][-][-][X]]
+[[Tukey (Studentized range)][X][-][-][-][-]]
 [[Wilcoxon rank sum][X][-][-][-][-]]
 [[Wincoxon signed rank][X][-][-][-][-]]
 [[Non-central Beta][X][-][-][-][-]]
-[[Half Normal / Folded Normal][-][X][-][X][-]]
-[[Inverse Gausian / Inverse Normal][-][X][-][X][X]]
 [[Laplace][-][X][-][-][-]]
 [[Maxwell][-][X][-][-][-]]
-[[Chi][-][X][-][X][-]]
-[[Gumbel][-][X][-][X][-]]
-[[Geometric][-][X][-][-][-]]
 [[Beta-Binomial][-][X][-][-][-]]
 [[Beta-negative Binomial][-][X][-][-][-]]
-[[Discrete Uniform][-][X][-][-][X]]
 [[Zipf][-][X][-][-][-]]
-[[Log Series][-][X][-][X][-]]
 [[Birnbaum-Saunders / Fatigue Life][-][-][X][-][-]]
 [[Double Exponential][-][-][X][-][-]]
 [[Power Normal][-][-][X][-][-]]
@@ -125,7 +129,6 @@
 [[Semicircular][-][-][-][X][-]]
 [[Bradford][-][-][-][X][-]]
 [[Birr / Fisk][-][-][-][X][-]]
-[[Nakagami (generalised Chi)][-][-][-][X][X]]
 [[Reciprocal][-][-][-][X][-]]
 ]
 

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/roadmap.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/roadmap.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/roadmap.qbk 2008-04-07 12:33:50 EDT (Mon, 07 Apr 2008)
@@ -1,5 +1,17 @@
 [template history[]
-[h4 Milestone 5: Post Review First Official Release]
+
+[h4 Boost-1.36.0]
+
+* Added Noncentral Chi Squared Distribution.
+* Added Noncentral Beta Distribution.
+* Added Noncentral F Distribution.
+* Added Noncentral T Distribution.
+* Added Exponential Integral Functions.
+* Added Zeta Function.
+* Added Rounding and Truncation functions.
+* Added Compile time powers of runtime bases.
+
+[h4 Boost-1.35.0: Post Review First Official Release]
 
 * Added Policy based framework that allows fine grained control
 over function behaviour.
@@ -59,7 +71,7 @@
 
 SVN Revisions:
 
-Sandbox and trunk last synchonised at revision: 41065.
+Sandbox and trunk last synchonised at revision: 44092.
 
 ]
 [/


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk