|
1 | 1 | # 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`. |
22 | 40 |
|
23 | 41 | ## v0.5.1 (2023-02-17)
|
24 | 42 |
|
|
0 commit comments