Skip to content

Commit

Permalink
Kwargs (#9)
Browse files Browse the repository at this point in the history
* whitespace

* comments

* refactoring into DynamicHMCConfig

* docstring

* formatting

* update export

* bugfix

* docstring

* Update version (breaking changes)

* DynamicHMCConfig <: ChainConfig{DynamicHMCChain}

* update SampleChains dependency

* drawsamples! => sample!

* NoProgressReport

* initialize! => newchain

* Update src/SampleChainsDynamicHMC.jl

Co-authored-by: Seth Axen <[email protected]>

* Update src/SampleChainsDynamicHMC.jl

Co-authored-by: Seth Axen <[email protected]>

* Update src/SampleChainsDynamicHMC.jl

Co-authored-by: Seth Axen <[email protected]>

* Update src/SampleChainsDynamicHMC.jl

Co-authored-by: Seth Axen <[email protected]>

* Update src/SampleChainsDynamicHMC.jl

Co-authored-by: Seth Axen <[email protected]>

* Update src/SampleChainsDynamicHMC.jl

Co-authored-by: Seth Axen <[email protected]>

* Update src/SampleChainsDynamicHMC.jl

Co-authored-by: Seth Axen <[email protected]>

* end docstring

* correct commented out code

* update TransformVariables version

* lowercasify dynamichmc

* formatting

* @reexport using DynamicHMC

* update docstring

* update notebook

Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
cscherrer and sethaxen authored Jul 11, 2021
1 parent a07ed55 commit 0a5c0cc
Showing 0 changed files with 0 additions and 0 deletions.

2 comments on commit 0a5c0cc

@cscherrer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/40704

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:

git tag -a v0.3.0 -m "<description of version>" 0a5c0cccf395594603e62a9a0b851d79adca842c
git push origin v0.3.0

Please sign in to comment.