From f2a48deaf60b480da3c0d6612940046192aaaf69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:58:43 +0000 Subject: [PATCH] chore(master): release 0.0.3 --- .release-please-manifest.json | 2 +- loopresources/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 16ddfa9..bd41cba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "loopresources": "0.0.2" + "loopresources": "0.0.3" } \ No newline at end of file diff --git a/loopresources/CHANGELOG.md b/loopresources/CHANGELOG.md index 267d78b..0506ad2 100644 --- a/loopresources/CHANGELOG.md +++ b/loopresources/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.3](https://github.com/Loop3D/loopresources/compare/v0.0.2...v0.0.3) (2026-02-26) + + +### Bug Fixes + +* adding downhole plots for drillhole/dbs ([4f96b60](https://github.com/Loop3D/loopresources/commit/4f96b60e35db97d018be504a21d5de5fd11b6988)) +* enhance downhole plotting with additional categorical legend options ([1dbb223](https://github.com/Loop3D/loopresources/commit/1dbb223fb2b1103f7ff30c2e27a815fc3c58a37f)) +* improve table merge speed by pre-grouping and vectorizing operat… ([b3a909d](https://github.com/Loop3D/loopresources/commit/b3a909def32829fbd2ce4518847dc8507f94312b)) +* improve table merge speed by pre-grouping and vectorizing operations ([e2589a3](https://github.com/Loop3D/loopresources/commit/e2589a36d0558fbe758ef3b889745be38d753e03)) +* optimize resampling functions and add vectorized interval matching ([2678370](https://github.com/Loop3D/loopresources/commit/2678370c2063b8e418ec98cb0a8ec25137997f8b)) +* updating legend location ([368bfcb](https://github.com/Loop3D/loopresources/commit/368bfcb7b9794a42b6e6712c225222063de6ad86)) + ## [0.0.2](https://github.com/Loop3D/loopresources/compare/v0.0.1...v0.0.2) (2025-11-19)