$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75103 - in website/public_html/beta: feed feed/history site-tools/state users/history
From: dnljms_at_[hidden]
Date: 2011-10-24 07:47:49
Author: danieljames
Date: 2011-10-24 07:47:48 EDT (Mon, 24 Oct 2011)
New Revision: 75103
URL: http://svn.boost.org/trac/boost/changeset/75103
Log:
Website: Release notes for maths.
Text files modified: 
   website/public_html/beta/feed/dev.rss                      |    20 ++++++++++++++++++++                    
   website/public_html/beta/feed/history/boost_1_48_0.qbk     |     8 ++++++++                                
   website/public_html/beta/site-tools/state/feed-pages.txt   |     6 +++---                                  
   website/public_html/beta/users/history/version_1_48_0.html |    20 ++++++++++++++++++++                    
   4 files changed, 51 insertions(+), 3 deletions(-)
Modified: website/public_html/beta/feed/dev.rss
==============================================================================
--- website/public_html/beta/feed/dev.rss	(original)
+++ website/public_html/beta/feed/dev.rss	2011-10-24 07:47:48 EDT (Mon, 24 Oct 2011)
@@ -117,6 +117,26 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="http://www.boost.org/libs/math/index.html">Math</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Added new series evaluation methods to the cyclic Bessel I, J, K
+                and Y functions. Also taken great care to avoid spurious over and
+                underflow of these functions. Fixes issue <a href="https://svn.boost.org/trac/boost/ticket/5560">#5560</a>.
+              </div>
+            </li>
+            <li>
+              <div>
+                Added an example of using Inverse Chi-Squared distribution for Bayesian
+                statistics, provided by Thomas Mang.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="http://www.boost.org/libs/numeric/conversion/index.html">Numeric.Conversion</a>:</span>
           <ul>
             <li>
Modified: website/public_html/beta/feed/history/boost_1_48_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_48_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_48_0.qbk	2011-10-24 07:47:48 EDT (Mon, 24 Oct 2011)
@@ -71,6 +71,14 @@
    Source and Target types.
  * Better performance for C locale.
 
+* [phrase library..[@/libs/math/index.html Math]:]
+  * Added new series evaluation methods to the cyclic Bessel I, J, K and
+    Y functions. Also taken great care to avoid spurious over and
+    underflow of these functions. Fixes issue
+    [@https://svn.boost.org/trac/boost/ticket/5560 #5560].
+  * Added an example of using Inverse Chi-Squared distribution for
+    Bayesian statistics, provided by Thomas Mang.
+
 * [phrase library..[@/libs/numeric/conversion/index.html Numeric.Conversion]:]
   * Added numeric_cast_traits; see '[@/doc/libs/1_48_0/libs/numeric/conversion/doc/html/boost_numericconversion/type_requirements_and_user_defined_types_support.html#boost_numericconversion.type_requirements_and_user_defined_types_support.udts_with_numeric_cast numeric_cast_traits]' for details.
 
Modified: website/public_html/beta/site-tools/state/feed-pages.txt
==============================================================================
--- website/public_html/beta/site-tools/state/feed-pages.txt	(original)
+++ website/public_html/beta/site-tools/state/feed-pages.txt	2011-10-24 07:47:48 EDT (Mon, 24 Oct 2011)
@@ -1607,7 +1607,7 @@
 -id
 "version_1_48_0
 -last_modified
-.1319440887.29
+.1319456822.14
 -location
 "users/history/version_1_48_0.html
 -page_state
@@ -1618,9 +1618,9 @@
 "      New Libraries: Container, Locale, Move. Updated Libraries:
 "    
 -qbk_hash
-"688842e49eed8c4cf12c63aa416521ce1c0b4084e6042f35b4f17f4dcf3c4cce
+"10499ec5ccce0b12929cf0ad607d0cdde2792e3358ddc69ddc9a54f7182e1966
 -rss_hash
-"56face80b881382910d7a336b84c58d135848120136c1babbf58f135294c29ff
+"38cc1d0755ffda8924c2a1aa4ea7d6704fd95e89fc3513686e38d7713c7a7850
 -title
 "Version 1.48.0
 )
Modified: website/public_html/beta/users/history/version_1_48_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_48_0.html	(original)
+++ website/public_html/beta/users/history/version_1_48_0.html	2011-10-24 07:47:48 EDT (Mon, 24 Oct 2011)
@@ -155,6 +155,26 @@
       </li>
       <li>
         <div>
+          <span class="library">Math:</span>
+          <ul>
+            <li>
+              <div>
+                Added new series evaluation methods to the cyclic Bessel I, J, K
+                and Y functions. Also taken great care to avoid spurious over and
+                underflow of these functions. Fixes issue #5560.
+              </div>
+            </li>
+            <li>
+              <div>
+                Added an example of using Inverse Chi-Squared distribution for Bayesian
+                statistics, provided by Thomas Mang.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library">Numeric.Conversion:</span>
           <ul>
             <li>