Skip to content

Commit 62876d7

Browse files
authored
Merge pull request #12 from gdalle/dev-giom
Compatibility with higher-dim arrays & better examples
2 parents 19f68d9 + 0de54b2 commit 62876d7

17 files changed

+510
-749
lines changed

.JuliaFormatter.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
style = "blue"

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name = "ImplicitDifferentiation"
22
uuid = "57b37032-215b-411a-8a7c-41a003a55207"
33
authors = ["Guillaume Dalle", "Mohamed Tarek and contributors"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
88
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
99
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
10-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1110

1211
[compat]
1312
ChainRulesCore = "1.14"

0 commit comments

Comments
 (0)