Skip to content

Commit fbd4b74

Browse files
committed
Add version and deps badges
1 parent 1d6e9f4 commit fbd4b74

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Dealing with types in Julia
22

3-
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](./LICENSE.md) [![Build Status](https://github.com/emmt/TypeUtils.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/emmt/TypeUtils.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Build Status](https://ci.appveyor.com/api/projects/status/github/emmt/TypeUtils.jl?svg=true)](https://ci.appveyor.com/project/emmt/TypeUtils-jl) [![Coverage](https://codecov.io/gh/emmt/TypeUtils.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/emmt/TypeUtils.jl)
3+
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](./LICENSE.md)
4+
[![Build Status](https://github.com/emmt/TypeUtils.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/emmt/TypeUtils.jl/actions/workflows/CI.yml?query=branch%3Amain)
5+
[![Build Status](https://ci.appveyor.com/api/projects/status/github/emmt/TypeUtils.jl?svg=true)](https://ci.appveyor.com/project/emmt/TypeUtils-jl)
6+
[![version](https://juliahub.com/docs/General/TypeUtils/stable/version.svg)](https://juliahub.com/ui/Packages/General/TypeUtils)
7+
[![Coverage](https://codecov.io/gh/emmt/TypeUtils.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/emmt/TypeUtils.jl)
8+
[![deps](https://juliahub.com/docs/General/TypeUtils/stable/deps.svg)](https://juliahub.com/ui/Packages/General/TypeUtils?t=2)
49
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
510

6-
711
Package `TypeUtils` provides useful methods to deal with types in
812
[Julia](https://www.julialang.org) and facilitate coding with numbers whether they have
913
units or not. The package provides methods to strip units from numbers or numeric types,
1014
convert the numeric type of quantities (preserving their units if any), determine
1115
appropriate numeric type to carry computations mixing numbers with different types and/or
12-
units. These methods make it easy to write code that works consistently for numbers with
13-
any units (including none). The intention is that the `TypeUtils` package automatically
14-
extends its exported methods when packages such as
16+
units. These methods make it easy to write code that works consistently for numbers with any
17+
units (including none). The intention is that the `TypeUtils` package automatically extends
18+
its exported methods when packages such as
1519
[`Unitful`](https://github.com/PainterQubits/Unitful.jl) are loaded.
1620

1721

0 commit comments

Comments
 (0)