mirror of
https://github.com/boostorg/website.git
synced 2026-01-30 20:32:16 +00:00
Add updated libraries + rebuild
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
[purpose
|
||||
Updated Libraries:
|
||||
Any, Circular Buffer, Config, Coroutine, Flyweight, Geometry, Iterator,
|
||||
Lexical Cast, MultiArray, Multi-Index Containers, Preprocessor,
|
||||
Thread, TypeIndex, Units, Utility, uBLAS.
|
||||
Lexical Cast, Math, MultiArray, Multiprecision, Multi-Index Containers, Preprocessor,
|
||||
Thread, TypeIndex, TypeTraits, Units, Utility, uBLAS.
|
||||
]
|
||||
[authors [Clow, Marshall]]
|
||||
[/ last-revision is used for the final release data]
|
||||
|
||||
@@ -288,6 +288,41 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/math/">Math</a>:</span>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
Added Hyperexponential Distribution.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fix some spurious overflows in the incomplete gamma functions (with
|
||||
thanks to Rocco Romeo).
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fix bug in derivative of incomplete beta when a = b = 0.5 - this
|
||||
also effects several non-central distributions, see issue 10480.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fixed some corner cases in function round.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Don't support 80-bit floats in cstdfloat.hpp if standard library
|
||||
support is broken.
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/multi_array/">MultiArray</a>:</span>
|
||||
@@ -301,6 +336,33 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/multiprecision/">Multiprecision</a>:</span>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
Changed rational to float conversions to exactly round to nearest.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Added improved generic float to rational conversions.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fixed rare bug in exponent function for cpp_bin_float.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fixed various minor documentation issues.
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/multi_index/">Multi-index Containers</a>:</span>
|
||||
@@ -573,6 +635,18 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/type_traits/">TypeTraits</a>:</span>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
Added new traits is_copy_assignable and is_final.
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/units/">Units</a>:</span>
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
<p class="news-description">
|
||||
<span class="brief"><span class="purpose">
|
||||
Updated Libraries: Any, Circular Buffer, Config, Coroutine, Flyweight, Geometry,
|
||||
Iterator, Lexical Cast, MultiArray, Multi-Index Containers, Preprocessor, Thread,
|
||||
TypeIndex, Units, Utility, uBLAS.
|
||||
Iterator, Lexical Cast, Math, MultiArray, Multiprecision, Multi-Index Containers,
|
||||
Preprocessor, Thread, TypeIndex, TypeTraits, Units, Utility, uBLAS.
|
||||
</span></span></p>
|
||||
|
||||
<ul class="menu">
|
||||
|
||||
@@ -2184,7 +2184,7 @@
|
||||
-id
|
||||
"version_1_57_0
|
||||
-last_modified
|
||||
.1414425995.3
|
||||
.1414675301.04
|
||||
-location
|
||||
"users/history/version_1_57_0.html
|
||||
-notice
|
||||
@@ -2195,11 +2195,11 @@
|
||||
-purpose
|
||||
"
|
||||
" Updated Libraries: Any, Circular Buffer, Config, Coroutine, Flyweight, Geometry,
|
||||
" Iterator, Lexical Cast, MultiArray, Multi-Index Containers, Preprocessor, Thread,
|
||||
" TypeIndex, Units, Utility, uBLAS.
|
||||
" Iterator, Lexical Cast, Math, MultiArray, Multiprecision, Multi-Index Containers,
|
||||
" Preprocessor, Thread, TypeIndex, TypeTraits, Units, Utility, uBLAS.
|
||||
"
|
||||
-qbk_hash
|
||||
"fce435f280b93a6b3769416f6035431843eb483c89348cd2e2f12efe689d2961
|
||||
"2b070b63051d9f3b82db5cd8d7b73ce20fcc5be587956ba86db143047b33a199
|
||||
-release_status
|
||||
"beta
|
||||
-title
|
||||
|
||||
@@ -25113,6 +25113,41 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/math/">Math</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Added Hyperexponential Distribution.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Fix some spurious overflows in the incomplete gamma functions (with
|
||||
" thanks to Rocco Romeo).
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Fix bug in derivative of incomplete beta when a = b = 0.5 - this
|
||||
" also effects several non-central distributions, see issue 10480.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Fixed some corner cases in function round.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Don't support 80-bit floats in cstdfloat.hpp if standard library
|
||||
" support is broken.
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/multi_array/">MultiArray</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
@@ -25126,6 +25161,33 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/multiprecision/">Multiprecision</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Changed rational to float conversions to exactly round to nearest.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Added improved generic float to rational conversions.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Fixed rare bug in exponent function for cpp_bin_float.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Fixed various minor documentation issues.
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/multi_index/">Multi-index Containers</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
@@ -25398,6 +25460,18 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/type_traits/">TypeTraits</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Added new traits is_copy_assignable and is_final.
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/units/">Units</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
@@ -25783,7 +25857,7 @@
|
||||
" </div>
|
||||
"</description></item>
|
||||
-last_modified
|
||||
.1414425995.3
|
||||
.1414675301.04
|
||||
-quickbook
|
||||
"feed/history/boost_1_57_0.qbk
|
||||
)
|
||||
|
||||
@@ -326,6 +326,41 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/math/">Math</a>:</span>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
Added Hyperexponential Distribution.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fix some spurious overflows in the incomplete gamma functions (with
|
||||
thanks to Rocco Romeo).
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fix bug in derivative of incomplete beta when a = b = 0.5 - this
|
||||
also effects several non-central distributions, see issue 10480.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fixed some corner cases in function round.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Don't support 80-bit floats in cstdfloat.hpp if standard library
|
||||
support is broken.
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/multi_array/">MultiArray</a>:</span>
|
||||
@@ -339,6 +374,33 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/multiprecision/">Multiprecision</a>:</span>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
Changed rational to float conversions to exactly round to nearest.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Added improved generic float to rational conversions.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fixed rare bug in exponent function for cpp_bin_float.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Fixed various minor documentation issues.
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/multi_index/">Multi-index Containers</a>:</span>
|
||||
@@ -611,6 +673,18 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/type_traits/">TypeTraits</a>:</span>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
Added new traits is_copy_assignable and is_final.
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/units/">Units</a>:</span>
|
||||
|
||||
Reference in New Issue
Block a user