Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 20, 2024
1 parent 790a149 commit d559ff3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rxode2
Version: 3.0.0
Version: 3.0.1
Title: Facilities for Simulating from ODE-Based Models
Authors@R: c(
person("Matthew L.","Fidler", role = c("aut", "cre"), email = "matthew.fidler@gmail.com", comment=c(ORCID="0000-0001-8538-6691")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# rxode2 3.0.1

- explicitly initialize the order vector to stop valgrind warning (requested from CRAN)

# rxode2 3.0.0

## Breaking Changes
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- This works with the new dparser, PreciseSums and lotri to reduce abi linkages
- This rxode2 combines the rxode2parse rxode2random and rxode2et (as
requested by CRAN)
- explicitly initialized C integer vector `ordS` in rxode2 code to
avoid valgrind warning (as requested by CRAN).
- all other warnings come from the `units` package

0 comments on commit d559ff3

Please sign in to comment.