Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80819 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-10-02 13:15:06


Author: danieljames
Date: 2012-10-02 13:15:05 EDT (Tue, 02 Oct 2012)
New Revision: 80819
URL: http://svn.boost.org/trac/boost/changeset/80819

Log:
Website: Math release notes
Text files modified:
   website/public_html/live/feed/history/boost_1_52_0.qbk | 17 +++++++++++++++++
   website/public_html/live/generated/dev.rss | 40 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 6 +++---
   website/public_html/live/users/history/version_1_52_0.html | 40 ++++++++++++++++++++++++++++++++++++++++
   4 files changed, 100 insertions(+), 3 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_52_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_52_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_52_0.qbk 2012-10-02 13:15:05 EDT (Tue, 02 Oct 2012)
@@ -76,6 +76,23 @@
       dereferencing-and-incrementing an iterator N times will trigger N
       invokations, not N+1 as before. User code that relied on the old behavior
       will need to be adjusted.
+
+* [phrase library..[@/libs/math/ Math]:]
+ * Corrected moments for small degrees of freedom
+ [@https://svn.boost.org/trac/boost/ticket/7177 #7177] (reported by Thomas Mang).
+ * Corrected failure to detect bad parameters in many distributions
+ [@https://svn.boost.org/trac/boost/ticket/6934 #6934] (reported by Florian Schoppmann)
+ by adding a function `check_out_of_range` to test many possible bad parameters.
+ This test revealed several distributions where the checks for bad parameters were ineffective,
+ and these have been rectified.
+ * Fixed issue in Hankel functions that causes incorrect values to be returned for ['x < 0] and ['\u03BD]
+ odd, see [@https://svn.boost.org/trac/boost/ticket/7135 #7135].
+ * Fixed issues [@https://svn.boost.org/trac/boost/ticket/6517 #6517],
+ [@https://svn.boost.org/trac/boost/ticket/6362 #6362],
+ [@https://svn.boost.org/trac/boost/ticket/7053 #7053],
+ [@https://svn.boost.org/trac/boost/ticket/2693 #2693],
+ [@https://svn.boost.org/trac/boost/ticket/6937 #6937],
+ [@https://svn.boost.org/trac/boost/ticket/7099 #7099].
     
 * [phrase library..[@/libs/polygon/ Polygon]:]
   * Included Voronoi diagram extensions.

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-10-02 13:15:05 EDT (Tue, 02 Oct 2012)
@@ -209,6 +209,46 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Corrected moments for small degrees of freedom &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7177&quot;&gt;#7177&lt;/a&gt;
+ (reported by Thomas Mang).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Corrected failure to detect bad parameters in many distributions
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6934&quot;&gt;#6934&lt;/a&gt;
+ (reported by Florian Schoppmann) by adding a function &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;check_out_of_range&lt;/span&gt;&lt;/code&gt; to test many
+ possible bad parameters. This test revealed several distributions
+ where the checks for bad parameters were ineffective, and these have
+ been rectified.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed issue in Hankel functions that causes incorrect values to be
+ returned for &lt;em&gt;x &amp;lt; 0&lt;/em&gt; and &lt;em&gt;ν&lt;/em&gt;
+ odd, see &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7135&quot;&gt;#7135&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed issues &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6517&quot;&gt;#6517&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6362&quot;&gt;#6362&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7053&quot;&gt;#7053&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2693&quot;&gt;#2693&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6937&quot;&gt;#6937&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7099&quot;&gt;#7099&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/polygon/&quot;&gt;Polygon&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-10-02 13:15:05 EDT (Tue, 02 Oct 2012)
@@ -1934,7 +1934,7 @@
 -id
 "version_1_52_0
 -last_modified
-.1349035577.64
+.1349198069.03
 -location
 "users/history/version_1_52_0.html
 -page_state
@@ -1945,11 +1945,11 @@
 " Updated Libraries: Graph, Iterator
 "
 -qbk_hash
-"382bd73d933788d26d3205aa77916489edd6403a4b7c3de78b89ba316297d0f7
+"b80b421154042d3ab2d8bd006cb0aba684d860887fea289a199f4daf052baacb
 -release_status
 "dev
 -rss_hash
-"831d06a50cddec75178bd5f88e9033e55dc048002d8ab4b2b2c637966a8f8e7e
+"6a29996edd0904610e5e0769c33d719ae440c7c68ccda34cd34daeefa358b066
 -title
 "Version 1.52.0
 -type

Modified: website/public_html/live/users/history/version_1_52_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_52_0.html (original)
+++ website/public_html/live/users/history/version_1_52_0.html 2012-10-02 13:15:05 EDT (Tue, 02 Oct 2012)
@@ -246,6 +246,46 @@
       </li>
       <li>
         <div>
+ <span class="library">Math:</span>
+ <ul>
+ <li>
+ <div>
+ Corrected moments for small degrees of freedom #7177
+ (reported by Thomas Mang).
+ </div>
+ </li>
+ <li>
+ <div>
+ Corrected failure to detect bad parameters in many distributions
+ #6934
+ (reported by Florian Schoppmann) by adding a function <code><span class="identifier">check_out_of_range</span></code> to test many
+ possible bad parameters. This test revealed several distributions
+ where the checks for bad parameters were ineffective, and these have
+ been rectified.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed issue in Hankel functions that causes incorrect values to be
+ returned for <em>x &lt; 0</em> and <em>ν</em>
+ odd, see #7135.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed issues #6517,
+ #6362,
+ #7053,
+ #2693,
+ #6937,
+ #7099.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Polygon:</span>
           <ul>
             <li>


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