Current section

Files

Jump to
torchx CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 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.