Skip to content

Commit

Permalink
Add Soss example to Quickstart (#26)
Browse files Browse the repository at this point in the history
* Explicitly import MCMCChains and don't override Base.size

* Use unicode characters and clean up examples

* Add Soss example to quickstart

* Fix formatting issue

* Make julia 1.3 preferred and don't allow failures (#27)

* Explicitly import MCMCChains and don't override Base.size

* Use unicode characters and clean up examples

* Add Soss example to quickstart

* Fix formatting issue

* Use parameters for Soss when possible

* Increment version number
  • Loading branch information
sethaxen authored Nov 28, 2019
1 parent 5a8e5a3 commit 8b02cef
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 67 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ArviZ"
uuid = "131c737c-5715-5e2e-ad31-c244f01c1dc7"
authors = ["Seth Axen <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Expand Down
Loading

2 comments on commit 8b02cef

@sethaxen
Copy link
Member 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/5961

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.3 -m "<description of version>" 8b02cef3fc0714cad2155745c1d7fc50f161248d
git push origin v0.2.3

Please sign in to comment.