Changes in version 1.1.5 (2025-03-26) - Fixed worker-related issue - Rewritten main distributions using torch primitives, improving nummerical stability. - Set crps as the only loss function, removed the others. Changes in version 1.1.4 (2023-10-21) - Solve issued about saturation of workers during parallelization. - Fixed default parameters setting for stride. - Added skewed normal to the list of possible distribution. Changes in version 1.1.3 (2023-09-17) - Added option doing block validation in parallel. Improved numeric stability. Changes in version 1.1.2 - Substitution of threshold parameter with min_default. Changes in version 1.1.1 (2023-07-10) - Added threshold parameter to control the automatic differentiation. - Besides prediction, now you get also a sampler for each prediction point. Changes in version 1.1.0 (2023-03-08) - Automated estimation of differentiation variable (deriv). - Automated detection of cuda compliant device. - Various improvement and code consolidation. - Added function for hyper-param random search. - Added another loss function (score). Changes in version 1.0.0 (2021-06-24) - Added a NEWS.md file to track changes to the package.