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.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
Original file line number Diff line number Diff line change 33logger = logging .getLogger (__name__ )
44logger .setLevel (logging .INFO )
55
6- __version__ = "0.12.2 "
6+ __version__ = "0.13.0 "
77
88__all__ = [
99 "logger" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " pan3d"
3- version = " 0.12.2 "
3+ version = " 0.13.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