From a12ac889bfcba7c4d32f05bc9f96dcb5f0834fc2 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 7 Oct 2018 09:22:19 +0100 Subject: [PATCH] Update history, rebuild docs. [CI SKIP] --- doc/html/index.html | 2 +- doc/html/indexes/s01.html | 27 +-------- doc/html/indexes/s02.html | 2 +- doc/html/indexes/s03.html | 2 +- doc/html/indexes/s04.html | 2 +- doc/html/indexes/s05.html | 49 +++------------ doc/html/math_toolkit/barycentric.html | 11 +++- doc/html/math_toolkit/brent_minima.html | 4 +- doc/html/math_toolkit/conventions.html | 2 +- doc/html/math_toolkit/history1.html | 60 +++++++++++++++++-- doc/html/math_toolkit/history2.html | 60 +++++++++++++++++-- doc/html/math_toolkit/navigation.html | 2 +- doc/html/math_toolkit/roots_deriv.html | 4 +- .../math_toolkit/roots_noderiv/TOMS748.html | 16 ++--- .../math_toolkit/roots_noderiv/bisect.html | 10 ++-- .../roots_noderiv/bracket_solve.html | 13 ++-- doc/overview/roadmap.qbk | 21 ++++++- 17 files changed, 179 insertions(+), 108 deletions(-) diff --git a/doc/html/index.html b/doc/html/index.html index 3ffe72505..2766203b7 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -122,7 +122,7 @@ This manual is also available in -

Last revised: September 02, 2018 at 07:28:45 GMT

+

Last revised: October 07, 2018 at 08:18:47 GMT


diff --git a/doc/html/indexes/s01.html b/doc/html/indexes/s01.html index 164eb7b01..9c56a485a 100644 --- a/doc/html/indexes/s01.html +++ b/doc/html/indexes/s01.html @@ -24,7 +24,7 @@

-Function Index

+Function Index

1 2 4 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

@@ -965,6 +965,7 @@
  • C99 and TR1 C Functions Overview

  • C99 C Functions

  • Error Functions

  • +
  • History and What's New

  • @@ -1955,13 +1956,6 @@
  • -

    ln

    - -
  • -
  • location

  • -

    more

    - -
  • -
  • msg

  • @@ -2396,6 +2381,7 @@
  • prime

  • -

    required

    - -
  • -
  • riemann_zeta

    • C99 and C++ TR1 C-style Functions

    • diff --git a/doc/html/indexes/s02.html b/doc/html/indexes/s02.html index 6ea2c3fc8..b3ce32b81 100644 --- a/doc/html/indexes/s02.html +++ b/doc/html/indexes/s02.html @@ -24,7 +24,7 @@

    -Class Index

    +Class Index

    A B C D E F G H I L M N O P Q R S T U W

    diff --git a/doc/html/indexes/s03.html b/doc/html/indexes/s03.html index 1fd501312..2ad5f2592 100644 --- a/doc/html/indexes/s03.html +++ b/doc/html/indexes/s03.html @@ -24,7 +24,7 @@

    -Typedef Index

    +Typedef Index

    A B C D E F G H I L N O P R S T U V W

    diff --git a/doc/html/indexes/s04.html b/doc/html/indexes/s04.html index 48a2c8452..25c525b00 100644 --- a/doc/html/indexes/s04.html +++ b/doc/html/indexes/s04.html @@ -24,7 +24,7 @@

    -Macro Index

    +Macro Index

    B F

    diff --git a/doc/html/indexes/s05.html b/doc/html/indexes/s05.html index fea9b4474..d23a77825 100644 --- a/doc/html/indexes/s05.html +++ b/doc/html/indexes/s05.html @@ -23,7 +23,7 @@

    -Index

    +Index

    1 2 4 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

    @@ -480,6 +480,7 @@
  • constants

  • expression

  • operator

  • +
  • prime

  • r

  • @@ -2615,6 +2616,7 @@
  • C99 and TR1 C Functions Overview

  • C99 C Functions

  • Error Functions

  • +
  • History and What's New

  • @@ -3774,7 +3776,6 @@
  • accuracy

  • Cephes

  • distribution

  • -
  • more

  • P

  • performance

  • @@ -3980,7 +3981,6 @@
  • BOOST_MATH_DISCRETE_QUANTILE_POLICY

  • BOOST_MATH_OVERFLOW_ERROR_POLICY

  • expression

  • -
  • more

  • normal

  • @@ -4169,6 +4169,7 @@
  • airy_bi_zero

  • constants

  • distribution

  • +
  • erf

  • expression

  • freedom

  • functions

  • @@ -4543,7 +4544,6 @@

    - +

    This documentation aims to use of the following naming and formatting conventions. diff --git a/doc/html/math_toolkit/history1.html b/doc/html/math_toolkit/history1.html index fb6884eb5..da0fdba80 100644 --- a/doc/html/math_toolkit/history1.html +++ b/doc/html/math_toolkit/history1.html @@ -27,19 +27,69 @@ History and What's New

    - Currently open bug reports can be viewed here. + Currently open bug reports can be viewed here.

    - All bug reports including closed ones can be viewed here. + All bug reports including closed ones can be viewed here + and here.

    - Math-2.7.2 + Math-2.8.0 (Boost-1.69)
    -
    Math-2.7.1 diff --git a/doc/html/math_toolkit/history2.html b/doc/html/math_toolkit/history2.html index c2bc5f6a7..d6a47dc4d 100644 --- a/doc/html/math_toolkit/history2.html +++ b/doc/html/math_toolkit/history2.html @@ -27,19 +27,69 @@ History and What's New

    - Currently open bug reports can be viewed here. + Currently open bug reports can be viewed here.

    - All bug reports including closed ones can be viewed here. + All bug reports including closed ones can be viewed here + and here.

    - Math-2.7.2 + Math-2.8.0 (Boost-1.69)
    -
    Math-2.7.1 diff --git a/doc/html/math_toolkit/navigation.html b/doc/html/math_toolkit/navigation.html index e9e766356..8400aba9b 100644 --- a/doc/html/math_toolkit/navigation.html +++ b/doc/html/math_toolkit/navigation.html @@ -27,7 +27,7 @@ Navigation

    - +

    Boost.Math documentation is provided in both HTML and PDF formats. diff --git a/doc/html/math_toolkit/roots_deriv.html b/doc/html/math_toolkit/roots_deriv.html index 3c800181a..0b26a17ee 100644 --- a/doc/html/math_toolkit/roots_deriv.html +++ b/doc/html/math_toolkit/roots_deriv.html @@ -86,8 +86,8 @@

    F f

    - Type F must be a callable function object that accepts one parameter - and returns a std::pair, + Type F must be a callable function object (or C++ lambda) that accepts + one parameter and returns a std::pair, std::tuple, boost::tuple or boost::fusion::tuple:

    diff --git a/doc/html/math_toolkit/roots_noderiv/TOMS748.html b/doc/html/math_toolkit/roots_noderiv/TOMS748.html index 5486611d1..97111fba7 100644 --- a/doc/html/math_toolkit/roots_noderiv/TOMS748.html +++ b/doc/html/math_toolkit/roots_noderiv/TOMS748.html @@ -101,10 +101,10 @@

    f

    - A unary functor that is the function whose root is to be solved. f(x) - need not be uniformly increasing or decreasing on x - and may have multiple roots. However, the bounds given must bracket - a single root. + A unary functor (or C++ lambda) that is the function whose root is + to be solved. f(x) need not be uniformly increasing or decreasing on + x and may have multiple roots. However, the bounds + given must bracket a single root.

    a

    @@ -127,10 +127,10 @@

    tol

    - A binary functor that determines the termination condition for the - search for the root. tol is passed the current - brackets at each step, when it returns true, then the current brackets - are returned as the result. See also predefined + A binary functor (or C++ lambda) that determines the termination condition + for the search for the root. tol is passed the + current brackets at each step, when it returns true, then the current + brackets are returned as the result. See also predefined termination functors.

    max_iter
    diff --git a/doc/html/math_toolkit/roots_noderiv/bisect.html b/doc/html/math_toolkit/roots_noderiv/bisect.html index c593b6e85..8f7b0fad1 100644 --- a/doc/html/math_toolkit/roots_noderiv/bisect.html +++ b/doc/html/math_toolkit/roots_noderiv/bisect.html @@ -65,8 +65,8 @@
    f

    - A unary functor which is the function f(x) whose - root is to be found. + A unary functor (or C++ lambda) which is the function f(x) + whose root is to be found.

    min

    @@ -85,9 +85,9 @@

    tol

    - A binary functor that specifies the termination condition: the function - will return the current brackets enclosing the root when tol(min, - max) becomes true. See also predefined + A binary functor (or C++ lambda) that specifies the termination condition: + the function will return the current brackets enclosing the root when + tol(min, max) becomes true. See also predefined termination functors.

    max_iter
    diff --git a/doc/html/math_toolkit/roots_noderiv/bracket_solve.html b/doc/html/math_toolkit/roots_noderiv/bracket_solve.html index f5bcae40c..7b1f3ddfa 100644 --- a/doc/html/math_toolkit/roots_noderiv/bracket_solve.html +++ b/doc/html/math_toolkit/roots_noderiv/bracket_solve.html @@ -89,8 +89,9 @@
    f

    - A unary functor that is the function whose root is to be solved. f(x) - must be uniformly increasing or decreasing on x. + A unary functor (or C++ lambda) that is the function whose root is + to be solved. f(x) must be uniformly increasing + or decreasing on x.

    guess

    @@ -116,10 +117,10 @@

    tol

    - A binary functor that determines the termination condition for the - search for the root. tol is passed the current - brackets at each step, when it returns true then the current brackets - are returned as the pair result. See also predefined + A binary functor (or C++ lambda) that determines the termination condition + for the search for the root. tol is passed the + current brackets at each step, when it returns true then the current + brackets are returned as the pair result. See also predefined termination functors.

    max_iter
    diff --git a/doc/overview/roadmap.qbk b/doc/overview/roadmap.qbk index 0d531f9b6..58be48b45 100644 --- a/doc/overview/roadmap.qbk +++ b/doc/overview/roadmap.qbk @@ -1,14 +1,29 @@ [template history[] Currently open bug reports can be viewed -[@https://svn.boost.org/trac/boost/query?status=assigned&status=new&status=reopened&component=math&col=id&col=summary&col=status&col=type&col=milestone&col=component&order=priority here]. +[@https://github.com/boostorg/math/issues here]. All bug reports including closed ones can be viewed -[@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=math&col=id&col=summary&col=status&col=type&col=milestone&col=component&order=priority here]. +[@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=math&col=id&col=summary&col=status&col=type&col=milestone&col=component&order=priority here] +and [@https://github.com/boostorg/math/issues?utf8=%E2%9C%93&q=is%3Aissue here]. -[h4 Math-2.7.2 (Boost-1.69)] +[h4 Math-2.8.0 (Boost-1.69)] +* Add LambertW functions. +* Minor fixes to better support variable precision floating point types. +* Removed use of deprecated Boost.Endian in favour of Predef. +* Added the derivative of the Barycentric rational approximation. +* Updated continued fraction and series evaluation code to support complex types. +* Prevent logic error leading to infinite loop in toms748_solve. See [@https://github.com/boostorg/math/issues/138 #138]. +* Fix mean and standard_deviation for extreme_value_distribution. See [@https://github.com/boostorg/math/issues/139 #139]. +* Improve heuristics used in newton_raphson_iterate. See [@https://github.com/boostorg/math/issues/145 #145]. +* Fix result of `erf(NaN)`. See [@https://github.com/boostorg/math/issues/141 #141]. +* Big push to reduce GCC warnings. See [@https://github.com/boostorg/math/issues/136 #136]. +* Refactor polynomial addition. See [@https://github.com/boostorg/math/pull/132 PR132]. +* Fix for vxWorks having a `real` function in the global namespace. See [@https://github.com/boostorg/math/pull/131 PR131]. +* Improve `sinc` approximations and add better tests. * Fix typo in Student's T hypothesis testing documentation, see [@https://github.com/boostorg/math/issues/143 #143]. +* Update integration routines to support complex valued integrands and contour integrals. [h4 Math-2.7.1 (Boost-1.68)]