Skip to content

Commit

Permalink
Merge pull request #26 from SticsRPacks/prepare-release-070
Browse files Browse the repository at this point in the history
Prepare new release
  • Loading branch information
sbuis authored Nov 13, 2024
2 parents 2769474 + d499092 commit 17b8f5c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: CroptimizR
Title: A Package to Estimate Parameters of Crop Models
Version: 0.6.1
Date: 2023-12-22
Version: 0.7.0
Date: 2024-11-13
Authors@R: c(
person("Samuel", "Buis", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8676-5447")),
Expand Down
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# CroptimizR 0.7.0(2024-11-13)

## Main Changes

* Enabled support for special characters in parameter names (#18).
* Updated the bundled version of the **BayesianTools** package (#19).
* Enhanced `is_data` function to verify that the tested data structure is not empty (#21).
* Improved validation checks for the `weight` argument (#22).

## Documentation

* Added a LICENSE file (#15).

## Fixes

* Resolved an incompatibility between `forced_param_values` and `param_info$sit_list` (#14).
* Fixed error message when `NA` values are detected in simulated results (#16).
* Corrected the calculation of equality constraints when only one situation exists in `param_values` (#24).
* Addressed various warnings (#14).

## Miscellaneous

* Added a unit test for `crit_wls` (#22).


# CroptimizR 0.6.1 (2023-12-22)

* Fixed check of NA/Inf in simulated results
Expand Down

0 comments on commit 17b8f5c

Please sign in to comment.