-
Notifications
You must be signed in to change notification settings - Fork 38
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
Increase Julia compat 1.3 #77
Conversation
Codecov Report
@@ Coverage Diff @@
## master #77 +/- ##
==========================================
+ Coverage 95.74% 96.91% +1.16%
==========================================
Files 2 3 +1
Lines 141 162 +21
==========================================
+ Hits 135 157 +22
+ Misses 6 5 -1
Continue to review full report at Codecov.
|
Needs version bump, ideally to 1.7, after #76. |
Why do we need a new version when changing a dependency compat bound? This is not implying any change in the API of DiffRules. So why should we increase version here? |
Every release needs a new version. Not a breaking version, so it's more or less free. And I think it's meant to be a minor version, not patch, in case you ever need to release a bugfix for an older version (although this is unlikely). |
Ok. But which PRs are you planning to tag as releases? Maybe we can bundle them together and just do one release? |
Add CI testing on 1.3 (compat) and 1.6 (LTS).
Ah ok, I think I get it. I bumped the minor version, and rebased. This should be ready to go (as soon as tests pass). |
The CI on Julia 1.7 is failing on |
Regarding the CI test on Julia v.17, see #78 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait for the tests and @mcabbott's approval.
Tests pass. @mcabbott do you agree to merge this? |
Increase Julia compat bound to 1.3. This is needed for #74.
Add CI testing on 1.3 (for consistency with compat) and 1.6 (LTS).