| NEWS | R Documentation | 
News for Package BH
Changes in version 1.87.0-1 (2024-12-17)
- Upgrade to Boost 1.87.0, patched as usual to comment-out diagnostic suppression messages per the request of CRAN 
- Switched to Authors@R 
Changes in version 1.84.0-0 (2024-01-09)
Changes in version 1.81.0-1 (2023-01-17)
- Added url (new in 1.81.0) 
- Comment-out gcc warning messages in three files 
Changes in version 1.78.0-0 (2021-12-14)
- Incremental updates to README.md and CI setup 
Changes in version 1.75.0-0 (2020-12-12)
- Removed file - NAMESPACEas the package has neither R code, nor a shared library to load
- The file LICENSE_1_0.txt is now included (as requested in #73) 
Changes in version 1.72.0-3 (2019-12-28)
- Remove old Boost installation when updating via script 
Changes in version 1.72.0-2 (2019-12-16)
- Bugfix release correction numeric/odeint/stepper/... renaming 
Changes in version 1.72.0-1 (2019-12-15)
- Applied the standard minimal patch with required changes, as well as the newer changeset for diagnostics pragma suppression. 
- No longer install filesystem _explicitly_ though some files are carried in (#55) 
Changes in version 1.69.0-1 (2019-01-07)
- Upgraded to Boost 1.69.0 (plus the few local tweaks) 
- Applied the standard minimal patch with required changes, as well as the newer changeset for diagnostics pragma suppression. 
- Following a pre-release in December, maintainers of three packages affected by the 1.66 to 1.69 were contacted, and changes were prepared. 
Changes in version 1.66.0-1 (2018-02-12)
Changes in version 1.65.0-1 (2017-08-24)
- Upgraded to Boost 1.64 and then 1.65 installed directly from upstream source with several minor tweaks (as before) 
- Fourth tweak corrects a misplaced curly brace (see the Boost ublas GitHub repo and its issue #40) 
- Added Boost multiprecision by fixing a script typo (as requested in #42) 
- Updated Travis CI support via newer - run.sh
Changes in version 1.62.0-1 (2016-11-15)
- Upgraded to Boost 1.62 installed directly from upstream source 
- Added Boost property_tree as requested in #29 by Aydin Demircioglu 
- Added Boost scope_exit as requested in #30 by Kirill Mueller 
- Added Boost atomic which we had informally added since 1.58.0 
Changes in version 1.60.0-2 (2016-05-06)
Changes in version 1.60.0-1 (2015-12-24)
- Upgraded to Boost 1.60 installed directly from upstream source 
Changes in version 1.58.0-1 (2015-05-21)
- Upgraded to Boost 1.58 installed directly from upstream source 
- Added Boost multiprecision as requested in GH ticket #12 based on rcpp-devel request by Jordi Molins Coronado 
Changes in version 1.55.0-3 (2015-01-04)
- Added Boost graph requested in GH ticket #9 by Dirk for RcppStreams 
Changes in version 1.55.0-2 (2015-01-03)
- Added Boost fusion requested in GH ticket #7 by Dirk for RcppStreams 
Changes in version 1.55.0-1 (2014-12-21)
- Upgraded to Boost 1.55 once again from the Debian tarball 
- Added Boost geometry requested in GH ticket #5 by 'teramonagi' 
Changes in version 1.54.0-5 (2014-11-09)
- Added Boost circular_buffer requested by Ben Goodrich for rstan 
Changes in version 1.54.0-4 (2014-08-29)
Changes in version 1.54.0-3 (2014-08-03)
- Added Boost heap library which will be needed by the next version of RcppMLPACK 
Changes in version 1.54.0-2 (2014-04-14)
- Bug fix to - lexical_cast.hppwhich now uses the test for INT128 which the rest of Boost uses, consistent with Boost 1.55 too.
Changes in version 1.54.0-1 (2014-04-07)
- Upgraded to Boost 1.54.0 
- Adjust build script - local/script/CreateBoost.shaccordingly
- Renamed - generation_runge_kutta_cash_karp54_classic.hppto- generation_runge_kutta_cash_karp54_cl.hppto remain within 100-character limit for- tar; also adjust corresponding- #includein- numeric/odeint/stepper/generation.hpp
Changes in version 1.51.0-4 (2014-01-01)
- Rewritten main package creation script to no longer scan for what bigmemory and synchronicity use, but rather explicitly copy over an (equivalent) list of explicitly-enumerated Boost libraries 
- Repository moved from R-Forge to GitHub, scripts and layout adjusted accordingly 
- Besides the implicitly expanded coverage by including the complete libraries, we also expanded from - math/doc/html/dist.htmlto all of math.
Changes in version 1.51.0-3 (2013-10-19)
Changes in version 1.51.0-2 (2013-07-29)
Changes in [unreleased] version 1.51.0-1 (2013-05-04)
- Expanded Boost coverage by adding Boost packages foreach, statistical distributions, and iostreams. This addresses, respectively, R-Forge issue tickets 2527, 2533 and 2768. 
- The package can now also be used to compile CRAN package ExactNumCI and rcppbugs. 
Changes in version 1.51.0-0 (2013-01-31)
- First CRAN upload 
- The package can be used to build bigmemory and RcppBDT as it already contains significant portions of Boost libraries algorithm, bind, concept, config, container, date_time, detail, exceptions, filesystem, functional, interprocess, intrusive, iterator, math, mpl, numeric, preprocessor, random, range, smart_ptr, type_traits, unordered.