diff --git a/Project.toml b/Project.toml index c09b37d..2c24181 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DiagonalArrays" uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" -version = "0.3.40" +version = "0.3.41" authors = ["ITensor developers and contributors"] [workspace] diff --git a/README.md b/README.md index 58bce58..919aa35 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://itensor.github.io/DiagonalArrays.jl/dev/) [![Build Status](https://github.com/ITensor/DiagonalArrays.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/DiagonalArrays.jl/actions/workflows/Tests.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/ITensor/DiagonalArrays.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ITensor/DiagonalArrays.jl) -[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) +[![Code Style](https://img.shields.io/badge/code_style-ITensor-purple)](https://github.com/ITensor/ITensorFormatter.jl) [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) A n-dimensional diagonal array type in Julia. diff --git a/examples/README.jl b/examples/README.jl index f6481bb..0481250 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -4,7 +4,7 @@ # [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://itensor.github.io/DiagonalArrays.jl/dev/) # [![Build Status](https://github.com/ITensor/DiagonalArrays.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/DiagonalArrays.jl/actions/workflows/Tests.yml?query=branch%3Amain) # [![Coverage](https://codecov.io/gh/ITensor/DiagonalArrays.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ITensor/DiagonalArrays.jl) -# [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) +# [![Code Style](https://img.shields.io/badge/code_style-ITensor-purple)](https://github.com/ITensor/ITensorFormatter.jl) # [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) # A n-dimensional diagonal array type in Julia.