File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.8.0 (2025-11-14)
4+
5+ ### Bug Fixes
6+
7+ * Axon.Initializers apply/3 invokation
8+ * Removed dead code
9+ * Axon.Display.as_table with multi-input models
10+
11+ ### Enhancements
12+
13+ * Updated Nx, EXLA and Torchx
14+ * Improved documentation
15+
316## v0.7.0 (2024-10-08)
417
518### Bug Fixes
Original file line number Diff line number Diff 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.7 .0"
5+ @ version "0.8 .0"
66
77 def project do
88 [
@@ -113,6 +113,7 @@ defmodule Axon.MixProject do
113113 "notebooks/basics/xor.livemd" ,
114114 "notebooks/vision/mnist.livemd" ,
115115 "notebooks/vision/horses_or_humans.livemd" ,
116+ "notebooks/vision/metric-learning.livemd" ,
116117 "notebooks/text/lstm_generation.livemd" ,
117118 "notebooks/structured/credit_card_fraud.livemd" ,
118119 "notebooks/generative/mnist_autoencoder_using_kino.livemd" ,
You can’t perform that action at this time.
0 commit comments