Skip to content

Commit

Permalink
chore: bump to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Sep 26, 2024
1 parent 633db2f commit 53df5e0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions nx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v0.9.0 (2024-09-26)

### Enhancements

* [Nx] Added 8-bit Floating Point numerical type
* [Nx] New interface for `Nx.to_pointer` and `Nx.from_pointer`

### Bug fixes

* [Nx] Minor range slicing fixes on QR decomposition
* [Nx] Nx.Defn.Grad now supports more vectorization cases

### Deprecations and incompatibilities

* [Nx] Default integer type is now `s32`
* [Nx] Interface breaking changes for `Nx.to_pointer` and `Nx.from_pointer`



## v0.8.0 (2024-08-19)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion nx/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Nx.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-nx/nx"
@version "0.8.0"
@version "0.9.0"

def project do
[
Expand Down

0 comments on commit 53df5e0

Please sign in to comment.