Highlights
- The spectra inspector widget is implemented in 78 90, as described in the [documentation](https://hanjinliu.github.io/cylindra/inspect_results/). This widget is useful for manually checking the cylindric power spectra to confirm that the analysis went well.
- The Rust implementation of RMA was optimized in 87 so its performance was greatly improved. The calculation time is nearly the half of the previous versions.
What's Changed
* Widget for validation of CFT by hanjinliu in https://github.com/hanjinliu/cylindra/pull/78
* fix symbols for orientation by hanjinliu in https://github.com/hanjinliu/cylindra/pull/79
* Add max_radius arguments by hanjinliu in https://github.com/hanjinliu/cylindra/pull/80
* Update PyO3 and polars by hanjinliu in https://github.com/hanjinliu/cylindra/pull/82
* support int8 and int16 by hanjinliu in https://github.com/hanjinliu/cylindra/pull/84
* Optimize the performance of lazy-loading projects by hanjinliu in https://github.com/hanjinliu/cylindra/pull/85
* Add `bin_size` parameter to landscape functions by hanjinliu in https://github.com/hanjinliu/cylindra/pull/86
* Use `Array2` instead of `HashMap` to speed up RMA by hanjinliu in https://github.com/hanjinliu/cylindra/pull/87
* Fix random seed problem by hanjinliu in https://github.com/hanjinliu/cylindra/pull/88
* Fix inspector by hanjinliu in https://github.com/hanjinliu/cylindra/pull/90
**Full Changelog**: https://github.com/hanjinliu/cylindra/compare/v1.0.0.b1...v1.0.0.b2