From e7783b58179fd31ce5ecbe2d4eaeddddd767b288 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 2 Oct 2012 17:15:05 +0000 Subject: [PATCH] Website: Math release notes [SVN r80819] --- feed/history/boost_1_52_0.qbk | 17 +++++++++++++ generated/dev.rss | 40 +++++++++++++++++++++++++++++++ generated/state/feed-pages.txt | 6 ++--- users/history/version_1_52_0.html | 40 +++++++++++++++++++++++++++++++ 4 files changed, 100 insertions(+), 3 deletions(-) diff --git a/feed/history/boost_1_52_0.qbk b/feed/history/boost_1_52_0.qbk index 65124cc1..4a8a6b38 100644 --- a/feed/history/boost_1_52_0.qbk +++ b/feed/history/boost_1_52_0.qbk @@ -76,6 +76,23 @@ Release status: 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. diff --git a/generated/dev.rss b/generated/dev.rss index 73f230f7..1222d87a 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -207,6 +207,46 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/math/">Math</a>:</span> + <ul> + <li> + <div> + Corrected moments for small degrees of freedom <a href="https://svn.boost.org/trac/boost/ticket/7177">#7177</a> + (reported by Thomas Mang). + </div> + </li> + <li> + <div> + Corrected failure to detect bad parameters in many distributions + <a href="https://svn.boost.org/trac/boost/ticket/6934">#6934</a> + (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 <a href="https://svn.boost.org/trac/boost/ticket/7135">#7135</a>. + </div> + </li> + <li> + <div> + Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/6517">#6517</a>, + <a href="https://svn.boost.org/trac/boost/ticket/6362">#6362</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7053">#7053</a>, + <a href="https://svn.boost.org/trac/boost/ticket/2693">#2693</a>, + <a href="https://svn.boost.org/trac/boost/ticket/6937">#6937</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7099">#7099</a>. + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/polygon/">Polygon</a>:</span> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index d10a7999..fca7b9b9 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -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 diff --git a/users/history/version_1_52_0.html b/users/history/version_1_52_0.html index bbaf19f3..a11a50c4 100644 --- a/users/history/version_1_52_0.html +++ b/users/history/version_1_52_0.html @@ -244,6 +244,46 @@ +
  • +
    + Math: +
      +
    • +
      + Corrected moments for small degrees of freedom #7177 + (reported by Thomas Mang). +
      +
    • +
    • +
      + Corrected failure to detect bad parameters in many distributions + #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 ν + odd, see #7135. +
      +
    • +
    • +
      + Fixed issues #6517, + #6362, + #7053, + #2693, + #6937, + #7099. +
      +
    • +
    +
    +
  • Polygon: