New nodes: Sum, Average, Minimum, Maximum, Any, All (#4344)

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
Keavon Chambers
2026-09-15 14:35:27 +02:00
committed by Dennis Kobert
co-authored by Dennis Kobert
parent 04d6c0d5cf
commit 20eb5ccb8a
20 changed files with 1174 additions and 664 deletions
+6
View File
@@ -82,6 +82,12 @@ pub mod context {
pub use graphene_core::context::*;
}
// The list types beside the generic level kernels over them.
pub mod list {
pub use core_types::list::*;
pub use graphene_core::list::*;
}
// Re-export graphene_core modules for backward compatibility
pub mod ops {
pub use core_types::ops::*;