New
v0.8.0 - 2025-11-14
What's Changed
- Fix: call apply/3 as intended by @preciz in https://github.com/elixir-nx/axon/pull/598
- Raise on ambiguous inputs by @seanmor5 in https://github.com/elixir-nx/axon/pull/599
- Doc fix for
rewrite_nodesby @markevans in https://github.com/elixir-nx/axon/pull/601 - Remove dead code related to namespaces by @ahamez in https://github.com/elixir-nx/axon/pull/602
- docs: correct doc example (struct is called Node, not Nodes) by @benswift in https://github.com/elixir-nx/axon/pull/603
- Update table_rex by @chaychoong in https://github.com/elixir-nx/axon/pull/607
- Handle Model Display Correctly by @heywhy in https://github.com/elixir-nx/axon/pull/605
- fix(Issue 611): Adds
Axon.Loop.checkpoint:patienceoption for checkpointing by @alvises in https://github.com/elixir-nx/axon/pull/610 - Update params initialization in Axon model guide by @Chapaman in https://github.com/elixir-nx/axon/pull/615
- chore: update nx by @polvalente in https://github.com/elixir-nx/axon/pull/618
- docs: add pytorch cheatsheet by @polvalente in https://github.com/elixir-nx/axon/pull/608
- Add metric learning for image similarity search livebook by @mcargian in https://github.com/elixir-nx/axon/pull/613
- chore: bump to 0.8 by @polvalente in https://github.com/elixir-nx/axon/pull/619
New Contributors
- @markevans made their first contribution in https://github.com/elixir-nx/axon/pull/601
- @ahamez made their first contribution in https://github.com/elixir-nx/axon/pull/602
- @benswift made their first contribution in https://github.com/elixir-nx/axon/pull/603
- @chaychoong made their first contribution in https://github.com/elixir-nx/axon/pull/607
- @heywhy made their first contribution in https://github.com/elixir-nx/axon/pull/605
- @alvises made their first contribution in https://github.com/elixir-nx/axon/pull/610
- @Chapaman made their first contribution in https://github.com/elixir-nx/axon/pull/615
- @mcargian made their first contribution in https://github.com/elixir-nx/axon/pull/613
Full Changelog: https://github.com/elixir-nx/axon/compare/v0.7.0...v0.8.0