From 6079c8f133d31b43072bd63a58591cf4e4331748 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 30 Oct 2014 11:26:45 +0000 Subject: [PATCH] Update boost_1_57_0.qbk --- feed/history/boost_1_57_0.qbk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/feed/history/boost_1_57_0.qbk b/feed/history/boost_1_57_0.qbk index a8f31b3a..d2199eb0 100644 --- a/feed/history/boost_1_57_0.qbk +++ b/feed/history/boost_1_57_0.qbk @@ -83,9 +83,22 @@ Also, the release notes are incomplete at the moment. * [phrase library..[@/libs/lexical_cast/ Lexical Cast]:] * Some internal changes, library now consist of multiple headers instead of a single one [ticket 10391], [ticket 10173] +* [phrase library..[@/libs/math/ Math]:] + * Added Hyperexponential Distribution. + * Fix some spurious overflows in the incomplete gamma functions (with thanks to Rocco Romeo). + * Fix bug in derivative of incomplete beta when a = b = 0.5 - this also effects several non-central distributions, see issue 10480. + * Fixed some corner cases in function round. + * Don't support 80-bit floats in cstdfloat.hpp if standard library support is broken. + * [phrase library..[@/libs/multi_array/ MultiArray]:] * Fixed a friend-declaration related warning for clang (thanks to Marcel Raad). +* [phrase library..[@/libs/multiprecision/ Multiprecision]:] + * Changed rational to float conversions to exactly round to nearest. + * Added improved generic float to rational conversions. + * Fixed rare bug in exponent function for cpp_bin_float. + * Fixed various minor documentation issues. + * [phrase library..[@/libs/multi_index/ Multi-index Containers]:] * When `std::tuple`s are available, these can be used for lookup operations in indices equipped with composite keys. `boost::tuple`s are also supported @@ -135,6 +148,9 @@ Also, the release notes are incomplete at the moment. * `BOOST_HAS_PRAGMA_DETECT_MISMATCH` is now used to detect ODR violations [ticket 10404] * Typos fixed [ticket 10294] +* [phrase library..[@/libs/type_traits/ TypeTraits]:] + * Added new traits is_copy_assignable and is_final. + * [phrase library..[@/libs/units/ Units]:] * New unit system units for: bit, byte, nat, hartley and shannon, * Add scale units for binary prefixes kibi, mebi, gibi, tebi, pebi, zebi and yobi IEC prefixes