Uh oh!
There was an error while loading. Please reload this page.
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.
|
mcabbott
commented
Dec 10, 2021
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? |
mcabbott
commented
Dec 10, 2021
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).
cossio
commented
Dec 11, 2021
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 |
cossio
commented
Dec 11, 2021
Regarding the CI test on Julia v.17, see #78 |
cossio
commented
Dec 11, 2021
Done |
cossio
commented
Dec 11, 2021
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).