Skip to content

Commit

Permalink
Update changelog with changes between v0.5.1..v0.6.0 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz authored Sep 5, 2024
1 parent 57ed0c2 commit 5246eaa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Changelog

## v0.6.0 (2023-08-17)

### Breaking

* Shape is now passed as an option in `Axon.input/2`.

### Deprecations

* Deprecated `Axon.Optimizers` module. Use `Polaris.Optimizers` instead.
* Deprecated `Axon.Schedules` module. Use `Polaris.Schedules` instead.
* Deprecated `Axon.Updates` module. Use `Polaris.Updates` instead.

### Enhancements

* Add `Axon.mask/2` function.
* Add `Axon.blur_pool/1` function.
* Add `Axon.MixedPrecision.cast/3` function.
* Add `Axon.Losses.huber/2` function.
* Add label smoothing functionality with `Axon.Losses.label_smoothing/1` and `Axon.Losses.apply_label_smoothing/2`.

## v0.5.1 (2023-02-17)

Expand Down

0 comments on commit 5246eaa

Please sign in to comment.