Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.4.0 #158

Merged
merged 51 commits into from
Mar 30, 2023
Merged

v4.4.0 #158

merged 51 commits into from
Mar 30, 2023

Conversation

Neves-P
Copy link
Collaborator

@Neves-P Neves-P commented Mar 29, 2023

DAISIE 4.4.0

  • No longer include patched version of boost/numeric/odeint/stepper/bulirsch_stoer.hpp, address the issue by passing previously uninitialised variable as boost::units::quantity<boost::units::si::dimensionless, double>.
  • Document return type of exported Rcpp functions.
  • Move all internal non-error printing to console message() and warning(). Add internal functions to address this. verbose variable is now numeric, varying from 0 to 3. Increasing values increase amount of messages to be printed. Change default of printing some output to golden rule of silence verbose == 0. To print again, set verbose >= 1.
  • Remove calls to options(warn = -1) that suppress warnings in non standard way. Use suppressWarnings() where appropriate.
  • Safely restore graphics settings after plot.
  • Fix references in DESCRIPTION.
  • Remove internal (unnecessary) calls to internal functions via :::.
  • No longer use roxygen2 tag internal to document without index but use noRd instead. are_area_pars() is now internal.
  • Replace \dontrun examples in documentation with \donttest. Speed up examples.
  • License package C++ source files as BSL-1.0 (c) Hanno Hildenbrandt, FORTRAN files as BSL-1.0 (c) Rampal S. Etienne.
  • Add LICENSE.note, inst/COPYRIGHTS to clarify license and copyrights. Pipe such files in DESCRIPTION.

@codecov-commenter
Copy link

Codecov Report

Merging #158 (4640b18) into master (22d2737) will decrease coverage by 0.47%.
The diff coverage is 33.59%.

❗ Current head 4640b18 differs from pull request most recent head ebf13e6. Consider uploading reports for the commit ebf13e6 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
- Coverage   69.01%   68.54%   -0.47%     
==========================================
  Files          79       78       -1     
  Lines        8107     7964     -143     
==========================================
- Hits         5595     5459     -136     
+ Misses       2512     2505       -7     
Impacted Files Coverage Δ
R/DAISIE_ML4.R 15.75% <0.00%> (+0.72%) ⬆️
R/DAISIE_ML_IW.R 0.00% <0.00%> (ø)
R/DAISIE_PEI.R 0.00% <0.00%> (ø)
R/DAISIE_SR_ML_CS.R 0.00% <0.00%> (ø)
R/DAISIE_SR_sim.R 87.50% <0.00%> (ø)
R/DAISIE_check_format.R 61.22% <ø> (ø)
R/DAISIE_dataprep.R 78.83% <0.00%> (ø)
R/DAISIE_format_IW.R 77.95% <ø> (ø)
R/DAISIE_make_archipelago.R 0.00% <0.00%> (ø)
R/DAISIE_max_rates.R 100.00% <ø> (ø)
... and 34 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rsetienne rsetienne merged commit a9a523c into master Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants