From f067a4fbf929bd5f7486feadf7ba2d7bc93e5b16 Mon Sep 17 00:00:00 2001 From: aloctavodia Date: Mon, 19 May 2025 10:38:00 +0000 Subject: [PATCH 1/2] update changelog for 0.9.1 changes This commit was created by changelog-from-release in 'Post-release' CI workflow --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6577689..99d410f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.9.1](https://github.com/pymc-devs/pymc-bart/releases/tag/0.9.1) - 2025-05-19 + +## What's Changed +* misc doc improvements and theme update by [@OriolAbril](https://github.com/OriolAbril) in [#225](https://github.com/pymc-devs/pymc-bart/pull/225) +* Use last pymc version by [@aloctavodia](https://github.com/aloctavodia) in [#227](https://github.com/pymc-devs/pymc-bart/pull/227) + +## New Contributors +* [@OriolAbril](https://github.com/OriolAbril) made their first contribution in [#225](https://github.com/pymc-devs/pymc-bart/pull/225) + +**Full Changelog**: https://github.com/pymc-devs/pymc-bart/compare/0.9.0...0.9.1 + +[Changes][0.9.1] + + # [0.9.0](https://github.com/pymc-devs/pymc-bart/releases/tag/0.9.0) - 2025-03-10 @@ -415,6 +430,7 @@ [Changes][0.0.3] +[0.9.1]: https://github.com/pymc-devs/pymc-bart/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/pymc-devs/pymc-bart/compare/0.8.2...0.9.0 [0.8.2]: https://github.com/pymc-devs/pymc-bart/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/pymc-devs/pymc-bart/compare/0.8.0...0.8.1 From b83161838c6d8b0fee96f7c3e5c8b924390fe07a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 10:17:52 +0200 Subject: [PATCH 2/2] [pre-commit.ci] pre-commit autoupdate (#228) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.9...v0.11.11) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a55cde..7bd307d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.9 + rev: v0.11.11 hooks: - id: ruff args: ["--fix", "--output-format=full"]