-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.32.1 introduces a breaking change #556
Comments
Could we add a deprecation method and release a |
I think my issue is related to this so I'll piggyback here. x = randn(100)
standardize(ZScoreTransform,x) fails on As a larger and only semi-related point, can we please just make |
Thanks for reporting, and sorry for releasing a breaking change in a patch release. @Nosferican, AFAICT there ARE deprecation warnings in the It also looks like the changes introduced in #490 use Using z score as the default is unrelated, please open another issue to discuss that if there isn't one already. |
This should be fixed once 0.32.2 is registered: JuliaRegistries/General#10500 @tbeason, I was surprised to find that before #490, |
The constructor for
ZScoreTransform
changed betweenv0.32.0
andv0.32.1
and now requires an extra argument.The text was updated successfully, but these errors were encountered: