Skip to content

Commit 45dd040

Browse files
authored
[MISC] Release 0.3.3. (#1668)
1 parent f04bcf4 commit 45dd040

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

RELEASE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Genesis Release Note
22

3+
## 0.3.3
4+
5+
This minor release fixes a few non-blocking rendering issues for the Rasterizer backend.
6+
7+
### Bug Fixes
8+
9+
* [BUG FIX] Fix shadow map not properly rendered for objects far away from floor plane. (@duburcqa) (#1664)
10+
* [BUG FIX] Fix genesis import failure if tkinter is failing at init on MacOS. (@duburcqa) (#1666)
11+
* [BUG FIX] Fix default visualization mode for emitter surface. (@duburcqa) (#1665)
12+
13+
### Miscellaneous
14+
15+
* [MISC] Expose parameters for ground plane tiling. (@yuhongyi) (#1657)
16+
* [MISC] Add support of 'ti.ndarray' to 'ti_field_to_torch' and rename in 'ti_to_torch'. (@duburcqa) (#1661)
17+
318
## 0.3.2
419

520
This minor release fixes a few additional regressions and initiates migration to our own open-source fork of Taichi, [GsTaichi](https://github.com/Genesis-Embodied-AI/gstaichi) (contributions are welcome!).

genesis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.3.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "genesis-world"
7-
version = "0.3.2"
7+
version = "0.3.3"
88
description = "A universal and generative physics engine"
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)