From 646c77e77833abe43c429513b44d3161b74a70f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:29:55 +0000 Subject: [PATCH] chore(main): release xarray_plotly 0.0.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72d5a59..883b279 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.12" + ".": "0.0.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c695cb2 --- /dev/null +++ b/CHANGELOG.md @@ -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))