-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BACKPORT: condVar + GLMM bootstrap lowerbound compat (#519)
* Remove DataFramesMeta from the docs (#515) * fix reflink * remove DataFramesMeta from the docs (cherry picked from commit 628cbf3) * CompatHelper: bump compat for "Distributions" to "0.25" (#516) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 16bb7fb) * Add sparseL extractor and use it in condVar (#492) * Add sparseL extractor and use it in condVar * Add and export condVarTables. Comment out failing tests. * update version bound for condVar * make cvtbl internal * remove some unused type restrictions * Remove guards on code for v1.7.0-DEV * Add tests of convVartable Co-authored-by: Phillip Alday <[email protected]> (cherry picked from commit cbcc1e1) * omit lowerbound on beta for GLMM bootstrap (#518) * news update (cherry picked from commit a3c33de) * NEWS links * minor version bump Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Douglas Bates <[email protected]>
- Loading branch information
1 parent
d5db680
commit 7272052
Showing
12 changed files
with
226 additions
and
39 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
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,7 +1,7 @@ | ||
name = "MixedModels" | ||
uuid = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316" | ||
author = ["Phillip Alday <[email protected]>", "Douglas Bates <[email protected]>", "Jose Bayoan Santiago Calderon <[email protected]>"] | ||
version = "3.6.0" | ||
version = "3.7.0" | ||
|
||
[deps] | ||
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45" | ||
|
@@ -28,7 +28,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | |
Arrow = "1" | ||
BlockArrays = "0.11, 0.12, 0.13" | ||
DataAPI = "1" | ||
Distributions = "0.21, 0.22, 0.23, 0.24" | ||
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" | ||
GLM = "1" | ||
LazyArtifacts = "1" | ||
NLopt = "0.5, 0.6" | ||
|
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
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
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
Oops, something went wrong.
7272052
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
7272052
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/36465
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: