v1.6.1
- For n_ens>1, changed the default behavior for classification to averaging probabilities instead of logits. This can be reverted by setting ens_av_before_softmax=True.
- Implemented time limit for HPO/ensemble methods through time_limit_s parameter.
- Support torch>=2.6 and Python 3.13.