Skip to content

Commit b322516

Browse files
committed
update changelog for v1.1.0 changes
This commit was created by changelog-from-release in 'Post-release' CI workflow
1 parent 0da1ffe commit b322516

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
<a id="v1.0.0"></a>
236
# [v1.0.0](https://github.com/arviz-devs/arviz-base/releases/tag/v1.0.0) - 2026-03-02
337

@@ -208,6 +242,7 @@
208242
[Changes][v0.4.0]
209243

210244

245+
[v1.1.0]: https://github.com/arviz-devs/arviz-base/compare/v1.0.0...v1.1.0
211246
[v1.0.0]: https://github.com/arviz-devs/arviz-base/compare/v0.8.2...v1.0.0
212247
[v0.8.2]: https://github.com/arviz-devs/arviz-base/compare/v0.8.1...v0.8.2
213248
[v0.8.1]: https://github.com/arviz-devs/arviz-base/compare/v0.8.0...v0.8.1

0 commit comments

Comments
 (0)