Skip to content

Commit

Permalink
Bumped version number in CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfeifer committed Dec 19, 2024
1 parent f10f5d9 commit 4ef585a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next
# v0.5.0 - 2024/12/19 - Adding direct access to PJRT buffers for CPU.

* Added `install_linux_amd64_amazonlinux.sh` and pre-built libraries for amazonlinux (built using old glibc support).
* Fixed installation scripts: s/sudo/$_SUDO. Also made them more verbose.
Expand All @@ -25,6 +25,7 @@
memory with the host, for faster input.
* Added `AlignedAlloc` and `AlignedFree` required by `client.CreateViewOfDeviceBuffer`.
* Added `Buffer.Data` for direct access to a buffer's data. Undocumented in PJRT, and likely only works on CPU.
* Fixed coverage script.

# v0.4.9 - 2024-11-25

Expand Down

0 comments on commit 4ef585a

Please sign in to comment.