diff --git a/README.md b/README.md index 0363d0b..74a22dc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # EltypeExtensions +[![version](https://juliahub.com/docs/General/EltypeExtensions/stable/version.svg)](https://juliahub.com/ui/Packages/General/EltypeExtensions) [![Build Status](https://github.com/putianyi889/EltypeExtensions.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/putianyi889/EltypeExtensions.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://putianyi889.github.io/EltypeExtensions.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://putianyi889.github.io/EltypeExtensions.jl/dev) [![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) [![codecov](https://codecov.io/gh/putianyi889/EltypeExtensions.jl/branch/master/graph/badge.svg?label=codecov)](https://codecov.io/gh/putianyi889/EltypeExtensions.jl) +[![deps](https://juliahub.com/docs/General/EltypeExtensions/stable/deps.svg)](https://juliahub.com/ui/Packages/General/EltypeExtensions?t=2) +[![pkgeval](https://juliahub.com/docs/General/EltypeExtensions/stable/pkgeval.svg)](https://juliahub.com/ui/Packages/General/EltypeExtensions) EltypeExtensions.jl is a mini toolbox for eltype-related conversions. The motivation of this package comes from manipulating (nested) arrays with different eltypes. However if you have any reasonable idea that works on other instances, feel free to write an issue/pull request.