Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.8.0 (2025-11-14)

### Bug Fixes

* Axon.Initializers apply/3 invokation
* Removed dead code
* Axon.Display.as_table with multi-input models

### Enhancements

* Updated Nx, EXLA and Torchx
* Improved documentation

## v0.7.0 (2024-10-08)

### Bug Fixes
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Axon.MixProject do
use Mix.Project

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

def project do
[
Expand Down Expand Up @@ -113,6 +113,7 @@ defmodule Axon.MixProject do
"notebooks/basics/xor.livemd",
"notebooks/vision/mnist.livemd",
"notebooks/vision/horses_or_humans.livemd",
"notebooks/vision/metric-learning.livemd",
"notebooks/text/lstm_generation.livemd",
"notebooks/structured/credit_card_fraud.livemd",
"notebooks/generative/mnist_autoencoder_using_kino.livemd",
Expand Down
Loading