Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: A General Recipe for Generic Rules and Natural Tangents (hopefully...) #449

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
2d70966
Upgrade FiniteDifferences
willtebbutt Aug 22, 2021
f530868
Initial implementation
willtebbutt Aug 22, 2021
31f67d3
Some more work
willtebbutt Aug 22, 2021
4b554c5
Add testset comment
willtebbutt Aug 28, 2021
a51abe9
Examples and notes
willtebbutt Aug 28, 2021
8205ce6
Some work
willtebbutt Aug 28, 2021
bccece2
Tidy up examples
willtebbutt Aug 28, 2021
569f064
Tidy up PR notes
willtebbutt Aug 28, 2021
f321a97
Provide optimised pullback implementations
willtebbutt Aug 28, 2021
8a06561
Change pullback implementation specifications
willtebbutt Aug 28, 2021
72fc725
Add extra methods to avoid config
willtebbutt Aug 28, 2021
fbaaf86
Fix typo
willtebbutt Aug 28, 2021
313590d
Tweak comment in examples
willtebbutt Aug 28, 2021
321fceb
Update notes
willtebbutt Aug 28, 2021
a15f469
Tweak notes
willtebbutt Aug 28, 2021
22efec3
Fix typo:
willtebbutt Aug 28, 2021
2b0853e
Tweak notes
willtebbutt Aug 28, 2021
73a5fb7
Tweak notes
willtebbutt Aug 28, 2021
ddb3237
Tweak notes
willtebbutt Aug 28, 2021
34e43d6
Clarify notes
willtebbutt Aug 28, 2021
c773045
Clarify notes
willtebbutt Aug 28, 2021
eaaeba7
Clarify notes
willtebbutt Aug 28, 2021
d94514d
Tweak notes
willtebbutt Aug 28, 2021
d571ad1
Tweak notes
willtebbutt Aug 28, 2021
d87d5c4
Tweak examples comments
willtebbutt Aug 28, 2021
a7eb01c
Tidy up + add Fill example
willtebbutt Aug 29, 2021
e691b6a
Add SArray example
willtebbutt Aug 29, 2021
d0b0eb0
Add note on Symmetric restructure
willtebbutt Aug 29, 2021
d6eef62
Add UpperTriangular example with my_mul
willtebbutt Aug 29, 2021
a4ce7d2
Add WoodburyPDMat example
willtebbutt Aug 31, 2021
a880752
Note that natural tangent addition is fine
willtebbutt Sep 1, 2021
6cada13
Add another examples comment
willtebbutt Sep 1, 2021
8f06364
Add Kronecker example and fix WoodburPDMat example
willtebbutt Sep 5, 2021
5647388
Add note on side-effects
willtebbutt Sep 5, 2021
6d9d01f
Update notes.md
willtebbutt Sep 14, 2021
20f7727
Update notes.md
willtebbutt Sep 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
BenchmarkTools = "0.5"
Compat = "2, 3"
FiniteDifferences = "0.10"
FiniteDifferences = "0.12"
OffsetArrays = "1"
StaticArrays = "0.11, 0.12, 1"
julia = "1"
Expand Down
Loading