This is the release for both `spandrel==0.3.0` and `spandrel_extra_arches==0.1.0`.
What's Changed
* Change project license to MIT license by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/156
All code in `spandrel`, including architecture code, is now licensed under permissive licenses. Architectures with restrictive licenses have been moved to the new `spandrel_extra_arches` package.
* Optimize for inference when using call api by joeyballentine in https://github.com/chaiNNer-org/spandrel/pull/162
* Add internal hyperparameter API by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/164
* Support `UpCunet2x_Fast` for Real-CUGAN by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/188
* Improved DAT detection by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/167
* Make it possible to save SPAN models as `.safetensors` by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/157
* Remove SPSR due to wrong license by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/175
* Remove unused Real-ESRGAN code by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/176
* Make `ArchRegistry` iterable by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/174
New architectures
* Add support for RGT by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/168
* Add support for Restormer by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/170
* Add support for FFTformer by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/171
* Add support for M3SNet by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/172
* Add support for DCTLSA by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/147
**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.2.2...v0.3.0