We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f80783 commit 3cfeaffCopy full SHA for 3cfeaff
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## v0.8.0 (2025-11-14)
17
18
### Bug Fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule Axon.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-nx/axon"
- @version "0.8.0"
+ @version "0.9.0"
def project do
[
0 commit comments