Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.12"
".": "0.0.13"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.0.13](https://github.com/FBumann/xarray_plotly/compare/xarray_plotly-v0.0.12...xarray_plotly-v0.0.13) (2026-01-27)


### Features

* add _iter_all_traces helper and rewrite manipulation notebook ([#18](https://github.com/FBumann/xarray_plotly/issues/18)) ([f46cbf5](https://github.com/FBumann/xarray_plotly/commit/f46cbf53edbef9a42741c39fb9610795c5880dda))
* add fast_bar() method for high-performance bar-like charts ([#17](https://github.com/FBumann/xarray_plotly/issues/17)) ([c677239](https://github.com/FBumann/xarray_plotly/commit/c677239fd30e686c96b7da38b40e1b9a38f4247e))
* add figure combination utilities (overlay, add_secondary_y, update_traces) ([#16](https://github.com/FBumann/xarray_plotly/issues/16)) ([f40ecda](https://github.com/FBumann/xarray_plotly/commit/f40ecdadf45f628f8d9df400ec3d9c4412471dd9))
* colors parameter for easy color assignment ([#24](https://github.com/FBumann/xarray_plotly/issues/24)) ([4caf3f9](https://github.com/FBumann/xarray_plotly/commit/4caf3f99bea9bd379b796e30497fccbf3da8ad39))


### Bug Fixes

* docs deployment ([#19](https://github.com/FBumann/xarray_plotly/issues/19)) ([eadb35b](https://github.com/FBumann/xarray_plotly/commit/eadb35b7da01140b2504777fc2642da7dc4c7611))
* docs deployment ([#20](https://github.com/FBumann/xarray_plotly/issues/20)) ([cd7ddc9](https://github.com/FBumann/xarray_plotly/commit/cd7ddc99580696e5796fad8088a87cf3c4d8d3a5))