Skip to content

Commit

Permalink
Bump wandb from 0.17.6 to 0.17.7 (#425)
Browse files Browse the repository at this point in the history
Bumps [wandb](https://github.com/wandb/wandb) from 0.17.6 to 0.17.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/wandb/wandb/releases">wandb's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.7</h2>
<h2>What's Changed</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure Nvidia GPU metrics are captured if
<code>libnvidia-ml.so</code> is unavailable when using core (<a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/8138">wandb/wandb#8138</a>)</li>
<li>Allow <code>define_metric(&quot;x&quot;,
step_metric=&quot;x&quot;)</code> when using core (<a
href="https://github.com/timoffex"><code>@​timoffex</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/8107">wandb/wandb#8107</a>)</li>
<li>Correctly upload empty files when using core (<a
href="https://github.com/timoffex"><code>@​timoffex</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/8109">wandb/wandb#8109</a>)</li>
<li>Fix occasional &quot;send on closed channel&quot; panic when
finishing a run using core (<a
href="https://github.com/timoffex"><code>@​timoffex</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/8140">wandb/wandb#8140</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/wandb/wandb/blob/main/CHANGELOG.md">wandb's
changelog</a>.</em></p>
<blockquote>
<h2>[0.17.7] - 2024-08-15</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure Nvidia GPU metrics are captured if
<code>libnvidia-ml.so</code> is unavailable when using core (<a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/8138">wandb/wandb#8138</a>)</li>
<li>Allow <code>define_metric(&quot;x&quot;,
step_metric=&quot;x&quot;)</code> when using core (<a
href="https://github.com/timoffex"><code>@​timoffex</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/8107">wandb/wandb#8107</a>)</li>
<li>Correctly upload empty files when using core (<a
href="https://github.com/timoffex"><code>@​timoffex</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/8109">wandb/wandb#8109</a>)</li>
<li>Fix occasional &quot;send on closed channel&quot; panic when
finishing a run using core (<a
href="https://github.com/timoffex"><code>@​timoffex</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/8140">wandb/wandb#8140</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wandb/wandb/commit/820caf5e24fd06083d46f52c606654dcc9741853"><code>820caf5</code></a>
Bump version and update CHANGELOG for release 0.17.7</li>
<li><a
href="https://github.com/wandb/wandb/commit/5021f3a22da76d631cd72e0132680754d5e970d1"><code>5021f3a</code></a>
chore(core): set <code>skip-existing: true</code> when releasing wandb
to testpypi (<a
href="https://redirect.github.com/wandb/wandb/issues/8142">#8142</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/9e239e77609a08ed05de2a516c7042358db6c7f3"><code>9e239e7</code></a>
chore(core): add ability to disable sentry reporting in nvidia_gpu_stats
(<a
href="https://redirect.github.com/wandb/wandb/issues/8141">#8141</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/db6129e3a81cd0eaa7f893df2780345fa5878108"><code>db6129e</code></a>
chore(core): implement pause and restart logic in system monitor (<a
href="https://redirect.github.com/wandb/wandb/issues/8133">#8133</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/58242818134f54b4e0d7dac1cc2f0dda3b809abb"><code>5824281</code></a>
fix(core): Don't send summary/config after finishing (<a
href="https://redirect.github.com/wandb/wandb/issues/8140">#8140</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/f3dcc70a733cc0e734a0bac3f871ebea27e661db"><code>f3dcc70</code></a>
chore(sdk): Update <code>run.log</code> docs</li>
<li><a
href="https://github.com/wandb/wandb/commit/edb6446c0ac8525b4ebcbabb802a05dd7ae625d3"><code>edb6446</code></a>
fix(core): ensure nvidia_gpu_stats captures gpu metrics when
libnvidia-ml.so ...</li>
<li><a
href="https://github.com/wandb/wandb/commit/69f3c2b4d881b6d203c1faa5c3cb9ee2a56489f0"><code>69f3c2b</code></a>
refactor(core): Better X-after-Finish errors in runfiles (<a
href="https://redirect.github.com/wandb/wandb/issues/8136">#8136</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/0f4e379be7f0145df7b6534281ce8d7fc8490394"><code>0f4e379</code></a>
chore(sdk): ensure generating module stubs works on py&lt;3.9 (<a
href="https://redirect.github.com/wandb/wandb/issues/8135">#8135</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/94693b5307f3e23e1914e4dc7b6194bb9c6005af"><code>94693b5</code></a>
chore(sdk): communicate_status =&gt; deliver_status</li>
<li>Additional commits viewable in <a
href="https://github.com/wandb/wandb/compare/v0.17.6...v0.17.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wandb&package-manager=pip&previous-version=0.17.6&new-version=0.17.7)](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>
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
2 parents dd05643 + b823565 commit b66b424
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b66b424

Please sign in to comment.