-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fully working native slangpy + version update (#12)
* Initial work to get native slangpy running again * All slangpy tests now working * Start native optimizations * NativeType->NativeMarshall * Start on native value and buffers * Fix interfaces tests * Native NDBuffer largely working * Pass stride in to native ndbuffer * Fix vector/set tests, disable numpy ones until next pass * Remove emulated tests * Native slangpy buffers etc all working * Lock to sgl v0.7 * Update project version + changelog * Native slangpy buffers etc all working * Lock to sgl v0.7 * Update project version + changelog
- Loading branch information
1 parent
3b3585f
commit db9e357
Showing
7 changed files
with
82 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "slangpy" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = [ | ||
{name = "Chris Cummings", email = "[email protected]"}, | ||
{name = "Benedikt Bitterli", email = "[email protected]"}, | ||
|
@@ -17,7 +17,7 @@ requires-python = ">=3.9" | |
dependencies = [ | ||
"typing_extensions", | ||
"numpy", | ||
"nv-sgl>=0.6.2" | ||
"nv-sgl==0.7.0" | ||
] | ||
|
||
[tool.setuptools] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters