Skip to content

Commit

Permalink
submit version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boennecd committed Mar 2, 2022
1 parent 2330462 commit d20cfec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes in version 0.3.1
* the BFGS implementation supports an aboslute convergence treshold.
* the user can provide pre-allocated memory to the C++ API for the BFGS
implementation.

Changes in version 0.3.0
* it is possible to mask (fix) some of the parameters. Non-linear equality
constraints are also supported with an augmented Lagrangian method.
Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* Ubuntu 18.04 LTS with gcc 10.1.0
R version 4.1.2
* Ubuntu 18.04 LTS with gcc 10.1.0
R devel 2021-10-24 r81096 with LTO checks
R devel 2022-03-01 r81837 with LTO checks
* Ubuntu 18.04 LTS with gcc 10.1.0
R version 4.1.2 with valgrind
* Ubuntu 18.04 LTS with gcc 10.1.0
R devel 2021-12-11 r81350 with ASAN and UBSAN
R devel 2022-03-01 r81837 with ASAN and UBSAN
* Github actions on windows-latest (release), macOS-latest (release),
ubuntu-20.04 (release), ubuntu-20.04 (devel), ubuntu-20.04 (oldrelease)
* win-builder (devel, oldrelease, and release)
Expand All @@ -17,5 +17,3 @@
There were no WARNINGs or ERRORs.

There is a NOTE about the package size in some cases.

The license has been changed to Apache.

0 comments on commit d20cfec

Please sign in to comment.