Spandrel

Latest version: v0.4.0

Safety actively analyzes 665826 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.2.2

What's Changed
* Allow device strings in `to` again by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/139
* Fix Google Drive downloads by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/140
* Fixed type error due to PyTorch 2.2 by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/149
* Add SPAN norm parameter by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/148

New architectures
* Add support for NAFNet by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/141


**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Pad images to size requirements in call API by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/137


**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Breaking: Rename GRLIR to GRL by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/120
* Breaking: More guarantees for `minimum` and `multiple_of` in `SizeRequirements` by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/124
* Breaking: Bring `model.to` signature in line with PyTorch `module.to` by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/133
* Breaking: Verify dtype in `to` by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/135
* Save Real-CUGAN models correctly by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/119
* Fix ESRGAN size requirement by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/121
* Clamp output tensor to guarantee output range by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/127
* Deduplicate tensor pad-to-size code by akx in https://github.com/chaiNNer-org/spandrel/pull/104
* Add `dtype`, `cpu`, and `cuda` to model API by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/132

New architectures
* Add support for SAFMN by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/130


**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.1.8...v0.2.0

0.1.8

What's Changed
* Allow strings for Torch devices, like Torch does by akx in https://github.com/chaiNNer-org/spandrel/pull/112
* Add `device` property for models by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/114
* Removed unnecessary CUGAN code by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/117
* arch: remove `torch.load` calls by akx in https://github.com/chaiNNer-org/spandrel/pull/109
* Add "Used By" section to README by joeyballentine in https://github.com/chaiNNer-org/spandrel/pull/102
* Lint with pre-commit by akx in https://github.com/chaiNNer-org/spandrel/pull/94
* Simplify scripts by akx in https://github.com/chaiNNer-org/spandrel/pull/108
* tests: avoid `sys.path` hacks by akx in https://github.com/chaiNNer-org/spandrel/pull/106
* tests: force snapshots to have LF line-endings by akx in https://github.com/chaiNNer-org/spandrel/pull/110
* tests: add device and outputs directory environment variables by akx in https://github.com/chaiNNer-org/spandrel/pull/111


**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.1.7...v0.1.8

0.1.7

What's Changed
* Add docs page via pydoctor by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/90
* Add a test for Codeformer by akx in https://github.com/chaiNNer-org/spandrel/pull/85
* MAT: do not set a seed by akx in https://github.com/chaiNNer-org/spandrel/pull/93
* Add a test for GFPGAN by akx in https://github.com/chaiNNer-org/spandrel/pull/87
* Tests: Downloader improvements... again by akx in https://github.com/chaiNNer-org/spandrel/pull/95
* Document call API by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/96
* Document useful commands for formatting, linting, and type checking by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/97
* Updated README to be more concise and reference docs by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/98
* Improved parameter detection for CRAFT by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/100
* Improved parameter detection for SwinIR by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/99

New architectures
* Add CRAFT support by IcedShake in https://github.com/chaiNNer-org/spandrel/pull/91

New Contributors
* IcedShake made their first contribution in https://github.com/chaiNNer-org/spandrel/pull/91

**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.1.6...v0.1.7

0.1.6

What's Changed
* Fix ESRGAN+, remove ESRGAN-2c2, and improved parameter detection by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/80
* GFPGANv1Clean: assign missing fields by akx in https://github.com/chaiNNer-org/spandrel/pull/81
* Packaging improvements by akx in https://github.com/chaiNNer-org/spandrel/pull/83
* Improve test file downloader by akx in https://github.com/chaiNNer-org/spandrel/pull/82
* CI/lint improvements by akx in https://github.com/chaiNNer-org/spandrel/pull/84
* Enable a handful more Ruff rules by akx in https://github.com/chaiNNer-org/spandrel/pull/86

New architectures
* Add support for Real-CUGAN by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/88

New Contributors
* akx made their first contribution in https://github.com/chaiNNer-org/spandrel/pull/81

**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.1.5...v0.1.6

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.