This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 1a47e4c chore: Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0 (#328)
1a47e4c is described below
commit 1a47e4c89009a26d7a818268890f3a0d23f25599
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 25 10:05:59 2025 -0400
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/[email protected]</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/[email protected]</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 [email protected]</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 />
[](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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index b26f0dc..3668909 100644
--- a/go.mod
+++ b/go.mod
@@ -46,7 +46,7 @@ require (
golang.org/x/sys v0.31.0
golang.org/x/tools v0.31.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
- gonum.org/v1/gonum v0.15.1
+ gonum.org/v1/gonum v0.16.0
google.golang.org/grpc v1.71.0
google.golang.org/protobuf v1.36.5
modernc.org/sqlite v1.29.6
diff --git a/go.sum b/go.sum
index 228cc11..656031c 100644
--- a/go.sum
+++ b/go.sum
@@ -252,8 +252,8 @@ golang.org/x/tools v0.31.0/go.mod
h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod
h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
h1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod
h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
-gonum.org/v1/gonum v0.15.1 h1:FNy7N6OUZVUaWG9pTiD+jlhdQ3lMP+/LcTpJ6+a8sQ0=
-gonum.org/v1/gonum v0.15.1/go.mod
h1:eZTZuRFrzu5pcyjN5wJhcIhnUdNijYxX1T2IcrOGY0o=
+gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
+gonum.org/v1/gonum v0.16.0/go.mod
h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f
h1:OxYkA3wjPsZyBylwymxSHa7ViiW1Sml4ToBrncvFehI=
google.golang.org/genproto/googleapis/rpc
v0.0.0-20250115164207-1a7da9e5054f/go.mod
h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50=
google.golang.org/grpc v1.71.0 h1:kF77BGdPTQ4/JZWMlb9VpJ5pa25aqvVqogsxNHHdeBg=