Skip to content

Commit

Permalink
Update README.md (#139)
Browse files Browse the repository at this point in the history
Add PkgEval badge and update examples to import `FillArrays`
  • Loading branch information
jishnub authored Aug 25, 2023
1 parent 8fe1160 commit becf527
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# InfiniteArrays.jl


[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/I/InfiniteArrays.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html

[![Build Status](https://github.com/JuliaArrays/InfiniteArrays.jl/workflows/CI/badge.svg)](https://github.com/JuliaArrays/InfiniteArrays.jl/actions)
[![codecov](https://codecov.io/gh/JuliaArrays/InfiniteArrays.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/InfiniteArrays.jl)
[![PkgEval][pkgeval-img]][pkgeval-url]


A Julia package for representing arrays with infinite dimension sizes, designed to work
Expand All @@ -17,7 +21,7 @@ and QR decompositions.
Here are some examples of current functionality:

```julia
julia> using InfiniteArrays, LinearAlgebra
julia> using InfiniteArrays, LinearAlgebra, FillArrays

julia> x = Ones(∞) # infinite vector of all ones
Ones{Float64,1,Tuple{InfiniteArrays.OneToInf{Int64}}} with indices OneToInf():
Expand Down

0 comments on commit becf527

Please sign in to comment.