Version 5.1.1
This is a minor bugfix release.
- Previously, if
rsmpredict
was given a model requiring a transformation that could yieldInf
/NaN
values for new data (e.g.sqrt(-1)
), it would raise an error and terminate. Now, it simply excludes such responses and displays a warning. - Updated various
conda
files to use newer versions of theipython
andnotebook
packages since there seem to have been some updates that broke older recipes and requirements files.