Skip to content

Conversation

@FuZhiyu
Copy link

@FuZhiyu FuZhiyu commented Apr 17, 2025

Thanks for writing this package. It's a nice surprise that when I wanted to implement something there has already been a pretty well written package out there.

This PR is to fix the issue that there is an API change in FixedEffectModels.jl in v1.11, which regife is not supported

@eloualiche eloualiche requested a review from Copilot April 17, 2025 19:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses a compatibility issue with FixedEffectModels.jl v1.11 by updating the CI configuration.

  • The minimum supported Julia version is updated from 1.6 to 1.9.
  • The cache action is updated from actions/cache@v1 to actions/cache@v4.
Files not reviewed (2)
  • src/fit.jl: Language not supported
  • src/utils/formula.jl: Language not supported

matrix:
version:
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
Copy link

Copilot AI Apr 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The inline comment still references Julia 1.5 as the minimum version. Please update the comment to accurately reflect that the new minimum supported version is 1.9.

Suggested change
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.9 or higher, change this to '1.9'.

Copilot uses AI. Check for mistakes.
@matthieugomez
Copy link
Member

Thanks a lot! I just took care of it in a different PR

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.

2 participants