mirror of
https://github.com/boostorg/website.git
synced 2026-01-27 07:22:15 +00:00
Website: Math release notes
[SVN r80819]
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -244,6 +244,46 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/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 < 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="/libs/polygon/">Polygon</a>:</span>
|
||||
|
||||
Reference in New Issue
Block a user