-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2b2494
commit a3170d6
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +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) | ||
[![codecov](https://codecov.io/gh/JuliaNonconvex/DifferentiableFlatten.jl/branch/main/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). |