gonum / plot

A repository for plotting and visualizing data
BSD 3-Clause "New" or "Revised" License
2.72k stars 202 forks source link

all: bump to Go-1.20, drop Go-1.18 #760

Closed sbinet closed 1 year ago

sbinet commented 1 year ago

Please take a look.

codecov-commenter commented 1 year ago

Codecov Report

Base: 73.34% // Head: 74.81% // Increases project coverage by +1.46% :tada:

Coverage data is based on head (5e3a35a) compared to base (74e8112). Patch has no changes to coverable lines.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #760 +/- ## ========================================== + Coverage 73.34% 74.81% +1.46% ========================================== Files 56 58 +2 Lines 5159 7345 +2186 ========================================== + Hits 3784 5495 +1711 - Misses 1191 1655 +464 - Partials 184 195 +11 ``` | [Impacted Files](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum) | Coverage Δ | | |---|---|---| | [vg/geom.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-dmcvZ2VvbS5nbw==) | `76.00% <0.00%> (-5.25%)` | :arrow_down: | | [plotter/quartile.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-cGxvdHRlci9xdWFydGlsZS5nbw==) | `67.97% <0.00%> (-2.12%)` | :arrow_down: | | [palette/hsva.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-cGFsZXR0ZS9oc3ZhLmdv) | `89.74% <0.00%> (-1.79%)` | :arrow_down: | | [text/plain.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-dGV4dC9wbGFpbi5nbw==) | `88.63% <0.00%> (-1.69%)` | :arrow_down: | | [plotter/errbars.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-cGxvdHRlci9lcnJiYXJzLmdv) | `86.56% <0.00%> (-1.44%)` | :arrow_down: | | [vg/vgpdf/vgpdf.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-dmcvdmdwZGYvdmdwZGYuZ28=) | `68.58% <0.00%> (-1.29%)` | :arrow_down: | | [axis.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-YXhpcy5nbw==) | `85.96% <0.00%> (-0.99%)` | :arrow_down: | | [vg/tee.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-dmcvdGVlLmdv) | `76.00% <0.00%> (-0.93%)` | :arrow_down: | | [palette/moreland/smooth.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-cGFsZXR0ZS9tb3JlbGFuZC9zbW9vdGguZ28=) | `85.91% <0.00%> (-0.63%)` | :arrow_down: | | [plotter/line.go](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum#diff-cGxvdHRlci9saW5lLmdv) | `90.38% <0.00%> (-0.42%)` | :arrow_down: | | ... and [45 more](https://codecov.io/gh/gonum/plot/pull/760?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gonum)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

sbinet commented 1 year ago

PTAL.

@kortschak it seems the 1.18.x builds for darwin and linux are still referenced (and marked required.)