-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove `BangBang.possible` * version bumps * remove dep `MLUtils` * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * finish sentence * Update docs/src/tutorials/prob-interface.md Co-authored-by: David Widmann <[email protected]> * Update docs/src/tutorials/prob-interface.md Co-authored-by: David Widmann <[email protected]> * make `kfolds` a function * Update docs/src/tutorials/prob-interface.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]> Co-authored-by: Hong Ge <[email protected]>
- Loading branch information
1 parent
00604db
commit 0c40cbd
Showing
3 changed files
with
1 addition
and
153 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
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
0c40cbd
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
Release notes:
This release makes a minor version bump.
Since version 0.25,
DynamicPPL
no longer depends onSetfield
followingBangBang.jl
's recent 0.4release, as we also moved from
Setfield.jl
toAccessors.jl
. For users only uses@varname
tointeractive with models and mcmcchains, it shouldn't be too much of a change.
For people are doing or want to do advanced things with
VarName
, the major differences are:getlens
is renamed togetoptic
; the field name ofVarName
is also renamed tooptic
Accessors
'compose
(∘) is reversed fromSetfield
'sAccessors
doesn't haveIdentityLens
anymore, instead justBase.identity
function0c40cbd
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/105254
Tagging
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: