Skip to content

Commit aeeb7ac

Browse files
author
semantic-release
committed
0.14.0
Automatically generated by python-semantic-release
1 parent 5bd326a commit aeeb7ac

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.14.0 (2025-01-06)
5+
6+
### Bug Fixes
7+
8+
- **contour explorere**: Adding contour explorer to the accessor
9+
([`ac2aab6`](https://github.com/Kitware/pan3d/commit/ac2aab6638c49a85e2062d8d18f5072cfc7ac4f3))
10+
11+
- **missing varaible**: Adding missing class member variable to constructor
12+
([`5bd326a`](https://github.com/Kitware/pan3d/commit/5bd326a3448f09a8d31053199009a27c86874653))
13+
14+
### Features
15+
16+
- **contour explorer**: Adding general countour explorer
17+
([`715f8f1`](https://github.com/Kitware/pan3d/commit/715f8f1ae22ab50f73305dc450c18397bf563fba))
18+
19+
420
## v0.13.1 (2025-01-06)
521

622
### 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.13.1"
6+
__version__ = "0.14.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.13.1"
3+
version = "0.14.0"
44
description = "Utility package for processing and visualizing 3D datasets"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)