Skip to content

Commit 5246eaa

Browse files
authored
Update changelog with changes between v0.5.1..v0.6.0 (#593)
1 parent 57ed0c2 commit 5246eaa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# Changelog
2+
3+
## v0.6.0 (2023-08-17)
4+
5+
### Breaking
6+
7+
* Shape is now passed as an option in `Axon.input/2`.
8+
9+
### Deprecations
10+
11+
* Deprecated `Axon.Optimizers` module. Use `Polaris.Optimizers` instead.
12+
* Deprecated `Axon.Schedules` module. Use `Polaris.Schedules` instead.
13+
* Deprecated `Axon.Updates` module. Use `Polaris.Updates` instead.
14+
15+
### Enhancements
16+
17+
* Add `Axon.mask/2` function.
18+
* Add `Axon.blur_pool/1` function.
19+
* Add `Axon.MixedPrecision.cast/3` function.
20+
* Add `Axon.Losses.huber/2` function.
21+
* Add label smoothing functionality with `Axon.Losses.label_smoothing/1` and `Axon.Losses.apply_label_smoothing/2`.
222

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

0 commit comments

Comments
 (0)