-
Notifications
You must be signed in to change notification settings - Fork 17
Remove Deprecations. Replace tangent_transforms functionality #180
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
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ddecd4e
test for thunks
6a1d704
remove deprecations
113455f
remove using nothing to mean nondifferentiable
3dede2a
remove the deprecate.jl files
2df22ea
update global configuration, removing enable_tangent_transform
oxinabox e3bb529
add missing unthunks to tests
oxinabox e0d3cbe
revert changes to frules
oxinabox 5cb9d1c
Change to just testing output tangent thunks in the test_rrule only
oxinabox 3ff0335
remote last unthunk from frule
oxinabox 9918793
fix docs
oxinabox abc55f1
confirm that check_thunked_output_tangent catches problems
oxinabox 83c01ee
fix doctests
oxinabox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -72,7 +72,7 @@ The call will test the `rrule` for function `f` at the point `x`, and similarly | |||||||
| ```jldoctest ex | ||||||||
| julia> test_rrule(two2three, 3.33, -7.77); | ||||||||
| Test Summary: | Pass Total | ||||||||
| test_rrule: two2three on Float64,Float64 | 8 8 | ||||||||
| test_rrule: two2three on Float64,Float64 | 9 9 | ||||||||
|
|
||||||||
| ``` | ||||||||
|
|
||||||||
|
|
@@ -100,12 +100,12 @@ call. | |||||||
| ```jldoctest ex | ||||||||
| julia> test_scalar(relu, 0.5); | ||||||||
| Test Summary: | Pass Total | ||||||||
| test_scalar: relu at 0.5 | 10 10 | ||||||||
| test_scalar: relu at 0.5 | 11 11 | ||||||||
|
Comment on lines
102
to
+103
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Documenter (fix doctests)] reported by reviewdog 🐶
Suggested change
|
||||||||
|
|
||||||||
|
|
||||||||
| julia> test_scalar(relu, -0.5); | ||||||||
| Test Summary: | Pass Total | ||||||||
| test_scalar: relu at -0.5 | 10 10 | ||||||||
| test_scalar: relu at -0.5 | 11 11 | ||||||||
oxinabox marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||
|
|
||||||||
| ``` | ||||||||
|
|
||||||||
|
|
||||||||
This file contains hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.