Skip to content

Commit

Permalink
Add badges for Huginn
Browse files Browse the repository at this point in the history
  • Loading branch information
facusapienza21 committed Aug 31, 2023
1 parent ef581a3 commit 7c62ee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Build Status](https://github.com/ODINN-SciML/Huginn.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ODINN-SciML/Huginn.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/ODINN-SciML/Huginn.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ODINN-SciML/Huginn.jl)
[![CompatHelper](https://github.com/ODINN-SciML/Huginn.jl/actions/workflows/CompatHelper.yml/badge.svg)](https://github.com/ODINN-SciML/Huginn.jl/actions/workflows/CompatHelper.yml)

<img src="https://github.com/JordiBolibar/Huginn.jl/blob/main/data/Huginn_logo-20.png" width="250">

Huginn.jl is a package containing all the glacier ice flow models and solvers for [ODINN.jl](https://github.com/ODINN-SciML/ODINN.jl). It also provides an accessible API to be easily used by other glacier models, such as the Open Global Glacier Model ([OGGM](https://github.com/OGGM/oggm)). This enables OGGM to access the high-performance glacier ice flow solvers in Julia in a seamless manner, via JuliaCall and PyCall.jl.

2 comments on commit 7c62ee9

@facusapienza21
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/90604

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 v0.1.0 -m "<description of version>" 7c62ee920b048af481b81175f4daa867a3c8d23f
git push origin v0.1.0

Please sign in to comment.