Skip to content

Commit d4de8b6

Browse files
authored
add scipy-stubs as development dependency (#2445)
* add `scipy-stubs` as dev dependency * add changelog entry for #2445
1 parent 2082e34 commit d4de8b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
### Maintenance and fixes
88

9+
- Add [`scipy-stubs`](https://github.com/scipy/scipy-stubs) as a development dependency ([2445](https://github.com/arviz-devs/arviz/pull/2445))
10+
911
### Documentation
1012

1113
## v0.21.0 (2025 Mar 06)
@@ -16,7 +18,7 @@
1618
- Make `arviz.data.generate_dims_coords` handle `dims` and `default_dims` consistently ([2395](https://github.com/arviz-devs/arviz/pull/2395))
1719
- Only emit a warning for custom groups in `InferenceData` when explicitly requested ([2401](https://github.com/arviz-devs/arviz/pull/2401))
1820
- Splits Bayes Factor computation out from `az.plot_bf` into `az.bayes_factor` ([2402](https://github.com/arviz-devs/arviz/issues/2402))
19-
- Update `method="sd"` of `mcse` to not use normality assumption ([2167](https://github.com/arviz-devs/arviz/pull/2167))
21+
- Update `method="sd"` of `mcse` to not use normality assumption ([2167](https://github.com/arviz-devs/arviz/pull/2167))
2022
- Add exception in `az.plot_hdi` for `x` of type `str` ([2413](https://github.com/arviz-devs/arviz/pull/2413))
2123

2224
### Documentation

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ pytest
88
pytest-cov
99
black==24.3.0
1010
cloudpickle<1.5.0
11+
scipy-stubs

0 commit comments

Comments
 (0)