Skip to content

Commit

Permalink
Updated CHANGELOG. Updated Github workflow to use Ubuntu 24.04 for GL…
Browse files Browse the repository at this point in the history
…IBC-2.38.
  • Loading branch information
janpfeifer committed Sep 23, 2024
1 parent ba5befa commit a1f5a61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04 # Rename to ubuntu-latest once the latest include GLIBC-2.38.

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# v0.4.0 - 2024-09-23

* Binary distributed compiled in Ubuntu 24.04, updated dependencies on the C library -- pls report if you see any issues.
* Added Erf operator.
* Binary distributed compiled in Ubuntu 24.04 (glibc 2.38), updated dependencies on the C library. This may cause issues in older distributions.
* Added Erf operation.
* Added dtypes.MapOfNames that includes its aliases.
* Updated binary PJRT CPU plugin build, 50% faster in some cases (!)

# v0.3.2

Expand Down

0 comments on commit a1f5a61

Please sign in to comment.