File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## v0.21.0 (2025 Mar 06)
4
4
5
5
### New features
6
6
13
13
14
14
### Documentation
15
15
- Add example of ECDF comparison plot to gallery ([ 2178] ( https://github.com/arviz-devs/arviz/pull/2178 ) )
16
+ - Change Twitter to X, including the icon ([ 2418] ( https://github.com/arviz-devs/arviz/pull/2418 ) )
17
+ - Update Bokeh link in Installation.rst ([ 2425] ( https://github.com/arviz-devs/arviz/pull/2425 ) )
18
+ - Add missing periods to the ArviZ community page ([ 2426] ( https://github.com/arviz-devs/arviz/pull/2426 ) )
19
+ - Fix missing docstring ([ 2430] ( https://github.com/arviz-devs/arviz/pull/2430 ) )
16
20
17
21
## v0.20.0 (2024 Sep 28)
18
22
Original file line number Diff line number Diff line change 1
1
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
2
2
"""ArviZ is a library for exploratory analysis of Bayesian models."""
3
- __version__ = "0.20 .0"
3
+ __version__ = "0.21 .0"
4
4
5
5
import logging
6
6
import os
Original file line number Diff line number Diff line change @@ -735,7 +735,8 @@ class Dask:
735
735
dask_flag = False
736
736
"""bool: Enables Dask parallelization when set to True. Defaults to False."""
737
737
dask_kwargs = None
738
- """dict: Additional keyword arguments for Dask configuration. Defaults to an empty dictionary."""
738
+ """dict: Additional keyword arguments for Dask configuration.
739
+ Defaults to an empty dictionary."""
739
740
740
741
@classmethod
741
742
def enable_dask (cls , dask_kwargs = None ):
You can’t perform that action at this time.
0 commit comments