Skip to content

Commit

Permalink
version bump (0.3.10)
Browse files Browse the repository at this point in the history
An attempt to fix #93
When the number of bounces is 0, the derivative buffers are uninitialized.
  • Loading branch information
BachiLi committed Feb 2, 2020
1 parent 20af170 commit 1213193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def build_extension(self, ext):
if 'PROJECT_NAME' in os.environ:
project_name = os.environ['PROJECT_NAME']
setup(name = project_name,
version = '0.3.9',
version = '0.3.10',
description = 'Differentiable rendering without approximation.',
long_description = """redner is a differentiable renderer that can take the
derivatives of rendering output with respect to arbitrary
Expand Down

0 comments on commit 1213193

Please sign in to comment.