Skip to content

Commit

Permalink
Deployed d13af35 to devel with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 20, 2024
1 parent 30d64c7 commit 9215315
Show file tree
Hide file tree
Showing 71 changed files with 325 additions and 299 deletions.
74 changes: 49 additions & 25 deletions devel/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3274,6 +3274,15 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#fixed" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3305,7 +3314,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed" class="md-nav__link">
<a href="#fixed_1" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3338,7 +3347,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
<a href="#fixed_2" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3371,7 +3380,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link">
<a href="#fixed_3" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3413,7 +3422,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link">
<a href="#fixed_4" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3464,7 +3473,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_4" class="md-nav__link">
<a href="#fixed_5" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3497,7 +3506,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_5" class="md-nav__link">
<a href="#fixed_6" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3548,7 +3557,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_6" class="md-nav__link">
<a href="#fixed_7" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3635,7 +3644,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_7" class="md-nav__link">
<a href="#fixed_8" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3742,6 +3751,15 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#fixed" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3773,7 +3791,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed" class="md-nav__link">
<a href="#fixed_1" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3806,7 +3824,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
<a href="#fixed_2" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3839,7 +3857,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link">
<a href="#fixed_3" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3881,7 +3899,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link">
<a href="#fixed_4" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3932,7 +3950,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_4" class="md-nav__link">
<a href="#fixed_5" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -3965,7 +3983,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_5" class="md-nav__link">
<a href="#fixed_6" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -4016,7 +4034,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_6" class="md-nav__link">
<a href="#fixed_7" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -4103,7 +4121,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_7" class="md-nav__link">
<a href="#fixed_8" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -4163,6 +4181,12 @@ <h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">&
approximation
<a href="https://github.com/aai-institute/pyDVL/pull/596">PR #596</a></li>
</ul>
<h2 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h2>
<ul>
<li>Replace <code>np.float_</code> with <code>np.float64</code> and <code>np.alltrue</code> with <code>np.all</code>,
as the old aliases are removed in NumPy 2.0
<a href="https://github.com/aai-institute/pyDVL/pull/604">PR #604</a></li>
</ul>
<h2 id="changed">Changed<a class="headerlink" href="#changed" title="Permanent link">&para;</a></h2>
<ul>
<li><strong>Breaking Changes</strong></li>
Expand Down Expand Up @@ -4191,7 +4215,7 @@ <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent lin
user input (<code>pytest --with-cuda</code>) resolves to cuda device
<a href="https://github.com/aai-institute/pyDVL/pull/574">PR #574</a></li>
</ul>
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
<ul>
<li>Fixed logging issue in decorator <code>log_duration</code>
<a href="https://github.com/aai-institute/pyDVL/pull/567">PR #567</a></li>
Expand All @@ -4218,7 +4242,7 @@ <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permane
<a href="https://github.com/aai-institute/pyDVL/pull/567">PR #567</a></li>
</ul>
<h2 id="091-bug-fixes-logging-improvement">0.9.1 - Bug fixes, logging improvement<a class="headerlink" href="#091-bug-fixes-logging-improvement" title="Permanent link">&para;</a></h2>
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
<ul>
<li><code>FutureWarning</code> for <code>ParallelConfig</code> constantly raised without actually
instantiating the object
Expand All @@ -4242,7 +4266,7 @@ <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent lin
<li>Documentation about writing notes for new features, changes or deprecations
<a href="https://github.com/aai-institute/pyDVL/pull/557">PR #557</a></li>
</ul>
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h3>
<ul>
<li>Bug in <code>LissaInfluence</code>, when not using CPU device
<a href="https://github.com/aai-institute/pyDVL/pull/495">PR #495</a></li>
Expand Down Expand Up @@ -4277,7 +4301,7 @@ <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent lin
<li>Implemented exact games in Castro et al. 2009 and 2017
<a href="https://github.com/appliedAI-Initiative/pyDVL/pull/341">PR #341</a></li>
</ul>
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h3>
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h3>
<ul>
<li>Bug in using <code>DaskInfluenceCalcualator</code> with <code>TorchnumpyConverter</code>
for single dimensional arrays
Expand Down Expand Up @@ -4327,7 +4351,7 @@ <h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permane
</ul>
</li>
</ul>
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h3>
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h3>
<ul>
<li>Import bug in README <a href="https://github.com/aai-institute/pyDVL/issues/457">PR #457</a></li>
</ul>
Expand All @@ -4344,7 +4368,7 @@ <h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent lin
<li>Faster semi-value computation with per-index check of stopping criteria (optional)
<a href="https://github.com/aai-institute/pyDVL/pull/437">PR #437</a></li>
</ul>
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h3>
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h3>
<ul>
<li>Fix initialization of <code>data_names</code> in <code>ValuationResult.zeros()</code>
<a href="https://github.com/aai-institute/pyDVL/pull/443">PR #443</a></li>
Expand Down Expand Up @@ -4408,7 +4432,7 @@ <h3 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permane
<li>Bump torch dependency for influence package to 2.0
<a href="https://github.com/aai-institute/pyDVL/pull/365">PR #365</a></li>
</ul>
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h3>
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">&para;</a></h3>
<ul>
<li>Fixes to parallel computation of generic semi-values: properly handle all
samplers and stopping criteria, irrespective of parallel backend.
Expand Down Expand Up @@ -4572,7 +4596,7 @@ <h3 id="changed_7">Changed<a class="headerlink" href="#changed_7" title="Permane
readme and documentation for contributors. Typos, grammar and style in code,
documentation and notebooks.
- Internal renaming and rearranging in the parallelization and caching modules.</p>
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">&para;</a></h3>
<h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">&para;</a></h3>
<ul>
<li>Bug in random matrix generation
<a href="https://github.com/aai-institute/pyDVL/pull/161">PR #161</a>.</li>
Expand Down Expand Up @@ -4623,7 +4647,7 @@ <h2 id="010-first-release">0.1.0 - 🎉 first release<a class="headerlink" href=
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-11</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-18</span>
</span>


Expand Down
4 changes: 2 additions & 2 deletions devel/api/pydvl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3363,7 +3363,7 @@ <h2 id="pydvl--the-python-data-valuation-library-api">The Python Data Valuation
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand All @@ -3373,7 +3373,7 @@ <h2 id="pydvl--the-python-data-valuation-library-api">The Python Data Valuation
<span class="md-icon" title="Created">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand Down
4 changes: 2 additions & 2 deletions devel/api/pydvl/influence/array/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5360,7 +5360,7 @@ <h3 id="pydvl.influence.array.NestedLazyChunkSequence.to_zarr" class="doc doc-he
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand All @@ -5370,7 +5370,7 @@ <h3 id="pydvl.influence.array.NestedLazyChunkSequence.to_zarr" class="doc doc-he
<span class="md-icon" title="Created">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6201,7 +6201,7 @@ <h3 id="pydvl.influence.base_influence_function_model.ComposableInfluence.influe
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand All @@ -6211,7 +6211,7 @@ <h3 id="pydvl.influence.base_influence_function_model.ComposableInfluence.influe
<span class="md-icon" title="Created">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand Down
4 changes: 2 additions & 2 deletions devel/api/pydvl/influence/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3352,7 +3352,7 @@ <h1 id="pydvl.influence" class="doc doc-heading">
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand All @@ -3362,7 +3362,7 @@ <h1 id="pydvl.influence" class="doc doc-heading">
<span class="md-icon" title="Created">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand Down
4 changes: 2 additions & 2 deletions devel/api/pydvl/influence/influence_calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5566,7 +5566,7 @@ <h3 id="pydvl.influence.influence_calculator.SequentialInfluenceCalculator.influ
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand All @@ -5576,7 +5576,7 @@ <h3 id="pydvl.influence.influence_calculator.SequentialInfluenceCalculator.influ
<span class="md-icon" title="Created">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand Down
4 changes: 2 additions & 2 deletions devel/api/pydvl/influence/torch/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9499,7 +9499,7 @@ <h3 id="pydvl.influence.torch.base.TorchComposableInfluence.influences_from_fact
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand All @@ -9509,7 +9509,7 @@ <h3 id="pydvl.influence.torch.base.TorchComposableInfluence.influences_from_fact
<span class="md-icon" title="Created">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
</span>


Expand Down
Loading

0 comments on commit 9215315

Please sign in to comment.