|
| 1 | +<a id="v1.1.0"></a> |
| 2 | +# [v1.1.0](https://github.com/arviz-devs/arviz-base/releases/tag/v1.1.0) - 2026-04-23 |
| 3 | + |
| 4 | +## What's Changed |
| 5 | + |
| 6 | +### New Features |
| 7 | +* Handle objects with _array_ method in convert_to_datatree by [@Chirag3841](https://github.com/Chirag3841) in [#160](https://github.com/arviz-devs/arviz-base/pull/160) |
| 8 | +* load_data provide better suggestions by [@aloctavodia](https://github.com/aloctavodia) in [#186](https://github.com/arviz-devs/arviz-base/pull/186) |
| 9 | +* Numpyro Converter refactor by [@kylejcaron](https://github.com/kylejcaron) in [#142](https://github.com/arviz-devs/arviz-base/pull/142) |
| 10 | + |
| 11 | +### Documentation |
| 12 | +* Update readme by [@aloctavodia](https://github.com/aloctavodia) in [#167](https://github.com/arviz-devs/arviz-base/pull/167) |
| 13 | +* Add CITATION.CFF by [@aloctavodia](https://github.com/aloctavodia) in [#168](https://github.com/arviz-devs/arviz-base/pull/168) |
| 14 | +* Fix parameter name mismatch in extract and add missing parameter descriptions by [@mahidhiman12](https://github.com/mahidhiman12) in [#158](https://github.com/arviz-devs/arviz-base/pull/158) |
| 15 | +* Add missing parameter descriptions in utils.py and fix typo by [@mahidhiman12](https://github.com/mahidhiman12) in [#161](https://github.com/arviz-devs/arviz-base/pull/161) |
| 16 | +* Update reference for ArviZ by [@aloctavodia](https://github.com/aloctavodia) in [#162](https://github.com/arviz-devs/arviz-base/pull/162) and [@aloctavodia](https://github.com/aloctavodia) in [#169](https://github.com/arviz-devs/arviz-base/pull/169) |
| 17 | + |
| 18 | +### Maintenance and bug fixes |
| 19 | +* set kind=auto as default and add validation module by [@OriolAbril](https://github.com/OriolAbril) in [#152](https://github.com/arviz-devs/arviz-base/pull/152) |
| 20 | +* remove unused isort and black from check extras by [@mahidhiman12](https://github.com/mahidhiman12) in [#181](https://github.com/arviz-devs/arviz-base/pull/181) |
| 21 | +* add ignore for xarray related timedelta dtype deprecation by [@OriolAbril](https://github.com/OriolAbril) in [#184](https://github.com/arviz-devs/arviz-base/pull/184) |
| 22 | +* Improve type hints in utils module by [@Shlokpalrecha](https://github.com/Shlokpalrecha) in [#170](https://github.com/arviz-devs/arviz-base/pull/170) |
| 23 | + |
| 24 | + |
| 25 | +## New Contributors |
| 26 | +* [@Chirag3841](https://github.com/Chirag3841) made their first contribution in [#160](https://github.com/arviz-devs/arviz-base/pull/160) |
| 27 | +* [@mahidhiman12](https://github.com/mahidhiman12) made their first contribution in [#158](https://github.com/arviz-devs/arviz-base/pull/158) |
| 28 | +* [@Shlokpalrecha](https://github.com/Shlokpalrecha) made their first contribution in [#170](https://github.com/arviz-devs/arviz-base/pull/170) |
| 29 | + |
| 30 | +**Full Changelog**: https://github.com/arviz-devs/arviz-base/compare/v1.0.0...v1.1.0 |
| 31 | + |
| 32 | +[Changes][v1.1.0] |
| 33 | + |
| 34 | + |
1 | 35 | <a id="v1.0.0"></a> |
2 | 36 | # [v1.0.0](https://github.com/arviz-devs/arviz-base/releases/tag/v1.0.0) - 2026-03-02 |
3 | 37 |
|
|
208 | 242 | [Changes][v0.4.0] |
209 | 243 |
|
210 | 244 |
|
| 245 | +[v1.1.0]: https://github.com/arviz-devs/arviz-base/compare/v1.0.0...v1.1.0 |
211 | 246 | [v1.0.0]: https://github.com/arviz-devs/arviz-base/compare/v0.8.2...v1.0.0 |
212 | 247 | [v0.8.2]: https://github.com/arviz-devs/arviz-base/compare/v0.8.1...v0.8.2 |
213 | 248 | [v0.8.1]: https://github.com/arviz-devs/arviz-base/compare/v0.8.0...v0.8.1 |
|
0 commit comments