File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33logger = logging .getLogger (__name__ )
44logger .setLevel (logging .INFO )
55
6- __version__ = "0.13.1 "
6+ __version__ = "0.14.0 "
77
88__all__ = [
99 "logger" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " pan3d"
3- version = " 0.13.1 "
3+ version = " 0.14.0 "
44description = " Utility package for processing and visualizing 3D datasets"
55authors = [
66 {name = " Kitware Inc." },
You can’t perform that action at this time.
0 commit comments