Skip to content

Commit d0da662

Browse files
committed
SlangPy->v0.19.5
1 parent 3018684 commit d0da662

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
**Version 0.19.5**
5+
- Documentation for generators
6+
- Extra fixes for grid
7+
48
**Version 0.19.4**
59
- Fix grid issue
610

docs/releasenotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

4+
**Version 0.19.5**
5+
6+
Past releases since 0.17 have focussed on extensive bug fixes, documentation and optimizations. This release includes
7+
documentation for and examples of the generators system in SlangPy.
8+
49
**Version 0.17.0**
510

611
This release includes a major update to the `nv-sgl` library, which now includes CoopVec support, alongside more significant optimizations

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 = "slangpy"
7-
version = "0.19.4"
7+
version = "0.19.5"
88
authors = [
99
{name = "Chris Cummings", email = "[email protected]"},
1010
{name = "Benedikt Bitterli", email = "[email protected]"},

0 commit comments

Comments
 (0)