CHANGELOG.md
# Changelog
## v0.10.2 (2025-10-27)
* Allow Libtorch version 2.9
* Fix Linux installation URL for Torch >= 2.8
## v0.10.1 (2025-10-12)
* Update Libtorch to version 2.8
## v0.10.0 (2025-06-17)
* Update Libtorch to version 2.7
* Update to latest Nx
## v0.9.2 (2024-11-16)
* Update to latest Nx
## v0.9.1 (2024-10-08)
* Update to latest Nx
## v0.9.0 (2024-09-26)
* Update to latest Nx
## v0.8.0 (2024-08-19)
* Update to latest Nx
## v0.7.1 (2024-02-27)
* Update to latest Nx
## v0.7.0 (2024-02-22)
* Update to latest Nx
## v0.6.4 (2023-11-13)
* Update to latest Nx
* Improve the `:axes` option in `gather`, `indexed_add`, and `indexed_put`
## v0.6.3 (2023-11-09)
* Update to latest Nx
## v0.6.1 (2023-09-12)
* Update to latest Nx
## v0.6.0 (2023-08-15)
* Update to latest Nx
## v0.5.3 (2023-04-14)
* No changes
## v0.5.2 (2023-03-21)
* No changes
## v0.5.1 (2023-02-18)
* Support `top_k`
## v0.5.0 (2023-02-10)
* Use relative symlinks on compilation whenever possible
## v0.4.2 (2023-01-13)
### Enhancements
* Cache LibTorch downloads across repositories
## v0.4.1 (2022-12-07)
### Enhancements
* Require Nx ~> 0.4.1
## v0.4.0 (2022-10-25)
### Enhancements
* Support `bitcast`
* Support window dilations
* Support conv input dilations
* Support for Apple Silicon
* Emulate u16/u32/u64 types
### Bug fixes
* Fix dot product with multiple batches
## v0.3.0 (2022-08-13)
### Enhancements
* Support new callbacks added in Nx v0.3.0
## v0.2.0 (2022-04-28)
First release.