-
Notifications
You must be signed in to change notification settings - Fork 6
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
Upgrading from 0.4.4 to 0.5.0 #9
Comments
I'm assuming it's this code from the This appears to be a regression I introduced here. Previously the resulting
However it's definitely a bug that the model suddenly fails to fit when it previously would. This fix is included in the new version 0.5.1 and upgrading to that instead of 0.5 should fix the test failures. Please let me know if this does indeed fix the problem or if there is something I have missed. |
thanks so much, that worked! |
Are there any release notes on the changes made from verzion 0.4.4 to 0.5.0? I am upgrading an old codebase that I inherited from another developer and I am encountering some errors that suggest that some of the underlying behavior of linregress has changed in some way as of version 0.5.0. In particular, there was a line that looks like this after upgrading:
This compiles, however now we get a number of unit test failures as a result of this. Would appreciate any insight into what the 0.5.0 changes included and what I can eo to upgrade the code properly.
The text was updated successfully, but these errors were encountered: