Skip to content

Commit

Permalink
Update URL to docs and remove badges from docs (#43)
Browse files Browse the repository at this point in the history
* Update docs URL

* Remove badges from ReadMe

* Increment patch number
  • Loading branch information
sethaxen authored Feb 23, 2023
1 parent 5d93b26 commit 331f038
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PSIS"
uuid = "ce719bf2-d5d0-4fb9-925d-10a81b42ad04"
authors = ["Seth Axen <[email protected]> and contributors"]
version = "0.7.0"
version = "0.7.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# PSIS

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://psis.julia.arviz.org/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://psis.julia.arviz.org/dev)
[![Docs](https://img.shields.io/badge/docs-ArviZ-blue.svg)](https://julia.arviz.org/PSIS)
[![Build Status](https://github.com/arviz-devs/PSIS.jl/workflows/CI/badge.svg)](https://github.com/arviz-devs/PSIS.jl/actions)
[![Coverage](https://codecov.io/gh/arviz-devs/PSIS.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/arviz-devs/PSIS.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
Expand Down
5 changes: 0 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ CurrentModule = PSIS

# PSIS

[![Build Status](https://github.com/arviz-devs/PSIS.jl/workflows/CI/badge.svg)](https://github.com/arviz-devs/PSIS.jl/actions)
[![Coverage](https://codecov.io/gh/arviz-devs/PSIS.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/arviz-devs/PSIS.jl)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)

PSIS.jl implements the Pareto smoothed importance sampling (PSIS) algorithm from [^VehtariSimpson2021].

Given a set of importance weights used in some estimator, PSIS both improves the reliability of the estimates by smoothing the importance weights and acts as a diagnostic of the reliability of the estimates.
Expand Down

2 comments on commit 331f038

@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/78318

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.7.1 -m "<description of version>" 331f0389051348682f8ae10b19fc29245d151483
git push origin v0.7.1

Please sign in to comment.