From ca3cace481349bd1fac5df0237bfabb80816834f Mon Sep 17 00:00:00 2001 From: Automated Commit Date: Fri, 12 Mar 2021 14:10:09 +0000 Subject: [PATCH] Rebuild in progress release notes --- generated/state/page-cache.txt | 163 ++++++++++++++++++++++++++++++++- users/history/in_progress.html | 161 ++++++++++++++++++++++++++++++++ 2 files changed, 323 insertions(+), 1 deletion(-) diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index f662c478..822303d7 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -26764,6 +26764,132 @@ " "
  • "
    +" Math: +"
      +"
    • +"
      +" Breaking Change: C++03 support is +" now removed, a C++11 or later conformant compiler is now required +" to use this library. +"
      +"
    • +"
    • +"
      +" Added Z-test. +"
      +"
    • +"
    • +"
      +" Added execution policy support to univariate and bivariate statistics: +" enables parallel execution (requires C++17 and <execution>). +"
      +"
    • +"
    • +"
      +" Big update/improvement on CI testing. +"
      +"
    • +"
    • +"
      +" Bivariate statistics now have integer support. +"
      +"
    • +"
    • +"
      +" T-Test now has integer support. +"
      +"
    • +"
    • +"
      +" Linear regression now has integer support. +"
      +"
    • +"
    • +"
      +" Correct PDF of the beta distribution at the endpoints. +"
      +"
    • +"
    • +"
      +" Correct use of Stirling's approximation in certain multiprecision +" cases, fixes #396. +"
      +"
    • +"
    • +"
      +" Eliminate -Wimplicit-int-float-conversion on clang. +"
      +"
    • +"
    • +"
      +" Fix some constexpr issues in quaternion/octonion. +"
      +"
    • +"
    • +"
      +" Minor performance fix to tanh_sinh integration. +"
      +"
    • +"
    • +"
      +" Update hypergeometric functions internal scaling to allow for 64-bit +" (long long) exponents with multiprecision types. +"
      +"
    • +"
    +"
    +"
  • +"
  • +"
    +" Multiprecision: +"
      +"
    • +"
      +" BREAKING CHANGE: Massive refactoring +" and code simpification makes C++11 an absolute requirement. +"
      +"
    • +"
    • +"
      +" Use BOOST_TRY/CATCH in headers so code can be use din s=exception-free +" environments. +"
      +"
    • +"
    • +"
      +" Correct corner case in pow, fixes #277. +"
      +"
    • +"
    • +"
      +" Correct exception type thrown to match docs in lsb/msb: fixes #257. +"
      +"
    • +"
    • +"
      +" Allow moves and operators between related but different types (ie +" types with the same allocator), fixes #278. +"
      +"
    • +"
    +"
    +"
  • +"
  • +"
    +" GIL: +"
      +"
    • +"
      +" BREAKING: In next release, we are going to drop support for GCC 5. +" We will also change the required minimum C++ version from C++11 to +" C++14. +"
      +"
    • +"
    +"
    +"
  • +"
  • +"
    " PolyCollection: "
      "
    • @@ -26853,6 +26979,41 @@ "
    • "
    • "
      +" Regex: +"
        +"
      • +"
        +" Regex is now header only except in C++03 mode. +"
        +"
      • +"
      • +"
        +" Support for C++03 is now deprecated. +"
        +"
      • +"
      • +"
        +" The library can now be used "standalone" without the rest +" of Boost being present. +"
        +"
      • +"
      +"
      +"
    • +"
    • +"
      +" Type Traits: +"
        +"
      • +"
        +" Fix for Visual Studio managed code projects. +"
        +"
      • +"
      +"
      +"
    • +"
    • +"
      " Variant2: "
        "
      • @@ -26919,7 +27080,7 @@ "
      " -hash -"40b1e77497b90be18f695b7f5df5c61b4dd61aefb3f8b37d286c208d69f8e70a +"83850a6f7ec4d3613f844d2331220ec66ec76db026d19c3496fbfee7ad08d429 -id "version_1_76_0 -notice_url diff --git a/users/history/in_progress.html b/users/history/in_progress.html index ba321613..6c6437b2 100644 --- a/users/history/in_progress.html +++ b/users/history/in_progress.html @@ -95,6 +95,132 @@
  • +
  • +
    + Math: +
      +
    • +
      + Breaking Change: C++03 support is + now removed, a C++11 or later conformant compiler is now required + to use this library. +
      +
    • +
    • +
      + Added Z-test. +
      +
    • +
    • +
      + Added execution policy support to univariate and bivariate statistics: + enables parallel execution (requires C++17 and <execution>). +
      +
    • +
    • +
      + Big update/improvement on CI testing. +
      +
    • +
    • +
      + Bivariate statistics now have integer support. +
      +
    • +
    • +
      + T-Test now has integer support. +
      +
    • +
    • +
      + Linear regression now has integer support. +
      +
    • +
    • +
      + Correct PDF of the beta distribution at the endpoints. +
      +
    • +
    • +
      + Correct use of Stirling's approximation in certain multiprecision + cases, fixes #396. +
      +
    • +
    • +
      + Eliminate -Wimplicit-int-float-conversion on clang. +
      +
    • +
    • +
      + Fix some constexpr issues in quaternion/octonion. +
      +
    • +
    • +
      + Minor performance fix to tanh_sinh integration. +
      +
    • +
    • +
      + Update hypergeometric functions internal scaling to allow for 64-bit + (long long) exponents with multiprecision types. +
      +
    • +
    +
    +
  • +
  • +
    + Multiprecision: +
      +
    • +
      + BREAKING CHANGE: Massive refactoring + and code simpification makes C++11 an absolute requirement. +
      +
    • +
    • +
      + Use BOOST_TRY/CATCH in headers so code can be use din s=exception-free + environments. +
      +
    • +
    • +
      + Correct corner case in pow, fixes #277. +
      +
    • +
    • +
      + Correct exception type thrown to match docs in lsb/msb: fixes #257. +
      +
    • +
    • +
      + Allow moves and operators between related but different types (ie + types with the same allocator), fixes #278. +
      +
    • +
    +
    +
  • +
  • +
    + GIL: +
      +
    • +
      + BREAKING: In next release, we are going to drop support for GCC 5. + We will also change the required minimum C++ version from C++11 to + C++14. +
      +
    • +
    +
    +
  • PolyCollection: @@ -184,6 +310,41 @@
  • +
  • +
    + Regex: +
      +
    • +
      + Regex is now header only except in C++03 mode. +
      +
    • +
    • +
      + Support for C++03 is now deprecated. +
      +
    • +
    • +
      + The library can now be used "standalone" without the rest + of Boost being present. +
      +
    • +
    +
    +
  • +
  • +
    + Type Traits: +
      +
    • +
      + Fix for Visual Studio managed code projects. +
      +
    • +
    +
    +
  • Variant2: