|
| 1 | +\name{NEWS} |
| 2 | +\title{News for Package \pkg{BH}} |
| 3 | +\newcommand{\boost}{\href{http://www.boost.org}{\pkg{Boost}}} |
| 4 | +\newcommand{\boostPkg}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#1}}} |
| 5 | +\newcommand{\boostPkgTwo}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#2}}} |
| 6 | +\newcommand{\rfticket}{\href{https://r-forge.r-project.org/tracker/index.php?func=detail&aid=#1}{#1}} |
| 7 | +\newcommand{\ghit}{\href{https://github.com/eddelbuettel/bh/issues/#1}{##1}} |
| 8 | +\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/bh/pull/#1}{##1}} |
| 9 | + |
| 10 | +\section{Changes in version 1.69.0-1 (2019-01-07)}{ |
| 11 | + \itemize{ |
| 12 | + \item Upgraded to \boost 1.69.0 (plus the few local tweaks) |
| 13 | + \item Applied the standard minimal patch with required changes, as |
| 14 | + well as the newer changeset for diagnostics pragma suppression. |
| 15 | + \item Following a pre-release in December, maintainers of three |
| 16 | + packages affected by the 1.66 to 1.69 were contacted, and changes |
| 17 | + were prepared. |
| 18 | + } |
| 19 | +} |
| 20 | + |
| 21 | +\section{Changes in version 1.66.0-1 (2018-02-12)}{ |
| 22 | + \itemize{ |
| 23 | + \item Upgraded to \boost 1.66.0 (plus the few local tweaks) |
| 24 | + \item Added Boost \boostPkg{compute} (as requested in \ghit{16}) |
| 25 | + } |
| 26 | +} |
| 27 | + |
| 28 | +\section{Changes in version 1.65.0-1 (2017-08-24)}{ |
| 29 | + \itemize{ |
| 30 | + \item Upgraded to \boost 1.64 and then 1.65 installed directly from |
| 31 | + upstream source with several minor tweaks (as before) |
| 32 | + \item Fourth tweak corrects a misplaced curly brace (see the |
| 33 | + Boost ublas GitHub repo and its issue #40) |
| 34 | + \item Added Boost \boostPkg{align} (as requested in \ghit{32}) |
| 35 | + \item Added Boost \boostPkg{sort} (as requested in \ghit{35}) |
| 36 | + \item Added Boost \boostPkg{multiprecision} by fixing a script typo |
| 37 | + (as requested in \ghit{42}) |
| 38 | + \item Updated Travis CI support via newer \code{run.sh} |
| 39 | + } |
| 40 | +} |
| 41 | + |
| 42 | +\section{Changes in version 1.62.0-1 (2016-11-15)}{ |
| 43 | + \itemize{ |
| 44 | + \item Upgraded to \boost 1.62 installed directly from upstream source |
| 45 | + \item Added Boost \boostPkg{property_tree} as requested in \ghit{29} |
| 46 | + by Aydin Demircioglu |
| 47 | + \item Added Boost \boostPkg{scope_exit} as requested in \ghit{30} by |
| 48 | + Kirill Mueller |
| 49 | + \item Added Boost \boostPkg{atomic} which we had informally added |
| 50 | + since 1.58.0 |
| 51 | + } |
| 52 | +} |
| 53 | + |
| 54 | +\section{Changes in version 1.60.0-2 (2016-05-06)}{ |
| 55 | + \itemize{ |
| 56 | + \item Added Boost \boostPkg{bimap} via GH pull request \ghpr{24} by |
| 57 | + Jim Hester |
| 58 | + \item Added Boost \boostPkg{icl} via GH pull request \ghpr{27} by |
| 59 | + Jay Hesselbert |
| 60 | + \item Added Boost \boostPkg{flyweight} as requested in GH ticket \ghit{26} |
| 61 | + } |
| 62 | +} |
| 63 | + |
| 64 | +\section{Changes in version 1.60.0-1 (2015-12-24)}{ |
| 65 | + \itemize{ |
| 66 | + \item Upgraded to \boost 1.60 installed directly from upstream source |
| 67 | + \item Added Boost \boostPkg{phoenix} as discussed in GH ticket \ghit{19} |
| 68 | + } |
| 69 | +} |
| 70 | + |
| 71 | +\section{Changes in version 1.58.0-1 (2015-05-21)}{ |
| 72 | + \itemize{ |
| 73 | + \item Upgraded to \boost 1.58 installed directly from upstream source |
| 74 | + \item Added Boost \boostPkg{multiprecision} as requested in GH ticket \ghit{12} based |
| 75 | + on rcpp-devel request by Jordi Molins Coronado |
| 76 | + } |
| 77 | +} |
| 78 | + |
| 79 | +\section{Changes in version 1.55.0-3 (2015-01-04)}{ |
| 80 | + \itemize{ |
| 81 | + \item Added Boost \boostPkg{graph} requested in GH ticket |
| 82 | + \ghit{9} by Dirk for \CRANpkg{RcppStreams} |
| 83 | + } |
| 84 | +} |
| 85 | + |
| 86 | +\section{Changes in version 1.55.0-2 (2015-01-03)}{ |
| 87 | + \itemize{ |
| 88 | + \item Added Boost \boostPkg{fusion} requested in GH ticket |
| 89 | + \ghit{7} by Dirk for \CRANpkg{RcppStreams} |
| 90 | + } |
| 91 | +} |
| 92 | + |
| 93 | +\section{Changes in version 1.55.0-1 (2014-12-21)}{ |
| 94 | + \itemize{ |
| 95 | + \item Upgraded to \boost 1.55 once again from the |
| 96 | + \href{https://packages.debian.org/source/sid/boost1.55}{Debian tarball} |
| 97 | + \item Added Boost \boostPkg{geometry} requested in GH ticket \ghit{5} by 'teramonagi' |
| 98 | + } |
| 99 | +} |
| 100 | + |
| 101 | +\section{Changes in version 1.54.0-5 (2014-11-09)}{ |
| 102 | + \itemize{ |
| 103 | + \item Added Boost \boostPkg{circular_buffer} requested by Ben Goodrich for \CRANpkg{rstan} |
| 104 | + } |
| 105 | +} |
| 106 | + |
| 107 | +\section{Changes in version 1.54.0-4 (2014-08-29)}{ |
| 108 | + \itemize{ |
| 109 | + \item Added Boost \boostPkg{any} requested by Greg Jeffries for his \CRANpkg{nabor} package |
| 110 | + } |
| 111 | +} |
| 112 | + |
| 113 | +\section{Changes in version 1.54.0-3 (2014-08-03)}{ |
| 114 | + \itemize{ |
| 115 | + \item Added Boost \boostPkg{heap} library which will be needed by the next |
| 116 | + version of \CRANpkg{RcppMLPACK} |
| 117 | + } |
| 118 | +} |
| 119 | + |
| 120 | +\section{Changes in version 1.54.0-2 (2014-04-14)}{ |
| 121 | + \itemize{ |
| 122 | + \item Bug fix to \code{lexical_cast.hpp} which now uses the test for |
| 123 | + INT128 which the rest of Boost uses, consistent with Boost 1.55 too. |
| 124 | + } |
| 125 | +} |
| 126 | + |
| 127 | +\section{Changes in version 1.54.0-1 (2014-04-07)}{ |
| 128 | + \itemize{ |
| 129 | + \item Upgraded to Boost 1.54.0 |
| 130 | + \item Adjust build script \code{local/script/CreateBoost.sh} accordingly |
| 131 | + \item Renamed \code{generation_runge_kutta_cash_karp54_classic.hpp} |
| 132 | + to \code{generation_runge_kutta_cash_karp54_cl.hpp} to remain within |
| 133 | + 100-character limit for \code{tar}; also adjust corresponding |
| 134 | + \code{#include} in \code{numeric/odeint/stepper/generation.hpp} |
| 135 | + } |
| 136 | +} |
| 137 | + |
| 138 | +\section{Changes in version 1.51.0-4 (2014-01-01)}{ |
| 139 | + \itemize{ |
| 140 | + \item Rewritten main package creation script to no longer scan for |
| 141 | + what \CRANpkg{bigmemory} and \CRANpkg{synchronicity} use, but rather |
| 142 | + explicitly copy over an (equivalent) list of explicitly-enumerated |
| 143 | + \boost libraries |
| 144 | + \item Repository moved from R-Forge to GitHub, scripts and layout |
| 145 | + adjusted accordingly |
| 146 | + \item Besides the implicitly expanded coverage by including the |
| 147 | + complete libraries, we also expanded from |
| 148 | + \boostPkg{math/doc/html/dist.html} to all of \boostPkg{math}. |
| 149 | + } |
| 150 | +} |
| 151 | + |
| 152 | +\section{Changes in version 1.51.0-3 (2013-10-19)}{ |
| 153 | + \itemize{ |
| 154 | + \item Expanded \boost coverage by adding \boost packages |
| 155 | + \boostPkg{spirit}, \boostPkg{foreach}, \boostPkg{algorithm}, |
| 156 | + \boostPkg{iostreams}. |
| 157 | + } |
| 158 | +} |
| 159 | + |
| 160 | +\section{Changes in version 1.51.0-2 (2013-07-29)}{ |
| 161 | + \itemize{ |
| 162 | + \item Expanded \boost coverage by adding \boost packages |
| 163 | + \boostPkg{random} and \boostPkg{unordered}. |
| 164 | + } |
| 165 | +} |
| 166 | + |
| 167 | +\section{Changes in [unreleased] version 1.51.0-1 (2013-05-04)}{ |
| 168 | + \itemize{ |
| 169 | + \item Expanded \boost coverage by adding \boost packages \boostPkg{foreach}, |
| 170 | + \boostPkgTwo{math/doc/html/dist.html}{statistical |
| 171 | + distributions}, and \boostPkg{iostreams}. This addresses, |
| 172 | + respectively, R-Forge issue tickets \rfticket{2527}, \rfticket{2533} |
| 173 | + and \rfticket{2768}. |
| 174 | + \item The package can now also be used to compile CRAN package |
| 175 | + \CRANpkg{ExactNumCI} and \CRANpkg{rcppbugs}. |
| 176 | + } |
| 177 | +} |
| 178 | + |
| 179 | +\section{Changes in version 1.51.0-0 (2013-01-31)}{ |
| 180 | + \itemize{ |
| 181 | + \item First CRAN upload |
| 182 | + \item The package can be used to build \CRANpkg{bigmemory} and |
| 183 | + \CRANpkg{RcppBDT} as it already contains significant portions of Boost libraries |
| 184 | + algorithm, bind, concept, config, container, date_time, detail, |
| 185 | + exceptions, filesystem, functional, interprocess, intrusive, iterator, |
| 186 | + math, mpl, numeric, preprocessor, random, range, smart_ptr, |
| 187 | + type_traits, unordered. |
| 188 | + } |
| 189 | +} |
| 190 | + |
0 commit comments