-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2922264
commit a95b8bd
Showing
4 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 0.1.4 | ||
Date: 2024-09-21 02:20:31 UTC | ||
SHA: 7ac75af986b82b17e4403a0727895e5d45e1852f | ||
Version: 0.1.5 | ||
Date: 2024-10-31 14:57:21 UTC | ||
SHA: 29222641f45845efa37085c34f29cbb932558aec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
- Fixed to only depend on `rxode2` instead of `rxode2parse` | ||
# babelmixr2 0.1.5 | ||
|
||
* Fix bug where `PopED` could error with certain `dvid` values | ||
|
||
* Fix bug where if/else clauses in the model could cause the model to | ||
not predict the values correctly. | ||
|
||
* Fix bug so that `shrinkage()` calculation works | ||
|
||
* Fix bug so that you can mix 2 different `PopED` data bases in an | ||
analysis without crashing R. While this didn't occur with every | ||
database clash, it more frequently occurred when you interleaved | ||
`PopED` code between two different `PopED` databases, like in issue | ||
#131. | ||
|
||
* Added a new function `babelBpopIdx(poped.db, "par")` which will get | ||
the poped index for a model generated from `babelmixr2`, which is | ||
useful when calculating the power (as in example 11). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters