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 601d03b5 chore: Bump gonum.org/v1/gonum from 0.16.0 to 0.17.0 (#643)
601d03b5 is described below

commit 601d03b56b63e7fa94a101b1480699541d61cf9c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 20 16:26:17 2026 -0500

    chore: Bump gonum.org/v1/gonum from 0.16.0 to 0.17.0 (#643)
    
    Bumps [gonum.org/v1/gonum](https://github.com/gonum/gonum) from 0.16.0
    to 0.17.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.17.0</h2>
    <p>Release v0.17.0 is a minor release in the v0.17 branch.</p>
    <p>Bug fixes/improvements since v0.16.0:</p>
    <p>fc402bc4 spatial: add Umeyama's algorithm for estimating point
    pattern transformation parameters
    837a68db optimize: add configurable MinimumStepSize
    ac810a10 mathext: optimize Li2 and add benchmarks
    8da34cf6 optimize/functions: add sphere function
    a9119bd3 distuv: add non-central t distribution
    27d16a49 spatial/r2: increase box scale test tolerance
    9c251ca0 mathext: add dilogarithm function Li2
    509ffe02 mathext: add Hypergeo for computing the Gaussian Hypergeometric
    function
    98271d5d graph/network: add Dinic maximum flow function
    672aa59e stat: implement Wasserstein distance calculation
    4408afac stat: add an example to compute a confidence interval
    43738f81 graph/network: add diameter example for Eccentricity
    6b50a894 graph/network: add eccentricity measurement
    e62ddf59 lapack/testlapack: fix random source use</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/gonum/gonum/commit/fc402bc485e3a92f8d4f1f0ee5a49e2edf232ed2";><code>fc402bc</code></a>
    spatial: add Umeyama's algorithm for estimating point pattern
    transformation ...</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/93a8c051bbc0286e46ff296f8eabf0b37273620f";><code>93a8c05</code></a>
    A+C: add Mohamed Ali Bouhaouala</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/837a68db3f5f0ec24e9922aef24c16872820327d";><code>837a68d</code></a>
    optimize: add configurable MinimumStepSize</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/ac810a105c3fd4eb2955093d9839a2a856a2fe5f";><code>ac810a1</code></a>
    mathext: optimize Li2 and add benchmarks</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/9a4c13cfe22ee229ea5d3ccf7e78c8b482b2c32a";><code>9a4c13c</code></a>
    A+C: add Nathan Rooy</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/8da34cf6b4b610e7e1c7fab827f921dc40d5df27";><code>8da34cf</code></a>
    optimize/functions: add sphere function</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/a9119bd313fe095fec9203481b1e75d506e9d42b";><code>a9119bd</code></a>
    distuv: add non-central t distribution</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/27d16a49cbd53b5bd83509f52ecc0b9a00f4de06";><code>27d16a4</code></a>
    spatial/r2: increase box scale test tolerance</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/ba05c1592d9864fe2786368ff0285bb4a8d21500";><code>ba05c15</code></a>
    all: use go tool directive</li>
    <li><a
    
href="https://github.com/gonum/gonum/commit/9c251ca02972205ba15bd868a57c53380dd468ed";><code>9c251ca</code></a>
    mathext: add dilogarithm function Li2</li>
    <li>Additional commits viewable in <a
    href="https://github.com/gonum/gonum/compare/v0.16.0...v0.17.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.16.0&new-version=0.17.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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 4 ++--
 go.sum | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index a67ce84c..b2639d15 100644
--- a/go.mod
+++ b/go.mod
@@ -38,6 +38,7 @@ require (
        github.com/stoewer/go-strcase v1.3.1
        github.com/stretchr/testify v1.11.1
        github.com/substrait-io/substrait-go/v7 v7.2.2
+       github.com/substrait-io/substrait-protobuf/go v0.78.1
        github.com/tidwall/sjson v1.2.5
        github.com/zeebo/xxh3 v1.0.2
        golang.org/x/exp v0.0.0-20260112195511-716be5621a96
@@ -45,7 +46,7 @@ require (
        golang.org/x/sys v0.40.0
        golang.org/x/tools v0.41.0
        golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
-       gonum.org/v1/gonum v0.16.0
+       gonum.org/v1/gonum v0.17.0
        google.golang.org/grpc v1.78.0
        google.golang.org/protobuf v1.36.11
        modernc.org/sqlite v1.44.1
@@ -78,7 +79,6 @@ require (
        github.com/rivo/uniseg v0.4.7 // indirect
        github.com/stretchr/objx v0.5.2 // indirect
        github.com/substrait-io/substrait v0.78.1 // indirect
-       github.com/substrait-io/substrait-protobuf/go v0.78.1 // indirect
        github.com/tidwall/gjson v1.14.2 // indirect
        github.com/tidwall/match v1.1.1 // indirect
        github.com/tidwall/pretty v1.2.0 // indirect
diff --git a/go.sum b/go.sum
index ada4bf1d..5ece6ba4 100644
--- a/go.sum
+++ b/go.sum
@@ -244,8 +244,8 @@ golang.org/x/tools v0.41.0/go.mod 
h1:XSY6eDqxVNiYgezAVqqCeihT4j1U2CCsqvH3WhQpnlg
 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.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
-gonum.org/v1/gonum v0.16.0/go.mod 
h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
+gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
+gonum.org/v1/gonum v0.17.0/go.mod 
h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
 google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda 
h1:i/Q+bfisr7gq6feoJnS/DlpdwEL4ihp41fvRiM3Ork0=
 google.golang.org/genproto/googleapis/rpc 
v0.0.0-20251029180050-ab9386a59fda/go.mod 
h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
 google.golang.org/grpc v1.78.0 h1:K1XZG/yGDJnzMdd/uZHAkVqJE+xIDOcmdSFZkBUicNc=

Reply via email to