Skip to content

Commit

Permalink
Deployed cc3bb2b 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 10, 2024
1 parent c4c94b8 commit 0eb01e5
Show file tree
Hide file tree
Showing 76 changed files with 8,654 additions and 6,924 deletions.
73 changes: 51 additions & 22 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="#changed" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
</a>

</li>

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

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

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

<li class="md-nav__item">
<a href="#changed_2" class="md-nav__link">
<a href="#changed_3" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3446,7 +3455,7 @@
</li>

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

<li class="md-nav__item">
<a href="#changed_4" class="md-nav__link">
<a href="#changed_5" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3530,7 +3539,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_5" class="md-nav__link">
<a href="#changed_6" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3617,7 +3626,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_6" class="md-nav__link">
<a href="#changed_7" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3733,6 +3742,15 @@
</ul>
</nav>

</li>

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

</li>

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

<li class="md-nav__item">
<a href="#changed" class="md-nav__link">
<a href="#changed_1" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3830,7 +3848,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
<a href="#changed_2" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3872,7 +3890,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_2" class="md-nav__link">
<a href="#changed_3" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3905,7 +3923,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_3" class="md-nav__link">
<a href="#changed_4" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3956,7 +3974,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_4" class="md-nav__link">
<a href="#changed_5" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -3989,7 +4007,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_5" class="md-nav__link">
<a href="#changed_6" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -4076,7 +4094,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_6" class="md-nav__link">
<a href="#changed_7" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -4136,6 +4154,17 @@ <h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">&
<li>Add new backend implementations for influence computation
to account for block-diagonal approximations
<a href="https://github.com/aai-institute/pyDVL/pull/582">PR #582</a></li>
<li>Extend <code>DirectInfluence</code> with block-diagonal and Gauss-Newton
approximation
<a href="https://github.com/aai-institute/pyDVL/pull/591">PR #591</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>
<li>Rename parameter <code>hessian_regularization</code> of <code>DirectInfluence</code>
to <code>regularization</code> and change the type annotation to allow
for block-wise regularization parameters
<a href="https://github.com/aai-institute/pyDVL/pull/591">PR #591</a></li>
</ul>
<h2 id="092-bug-fixes-logging-improvement">0.9.2 - 🏗 Bug fixes, logging improvement<a class="headerlink" href="#092-bug-fixes-logging-improvement" title="Permanent link">&para;</a></h2>
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -4165,7 +4194,7 @@ <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&
depending on OS)
<a href="https://github.com/aai-institute/pyDVL/pull/579">PR #579</a></li>
</ul>
<h3 id="changed">Changed<a class="headerlink" href="#changed" title="Permanent link">&para;</a></h3>
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
<ul>
<li>Changed logging behavior of iterative methods <code>LissaInfluence</code> and
<code>CgInfluence</code> to warn on not achieving desired tolerance within <code>maxiter</code>,
Expand Down Expand Up @@ -4210,7 +4239,7 @@ <h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent lin
are available through <code>pydvl.utils.cache</code>
<a href="https://github.com/aai-institute/pyDVL/pull/509">PR #509</a> </li>
</ul>
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
<ul>
<li>Add property <code>model_dtype</code> to instances of type <code>TorchInfluenceFunctionModel</code></li>
<li>Bump versions of CI actions to avoid warnings
Expand Down Expand Up @@ -4243,7 +4272,7 @@ <h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent lin
<li>Fixed bug with checking for converged values in semivalues
<a href="https://github.com/appliedAI-Initiative/pyDVL/pull/341">PR #341</a></li>
</ul>
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">&para;</a></h3>
<ul>
<li>Add applications of data valuation section, display examples more prominently,
make all sections visible in table of contents, use mkdocs material cards
Expand All @@ -4263,7 +4292,7 @@ <h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent lin
<li>Adapt notebooks to new influence abstractions
<a href="https://github.com/aai-institute/pyDVL/issues/430">PR #430</a></li>
</ul>
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">&para;</a></h3>
<h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">&para;</a></h3>
<ul>
<li>Refactor and simplify caching implementation
<a href="https://github.com/aai-institute/pyDVL/pull/458">PR #458</a></li>
Expand Down Expand Up @@ -4305,7 +4334,7 @@ <h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent lin
<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>
</ul>
<h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">&para;</a></h3>
<h3 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permanent link">&para;</a></h3>
<ul>
<li>No longer using docker within tests to start a memcached server
<a href="https://github.com/aai-institute/pyDVL/pull/444">PR #444</a></li>
Expand Down Expand Up @@ -4341,7 +4370,7 @@ <h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent lin
[https://arxiv.org/abs/2211.06800]
<a href="https://github.com/aai-institute/pyDVL/pull/338">PR #338</a></li>
</ul>
<h3 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permanent link">&para;</a></h3>
<h3 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permanent link">&para;</a></h3>
<ul>
<li>Replaced sphinx with mkdocs for documentation. Major overhaul of documentation
<a href="https://github.com/aai-institute/pyDVL/pull/352">PR #352</a></li>
Expand Down Expand Up @@ -4522,7 +4551,7 @@ <h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent lin
minor additions to <code>update_docs.py</code>.
- Parallelization of exact combinatorial Shapley.
- Integrated KNN shapley into the main interface <code>compute_shapley_values</code>.</p>
<h3 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permanent link">&para;</a></h3>
<h3 id="changed_7">Changed<a class="headerlink" href="#changed_7" title="Permanent link">&para;</a></h3>
<p>In <a href="https://github.com/aai-institute/pyDVL/pull/161">PR #161</a>:
- Improved main docs and Shapley notebooks. Added or fixed many docstrings,
readme and documentation for contributors. Typos, grammar and style in code,
Expand Down Expand Up @@ -4579,7 +4608,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-05-29</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-03</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-06</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-10</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-06</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-10</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-06</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-10</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-06</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-10</span>
</span>


Expand Down
Loading

0 comments on commit 0eb01e5

Please sign in to comment.