Add JAX, autograd, and PyTorch autodiff implementations#1
Merged
alexdummer merged 9 commits intoApr 1, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/02d6ddad-ac13-4eae-a17a-e38e867017c0 Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
alexdummer
April 1, 2026 17:59
View session
Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/f8b7ea85-4d3e-4a22-a684-3b498c5a3ff2 Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/0effe528-ebea-4038-bce7-a277c24e6058 Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/6e482613-de65-41a6-bd00-212930bb6114 Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/f8127c94-791c-4855-91f7-bcb87d37dacd Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/63c288c0-0647-4c9f-830b-28500457f991 Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/fad3b86c-ecdb-422f-b875-dd5403b6394f Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/11dae584-6014-4663-9aa2-e161f829a307 Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
…ckage name conflicts Agent-Logs-Url: https://github.com/alexdummer/autodiff-tools/sessions/d45fbd69-8fac-4c68-ae61-82f23ed58a6b Co-authored-by: alexdummer <62308023+alexdummer@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
autograd.interfaceandjax.interfacenot foundpython/autograd/andpython/jax/dirs (no__init__.py) are shadowed by installedautograd/jaxpackages when usingimportlib.import_moduleneo-hooke-example.pyto load interface files by path usingimportlib.util.spec_from_file_location— bypasses name conflicts with installed packagessys.path.append("utils")to use an absolute path for robustness