Skip to content

Commit 1a47e4c

Browse files
chore: Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0 (#328)
Bumps [gonum.org/v1/gonum](https://github.com/gonum/gonum) from 0.15.1 to 0.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gonum/gonum/releases">gonum.org/v1/gonum's releases</a>.</em></p> <blockquote> <h2>v0.16.0</h2> <p>Release v0.16.0 is a minor release in the v0.16 branch.</p> <p>API breaking changes:</p> <p>cf3307fa bc349ecf 061ef9d2 all: migrate to math/rand/v2</p> <p>Improvements since v0.15.1:</p> <p>0dd167ea graph/flow: add algorithm for finding intervals in flow graphs 0c3ed0bb dsp/transform: new package and initial Hilbert transform ef1ae5e4 graph/path: improve performance of YenKShortestPaths</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gonum/gonum/commit/7826ba4358a76646a8bd1f852201c4fed2c81c38"><code>7826ba4</code></a> github: add reading check instruction to pr template</li> <li><a href="https://github.com/gonum/gonum/commit/bbabe751f558af5e55240a5446094c36cc3cce55"><code>bbabe75</code></a> A+C: add Zhan Shan Mao</li> <li><a href="https://github.com/gonum/gonum/commit/808cbd482b768fe5220dce55b43cecea4612c688"><code>808cbd4</code></a> lapack: fix eigenvector normalization residual calculation</li> <li><a href="https://github.com/gonum/gonum/commit/3b4190ae78293330a67ac58bbb9174191c7ac70b"><code>3b4190a</code></a> all: bump gonum/plot@v0.15.2</li> <li><a href="https://github.com/gonum/gonum/commit/7f45d71405c7c95343ff86c2247643d7ebb6e509"><code>7f45d71</code></a> graph/iterator: reflect the swiss map iterator shape</li> <li><a href="https://github.com/gonum/gonum/commit/d39b80c47eea680a3151c7e3e92268d7c37db2c0"><code>d39b80c</code></a> ci: bump WillAbides/setup-go-faster@1.14</li> <li><a href="https://github.com/gonum/gonum/commit/571acd82cc2281b6b8e8545599c2032bbafb4245"><code>571acd8</code></a> blas/testblas,optimize: apply staticcheck suggestions</li> <li><a href="https://github.com/gonum/gonum/commit/23cc2a72e4efb81af812b257c4414f9fcd51b748"><code>23cc2a7</code></a> ci: bump staticcheck@2025.1</li> <li><a href="https://github.com/gonum/gonum/commit/72d9f395e5a729bd79f6415c6da3d16ffa1742d8"><code>72d9f39</code></a> all: use Go-1.24, drop Go-1.22</li> <li><a href="https://github.com/gonum/gonum/commit/3f7594a060048e97b0212701eebb106870426e45"><code>3f7594a</code></a> graph/formats/rdf: regenerate with new ragel version</li> <li>Additional commits viewable in <a href="https://github.com/gonum/gonum/compare/v0.15.1...v0.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gonum.org/v1/gonum&package-manager=go_modules&previous-version=0.15.1&new-version=0.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 276892c commit 1a47e4c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
golang.org/x/sys v0.31.0
4747
golang.org/x/tools v0.31.0
4848
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
49-
gonum.org/v1/gonum v0.15.1
49+
gonum.org/v1/gonum v0.16.0
5050
google.golang.org/grpc v1.71.0
5151
google.golang.org/protobuf v1.36.5
5252
modernc.org/sqlite v1.29.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ golang.org/x/tools v0.31.0/go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ
252252
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
253253
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=
254254
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
255-
gonum.org/v1/gonum v0.15.1 h1:FNy7N6OUZVUaWG9pTiD+jlhdQ3lMP+/LcTpJ6+a8sQ0=
256-
gonum.org/v1/gonum v0.15.1/go.mod h1:eZTZuRFrzu5pcyjN5wJhcIhnUdNijYxX1T2IcrOGY0o=
255+
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
256+
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
257257
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f h1:OxYkA3wjPsZyBylwymxSHa7ViiW1Sml4ToBrncvFehI=
258258
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f/go.mod h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50=
259259
google.golang.org/grpc v1.71.0 h1:kF77BGdPTQ4/JZWMlb9VpJ5pa25aqvVqogsxNHHdeBg=

0 commit comments

Comments
 (0)