Skip to content

Commit

Permalink
Ready for v2.1.1 patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
astamm committed Jun 24, 2024
1 parent 72de8c3 commit cc3cd79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nloptr
Type: Package
Title: R Interface to NLopt
Version: 2.1.0.9000
Version: 2.1.1
Authors@R: c(person("Jelmer", "Ypma", role = "aut",
email = "[email protected]"),
person(c("Steven", "G."), "Johnson", role = "aut",
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# nloptr (development version)
# nloptr 2.1.1

This is a patch release to work around a bug in the CRAN checks. Specifically,
one of the unit tests for the `isres()` algorithm was failing on some CRAN
builds because convergence is stochastic with slightly different results even
with the same fixed seed prior to calling the function.

# nloptr 2.1.0
This release deprecates the default behavior of the inequality equations in any
Expand Down
16 changes: 4 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
* local macOS R installation, R 4.4.0
* local macOS R installation, R 4.4.1
* continuous integration via GH actions:
* macOS latest release
* windows latest release
Expand All @@ -19,20 +19,12 @@
ghcr.io/r-hub/containers/clang-asan:latest

## R CMD check results
There was no ERROR and no WARNINGs.

There was 1 NOTE:

* New maintainer:
Aymeric Stamm <[email protected]>
Old maintainer(s):
Aymeric Stamm <[email protected]>

This is a change of email address. The maintainer is the same person.
There was no ERROR, no WARNING and no NOTE.

## Downstream dependencies

We checked 145 reverse dependencies (136 from CRAN + 9 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 145 reverse dependencies (136 from CRAN + 9 from Bioconductor),
comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 3 packages
Expand Down

3 comments on commit cc3cd79

@aadler
Copy link
Contributor

@aadler aadler commented on cc3cd79 Jun 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @astamm. Would you please hold off the hotrfix release for a bit? I see some "errors" in the unit tests in wrapper-global which I would like to fix, please. They aren't wrong, but they weren't testing the exact functionality I wanted them to.

@astamm
Copy link
Owner Author

@astamm astamm commented on cc3cd79 Jun 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @aadler . Too late, v2.1.1 is on its way to CRAN. But we can submit another patch release in a month or so.

@aadler
Copy link
Contributor

@aadler aadler commented on cc3cd79 Jun 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's better anyway since the tests pass now. I'll send a PR when its ready. Thanks for being on top of it!

Please sign in to comment.