Skip to content
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.2.5 - bug fixes #20

Merged
merged 2 commits into from
Aug 24, 2024
Merged

0.2.5 - bug fixes #20

merged 2 commits into from
Aug 24, 2024

Conversation

dwreeves
Copy link
Owner

@dwreeves dwreeves commented Aug 24, 2024

  • Fix bug where exog and group_by did not handle str inputs e.g. exog="x".
  • Fix bug where group_by for method='fwl' with exactly 1 exog variable did not work. (Explanation: method='fwl' dispatches to a different macro for the special case of 1 exog variable, and group_by was not implemented correctly here.)
  • Fix bug where safe mode did not work for method='chol'
  • Improved docs by hiding everything except ols(), improved description of ols() macro, and added missing arg.

@dwreeves dwreeves merged commit c7fb8fc into main Aug 24, 2024
5 checks passed
@dwreeves dwreeves deleted the 0.2.5-bugfixes-galore branch October 2, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant