Skip to content

Commit 4cc474b

Browse files
committed
Update CHANGELOG.md
1 parent 35004b4 commit 4cc474b

File tree

1 file changed

+38
-20
lines changed

1 file changed

+38
-20
lines changed

CHANGELOG.md

+38-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,42 @@
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`.
2+
3+
## v0.7.0 (2024-10-08)
4+
5+
### Bug Fixes
6+
7+
* Do not cast integers in in Axon.MixedPrecision.cast/2
8+
* Fix iteration counts handler in loops
9+
* Various documentation fixes and enhancements
10+
11+
### Enhancements
12+
13+
* Add support for global layer options
14+
* Add `inspect_values` option in compiler
15+
* Add `Axon.rewrite_nodes` API for graph manipulation
16+
* Add simple quantization API
17+
* Replace model parameter map with model state struct
18+
* Use layer name as a hook name for introspection
19+
* Use templates as parameters
20+
21+
## v0.6.0 (2023-08-17)
22+
23+
### Breaking
24+
25+
* Shape is now passed as an option in `Axon.input/2`.
26+
27+
### Deprecations
28+
29+
* Deprecated `Axon.Optimizers` module. Use `Polaris.Optimizers` instead.
30+
* Deprecated `Axon.Schedules` module. Use `Polaris.Schedules` instead.
31+
* Deprecated `Axon.Updates` module. Use `Polaris.Updates` instead.
32+
33+
### Enhancements
34+
35+
* Add `Axon.mask/2` function.
36+
* Add `Axon.blur_pool/1` function.
37+
* Add `Axon.MixedPrecision.cast/3` function.
38+
* Add `Axon.Losses.huber/2` function.
39+
* Add label smoothing functionality with `Axon.Losses.label_smoothing/1` and `Axon.Losses.apply_label_smoothing/2`.
2240

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

0 commit comments

Comments
 (0)