What's Changed
* [Observer Restructure]: Separate out scale/zp and observer init; separate out calibration from forward pass by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/188
* Fix device allocation for MSE observer by anmarques in https://github.com/neuralmagic/compressed-tensors/pull/190
* drop 3.8 and add 3.12 to testing by dhuangnm in https://github.com/neuralmagic/compressed-tensors/pull/196
* Fix test which required accelerate, apply style by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/194
* [Bugfix] Move observer and g_idx until after module in onloaded by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/195
* Add sparsity structure enum by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/197
* Observer Restructure: Remove Observers, `calibration`, and applying `frozen` steps from lifecycle by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/189
* Clean up observer defaulting logic, better error message by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/200
* apply style and quality by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/201
* [BugFix] Fix Marlin24 Bug by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/203
* Bump version to v0.8.0 by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/204
New Contributors
* anmarques made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/190
**Full Changelog**: https://github.com/neuralmagic/compressed-tensors/compare/0.7.1...0.8.0