Skip to content

Commit 3cfeaff

Browse files
authored
bump to 0.9 (#631)
1 parent 6f80783 commit 3cfeaff

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.9.0 (2026-03-11)
4+
5+
### Bug Fixes
6+
7+
* Axon.Shared.normalize logic error when calculating the scale
8+
* Orthogonal initializer now handles wide shapes
9+
10+
### Enhancements
11+
12+
* `rms_norm` layer
13+
* Parameter shape and name conveniences
14+
* Documentation improvements
15+
316
## v0.8.0 (2025-11-14)
417

518
### Bug Fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Axon.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-nx/axon"
5-
@version "0.8.0"
5+
@version "0.9.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)