Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 20, 2024
1 parent 6aec7bb commit 41c7355
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pan3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)

__version__ = "0.12.2"
__version__ = "0.13.0"

__all__ = [
"logger",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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."},
Expand Down

0 comments on commit 41c7355

Please sign in to comment.