Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed May 2, 2020
1 parent 77caa87 commit 495dc21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Xsum: Exactly rounded floating-point sums in Julia
[![Travis Status](https://travis-ci.org/stevengj/Xsum.jl.svg)](https://travis-ci.org/stevengj/Xsum.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/3gxr4kf0a6uwly1y?svg=true)](https://ci.appveyor.com/project/StevenGJohnson/xsum-jl)

[![Travis Status](https://travis-ci.org/JuliaMath/Xsum.jl.svg)](https://travis-ci.org/JuliaMath/Xsum.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/vvfieo2qyrstarct?svg=true)](https://ci.appveyor.com/project/StevenGJohnson/xsum-jl-e58u4)

The Xsum package is a Julia wrapper around Radford Neal's [xsum package](https://gitlab.com/radfordneal/xsum)
for exactly rounded double-precision floating-point summation. The [xsum algorithm](https://arxiv.org/abs/1505.05571) takes `n` double precision (`Float64` or smaller) floating-point values as input and computes the "exactly rounded sum" — equivalent to summing the values in *infinite* precision and rounding the result to the nearest `Float64` value.
Expand Down

4 comments on commit 495dc21

@stevengj
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.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@stevengj
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/14092

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 v1.0.0 -m "<description of version>" 495dc214cb69df508009fdd2edee8f307156e73f
git push origin v1.0.0

Please sign in to comment.