diff --git a/.github/workflows/upstream-nightly.yml b/.github/workflows/upstream-nightly.yml index 04df278019a5..e0dc14468871 100644 --- a/.github/workflows/upstream-nightly.yml +++ b/.github/workflows/upstream-nightly.yml @@ -85,7 +85,7 @@ jobs: && steps.status.outcome == 'failure' && github.event_name == 'schedule' && github.repository == 'jax-ml/jax' - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: output-${{ matrix.python-version }}-log.jsonl path: output-${{ matrix.python-version }}-log.jsonl diff --git a/.github/workflows/wheel_win_x64.yml b/.github/workflows/wheel_win_x64.yml index 3904bf1b8f10..a9f498a816f4 100644 --- a/.github/workflows/wheel_win_x64.yml +++ b/.github/workflows/wheel_win_x64.yml @@ -45,7 +45,7 @@ jobs: --bazel_options=--config=win_clang ` --verbose - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: wheels-${{ matrix.os }}-${{ matrix.pyver }} path: ${{ github.workspace }}\dist\*.whl diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 4c404ef4cb75..e94282ee133d 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -54,7 +54,7 @@ jobs: --bazel_options=--config=win_clang ` --verbose - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: wheels path: ${{ github.workspace }}\jax\dist\*.whl diff --git a/CHANGELOG.md b/CHANGELOG.md index e86dece51013..bb9404268a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Best viewed [here](https://jax.readthedocs.io/en/latest/changelog.html). For the changes specific to the experimental Pallas APIs, see {ref}`pallas-changelog`. +JAX follows Effort-based versioning; for a discussion of this and JAX's API +compatibility policy, refer to {ref}`api-compatibility`. For the Python and +NumPy version support policy, refer to {ref}`version-support-policy`. +