> For the complete documentation index, see [llms.txt](https://www.pytorchfi.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pytorchfi.dev/changelog.md).

# Changelog

## v0.6.0

### New

* Enhanced support for injections into weights.
* Code improvements and optimizations.

### Changed

* Minor API changes for getter functions in `pytorchfi.core`
* Split `error_models.py` into separate "neuron" and "weight" files. This may impact various `import` statements.
* Expanded summary file to show both weight and neuron shapes.

### Fixed

* Random weight injections bug fix.
* Performance improvements & bug fixes
