Skip to content

Commit 41c7355

Browse files
author
semantic-release
committed
0.13.0
Automatically generated by python-semantic-release
1 parent 6aec7bb commit 41c7355

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

33

4+
## v0.13.0 (2024-12-20)
5+
6+
### Documentation
7+
8+
- **example**: Cleanup notebook
9+
([`3a69c49`](https://github.com/Kitware/pan3d/commit/3a69c4941f07bc976a99fe773c7a65033a8f016c))
10+
11+
### Features
12+
13+
- **accessor**: Enable caching on viewer instantiation
14+
([`8b554c9`](https://github.com/Kitware/pan3d/commit/8b554c9af9b3d600f0c7ad9f8b3b192a78257d02))
15+
16+
- **globe**: Enable globe as accessor
17+
([`c8510f8`](https://github.com/Kitware/pan3d/commit/c8510f8f3f878daf1b2a0846a36d9ce3e363419a))
18+
19+
- **preview**: Preview can support xarray an input
20+
([`7267aa6`](https://github.com/Kitware/pan3d/commit/7267aa6775e0e808e7632cd59427afd152b5a647))
21+
22+
- **slicer**: Explorer available as accessor
23+
([`7058ade`](https://github.com/Kitware/pan3d/commit/7058ade8dc34fd10beb1f5104e7ff0db97534492))
24+
25+
426
## v0.12.2 (2024-12-18)
527

628
### Bug Fixes

pan3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
logger = logging.getLogger(__name__)
44
logger.setLevel(logging.INFO)
55

6-
__version__ = "0.12.2"
6+
__version__ = "0.13.0"
77

88
__all__ = [
99
"logger",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pan3d"
3-
version = "0.12.2"
3+
version = "0.13.0"
44
description = "Utility package for processing and visualizing 3D datasets"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)