Skip to content

Commit

Permalink
Merge branch 'master' into fix/numpy2
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 29, 2024
2 parents 8aada73 + ef4a216 commit 8814614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,12 @@ jobs:
- macos-latest
- windows-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- pypy-3.7
- pypy-3.8
- '3.12'
- pypy-3.9
- pypy-3.10
exclude:
- { platform: windows-latest, python-version: pypy-3.7 }
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__Note: Autograd is still being maintained but is no longer actively developed.
The main developers (Dougal Maclaurin, David Duvenaud, Matt Johnson, and Jamie
Townsend) are now working on [JAX](https://github.com/google/jax), with Dougal and Matt
working on it full-time. JAX combines a new version of Autograd with extra
features such as jit compilation.__
__Note (updated May 2024): Autograd is not currently maintained, and the
authors do not plan to respond to future issues or pull requests. Those looking
for a similar user experience (with powerful additional features) can consider
using [JAX](https://github.com/google/jax), a successor to Autograd designed by
the same authors.__

# Autograd [![Checks status][checks-badge]][checks-url] [![Tests status][tests-badge]][tests-url] [![Publish status][publish-badge]][publish-url] [![asv][asv-badge]](#)

Expand Down

0 comments on commit 8814614

Please sign in to comment.