Skip to content

Commit 496fd2e

Browse files
authored
chore: bump to 0.8 (#619)
1 parent fb67d40 commit 496fd2e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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.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

mix.exs

Lines changed: 2 additions & 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.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",

0 commit comments

Comments
 (0)