rustorch 0.6.29

Production-ready PyTorch-compatible deep learning library in Rust with special mathematical functions (gamma, Bessel, error functions), statistical distributions, Fourier transforms (FFT/RFFT), matrix decomposition (SVD/QR/LU/eigenvalue), automatic differentiation, neural networks, computer vision transforms, complete GPU acceleration (CUDA/Metal/OpenCL), SIMD optimizations, parallel processing, WebAssembly browser support, comprehensive distributed learning support, and performance validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
# CI Fix Applied - Docker Build Resolved

This commit triggers new CI checks after fixing the pull_request_target Docker build issue.

Changes made:
- Fixed CI conditions to prevent Docker builds in pull_request_target events  
- Both main and PR branches now have consistent CI behavior
- Docker builds will only run on actual push events to main branch

The previous Docker Build failure was due to pull_request_target using main branch 
Dockerfile while expecting PR branch workspace configuration. This is now resolved.