From 4c6cd70a9b100ba9ea0791d09dbfa4644832563e Mon Sep 17 00:00:00 2001 From: Tianyi Pu <44583944+putianyi889@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:58:14 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.