Major changes
- Active subspaces for sensitivity analysis (394, [tutorial](https://sbi-dev.github.io/sbi/tutorial/09_sensitivity_analysis/))
- Method to compute the maximum-a-posteriori estimate from the posterior (412)
API changes
- `pairplot()`, `conditional_pairplot()`, and `conditional_corrcoeff()` should now be imported from `sbi.analysis` instead of `sbi.utils` (394).
- Changed `fig_size` to `figsize` in pairplot (394).
- moved `user_input_checks` to `sbi.utils` (430).
Minor changes
- Depend on new `joblib=1.0.0` and fix progress bar updates for multiprocessing (421).
- Fix for embedding nets with `SNRE` (thanks adittmann, 425).
- Is it now optional to pass a prior distribution when using SNPE (426).
- Support loading of posteriors saved after `sbi v0.15.0` (427, thanks psteinb).
- Neural network training can be resumed (431).
- Allow using NSF to estimate 1D distributions (438).
- Fix type checks in input checks (thanks psteinb, 439).
- Bugfix for GPU training with SNRE_A (thanks glouppe, 442).