-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update LuxCore to latest Functors
- Loading branch information
Showing
18 changed files
with
41 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Lux" | ||
uuid = "b2108857-7c20-44ae-9111-449ecde12c47" | ||
authors = ["Avik Pal <[email protected]> and contributors"] | ||
version = "1.2.3" | ||
version = "1.3.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
@@ -73,7 +73,7 @@ ArrayInterface = "7.10" | |
CUDA = "5.3.2" | ||
ChainRulesCore = "1.24" | ||
Compat = "4.15" | ||
ComponentArrays = "0.15.16" | ||
ComponentArrays = "0.15.18" | ||
ConcreteStructs = "0.2.3" | ||
DispatchDoctor = "0.4.12" | ||
Enzyme = "0.13.13" | ||
|
@@ -82,7 +82,7 @@ FastClosures = "0.3.2" | |
Flux = "0.14.25" | ||
ForwardDiff = "0.10.36" | ||
FunctionWrappers = "1.1.3" | ||
Functors = "0.4.12" | ||
Functors = "0.5" | ||
GPUArraysCore = "0.1.6, 0.2" | ||
LinearAlgebra = "1.10" | ||
LossFunctions = "0.11.1" | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "LuxCore" | ||
uuid = "bb33d45b-7691-41d6-9220-0943567d0623" | ||
authors = ["Avik Pal <[email protected]> and contributors"] | ||
version = "1.1.1" | ||
version = "1.2.0" | ||
|
||
[deps] | ||
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
|
@@ -35,8 +35,8 @@ ChainRulesCore = "1.24" | |
Compat = "4.15.0" | ||
DispatchDoctor = "0.4.10" | ||
EnzymeCore = "0.8.5" | ||
Functors = "0.4.12" | ||
MLDataDevices = "1" | ||
Functors = "0.5" | ||
MLDataDevices = "1.5" | ||
Random = "1.10" | ||
Reactant = "0.2.4" | ||
ReverseDiff = "1.15" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "LuxTestUtils" | ||
uuid = "ac9de150-d08f-4546-94fb-7472b5760531" | ||
authors = ["Avik Pal <[email protected]>"] | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
@@ -24,14 +24,14 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" | |
ADTypes = "1.8.1" | ||
ArrayInterface = "7.9" | ||
ChainRulesCore = "1.24.0" | ||
ComponentArrays = "0.15.14" | ||
ComponentArrays = "0.15.18" | ||
DispatchDoctor = "0.4.12" | ||
Enzyme = "0.13.13" | ||
FiniteDiff = "2.23.1" | ||
ForwardDiff = "0.10.36" | ||
Functors = "0.4.11" | ||
Functors = "0.5" | ||
JET = "0.9.6" | ||
MLDataDevices = "1.0.0" | ||
MLDataDevices = "1.5" | ||
ReverseDiff = "1.15.3" | ||
Test = "1.10" | ||
Tracker = "0.2.34" | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MLDataDevices" | ||
uuid = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40" | ||
authors = ["Avik Pal <[email protected]> and contributors"] | ||
version = "1.5.3" | ||
version = "1.6.0" | ||
|
||
[deps] | ||
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
|
@@ -56,7 +56,7 @@ ChainRules = "1.51" | |
ChainRulesCore = "1.23" | ||
Compat = "4.15" | ||
FillArrays = "1" | ||
Functors = "0.4.8" | ||
Functors = "0.5" | ||
GPUArrays = "10, 11" | ||
MLUtils = "0.4.4" | ||
Metal = "1" | ||
|
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