From 41c735538fbbc78d3eb1d7b809f6146cb119e529 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 20 Dec 2024 00:24:40 +0000 Subject: [PATCH] 0.13.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ pan3d/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 500afff..13f7c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # CHANGELOG +## v0.13.0 (2024-12-20) + +### Documentation + +- **example**: Cleanup notebook + ([`3a69c49`](https://github.com/Kitware/pan3d/commit/3a69c4941f07bc976a99fe773c7a65033a8f016c)) + +### Features + +- **accessor**: Enable caching on viewer instantiation + ([`8b554c9`](https://github.com/Kitware/pan3d/commit/8b554c9af9b3d600f0c7ad9f8b3b192a78257d02)) + +- **globe**: Enable globe as accessor + ([`c8510f8`](https://github.com/Kitware/pan3d/commit/c8510f8f3f878daf1b2a0846a36d9ce3e363419a)) + +- **preview**: Preview can support xarray an input + ([`7267aa6`](https://github.com/Kitware/pan3d/commit/7267aa6775e0e808e7632cd59427afd152b5a647)) + +- **slicer**: Explorer available as accessor + ([`7058ade`](https://github.com/Kitware/pan3d/commit/7058ade8dc34fd10beb1f5104e7ff0db97534492)) + + ## v0.12.2 (2024-12-18) ### Bug Fixes diff --git a/pan3d/__init__.py b/pan3d/__init__.py index 3b8b0c1..cde9a9e 100644 --- a/pan3d/__init__.py +++ b/pan3d/__init__.py @@ -3,7 +3,7 @@ logger = logging.getLogger(__name__) logger.setLevel(logging.INFO) -__version__ = "0.12.2" +__version__ = "0.13.0" __all__ = [ "logger", diff --git a/pyproject.toml b/pyproject.toml index 91717ad..9914c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pan3d" -version = "0.12.2" +version = "0.13.0" description = "Utility package for processing and visualizing 3D datasets" authors = [ {name = "Kitware Inc."},