Skip to content

Release 1.3 0#169

Merged
jchiquet merged 4 commits into
masterfrom
release-1.3-0
Jun 19, 2026
Merged

Release 1.3 0#169
jchiquet merged 4 commits into
masterfrom
release-1.3-0

Conversation

@jchiquet

Copy link
Copy Markdown
Member

No description provided.

jchiquet and others added 4 commits June 19, 2026 09:30
The "Run codecov/codecov-action" step failed with "gpg: no valid
OpenPGP data found" / "Can't check signature: No public key" -- the
keyserver used to verify the codecov CLI binary's signature is
unreliable in CI, unrelated to our config or the CODECOV_TOKEN secret
(which was correctly picked up: "Token set from input"). skip_validation
is Codecov's documented workaround for this.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PLNnetwork, PLNmixture and PLNPCA vignettes still told users to set up
a future::plan(multisession) for parallel computing. The package
dropped future/future.apply for parallel::mclapply a while ago; the
correct way to control parallelism is now options(mc.cores = N). Also
note the Windows limitation (mclapply forks, so it's a no-op there),
which the old future-based text didn't need to mention.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The vignette claimed the default covariance model was "spherical",
contradicting both the code (PLN_param()'s covariance default is
"full") and the very next sentence, which uses the no-argument call
as the "full" example.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jchiquet jchiquet merged commit 19b7c39 into master Jun 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant