Skip to content

Commit

Permalink
Solve documentation problem with empty list item, bump patch version …
Browse files Browse the repository at this point in the history
…to 0.1.2 and update NEWS.
  • Loading branch information
moralapablo committed Oct 22, 2024
1 parent 1ab5dd3 commit 12aac07
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nn2poly
Title: Neural Network Weights Transformation into Polynomial Coefficients
Version: 0.1.1
Version: 0.1.2
Authors@R: c(
person(given = "Pablo", family = "Morala", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# nn2poly 0.1.2

- Solve documentation problem with empty list item (#70).

# nn2poly 0.1.1

- Solve test rounding precision problem due to new architechture of mac OS (#69).
Expand Down
2 changes: 1 addition & 1 deletion R/nn2poly.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ NULL
#' represents each time one of the original variables appears in that term.
#' As an example, vector c(1,1,2) represents the term \eqn{x_1^2x_2}. Note that
#' the variables are numbered from 1 to p, with the intercept is represented by
#' 0.
#' zero.
#' - An item named `values` which contains a matrix in which each column contains
#' the coefficients of the polynomial associated with an output neuron. That is,
#' if the neural network has a single output unit, the matrix `values` will have
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Patch release

- Solve test rounding precision problem due to new architechture of mac OS.
- Solve documentation problem with empty list item.

## Test environments

Expand Down
6 changes: 1 addition & 5 deletions man/nn2poly.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12aac07

Please sign in to comment.