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

Drop the support for StatsModels FormulaTerm and fix compatibility #28

Merged
merged 4 commits into from
Apr 10, 2024

Conversation

junyuan-chen
Copy link
Member

@junyuan-chen junyuan-chen commented Apr 10, 2024

Specifying models via a StatsModels.jl formula is no longer supported. Instead, separate terms should be directly passed to the relevant arguments.

Various compatibility issues have been resolved. In particular, least squares are now solved in the same approach as in FixedEffectModels.jl with invsym!.

Julia v1.9 is required for InteractionWeightedDIDs.jl due to FixedEffectModels.jl.

@junyuan-chen junyuan-chen added bug Something isn't working breaking Breaking changes are involved labels Apr 10, 2024
Copy link

codecov bot commented Apr 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (33de6a3) to head (1630713).

Additional details and impacted files
@@             Coverage Diff             @@
##           master       #28      +/-   ##
===========================================
+ Coverage   97.90%   100.00%   +2.09%     
===========================================
  Files          15        15              
  Lines        1720      1670      -50     
===========================================
- Hits         1684      1670      -14     
+ Misses         36         0      -36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@junyuan-chen junyuan-chen added the documentation Improvements or additions to documentation label Apr 10, 2024
@junyuan-chen junyuan-chen merged commit 575736e into master Apr 10, 2024
13 checks passed
@junyuan-chen junyuan-chen deleted the pr/compat branch April 10, 2024 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking changes are involved bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant