Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 14, 2023
1 parent 8f13280 commit 4a252c2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v0.2.1 (2023-12-14)

### Build

* build: require trame-vtk>=2.6.3 ([`8a117b5`](https://github.com/Kitware/pan3d/commit/8a117b56d4866385f5f3f12e5ccb52556a73e861))

### Fix

* fix: always use `push_camera` instead of `reset_camera` ([`8f963ff`](https://github.com/Kitware/pan3d/commit/8f963ff9c11a68d51ffbf87a287ecb88eed754a6))

* fix: use `push_camera` instead of `reset_camera` in cloud mode ([`780c9d5`](https://github.com/Kitware/pan3d/commit/780c9d547ab9e8cf09f98d6923948de781585ba9))

### Refactor

* refactor: rename `force_local_rendering` to `has_gpu_rendering` and negate result ([`094c3bc`](https://github.com/Kitware/pan3d/commit/094c3bc80ec74777fbd3ec35a92a6299f575a126))

* refactor: rename `_cloud` to `_force_local_rendering` ([`033505b`](https://github.com/Kitware/pan3d/commit/033505bd41f1a3067cf3c42cc846c271ea3baaa5))

### Unknown

* Merge pull request #48 from Kitware/client-rendering-fixes

Client rendering fixes ([`8f13280`](https://github.com/Kitware/pan3d/commit/8f13280c6f34229257b21fa2b847f42283599b76))


## v0.2.0 (2023-12-13)

### Build
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "0.2.0"
__version__ = "0.2.1"

setup(
name="pan3d",
Expand Down

0 comments on commit 4a252c2

Please sign in to comment.