From afbc4c6033d934a646b0285c1d0c97ae8c318d14 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Mon, 17 Oct 2022 20:47:35 +1100 Subject: [PATCH] README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c32939d..b419f23 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ # DifferentiableFlatten + +[![Actions Status](https://github.com/JuliaNonconvex/DifferentiableFlatten.jl/workflows/CI/badge.svg)](https://github.com/JuliaNonconvex/DifferentiableFlatten.jl/actions) +[![codecov](https://codecov.io/gh/JuliaNonconvex/DifferentiableFlatten.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaNonconvex/DifferentiableFlatten.jl) + +This package includes an implementation of a `flatten` function which flattens all data structures to vectors and returns an unflattenning function to back to the original data structure. This was originally part of [NonconvexCore.jl](https://github.com/JuliaNonconvex/NonconvexCore.jl).