Skip to content

Commit

Permalink
Bump albumentations from 1.4.7 to 1.4.8 (#554)
Browse files Browse the repository at this point in the history
Bumps
[albumentations](https://github.com/albumentations-team/albumentations)
from 1.4.7 to 1.4.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/albumentations-team/albumentations/releases">albumentations's
releases</a>.</em></p>
<blockquote>
<h2>Albumentations 1.4.8 Release Notes</h2>
<ul>
<li>Support our work</li>
<li>Documentation</li>
<li>Deprecations</li>
<li>Improvements and bug fixes</li>
</ul>
<h2>Support Our Work</h2>
<ol>
<li>Love the library? You can contribute to its development by becoming
a <a href="https://github.com/sponsors/albumentations-team">sponsor for
the library</a>. Your support is invaluable, and every contribution
makes a difference.</li>
<li>Haven't starred our repo yet? Show your support with a ⭐! It's just
<a href="https://github.com/albumentations-team/albumentations">only one
mouse click</a>.</li>
<li>Got ideas or facing issues? We'd love to hear from you. Share your
thoughts in our <a
href="https://github.com/albumentations-team/albumentations/issues">issues</a>
or join the conversation on our <a
href="https://discord.gg/AmMnDBdzYs">Discord server for
Albumentations</a></li>
</ol>
<h2>Documentation</h2>
<p>Added to the documentation links to the UI on HuggingFace to explore
hyperparameters visually.</p>
<!-- raw HTML omitted -->
<h2>Deprecations</h2>
<h3>RandomSnow</h3>
<p>Updated interface:</p>
<p>Old way:</p>
<pre lang="python"><code>transform = A.Compose([A.RandomSnow(
  snow_point_lower=0.1,
  snow_point_upper=0.3,
  p=0.5
)])
</code></pre>
<p>New way:</p>
<pre lang="python"><code>transform = A.Compose([A.RandomSnow(
  snow_point_range=(0.1, 0.3),
  p=0.5
)])
</code></pre>
<p>by <a
href="https://github.com/MarognaLorenzo"><code>@​MarognaLorenzo</code></a></p>
<h3>RandomRain</h3>
<p>Old way</p>
<pre lang="python"><code>transform = A.Compose([A.RandomSnow(
  slant_lower=-10,
  slant_upper=10,
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/24a654cd3d187e286f8a302980115a448ab8cb7e"><code>24a654c</code></a>
Boost version (<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1754">#1754</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/0af4deecb3144d6bd2e460ef5c14603d412bd66e"><code>0af4dee</code></a>
Refactor get center (<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1753">#1753</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/4cd9d90f04698ae5aaa9fa682491e2c07dd44f86"><code>4cd9d90</code></a>
refactor Normalize - moved men / std calculation to init (<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1752">#1752</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/c7d6f0dc271accc7b6cf7d8d73617a9c0cf141f2"><code>c7d6f0d</code></a>
Pr 1749 (<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1750">#1750</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/dfa92b81d855e52f98985f7c7f7307a8ab07116f"><code>dfa92b8</code></a>
Fix min_max (<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1743">#1743</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/c546de8155e4646c910a77febe5b4f02cc9316cd"><code>c546de8</code></a>
<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1740">#1740</a>
Error &quot;Key image is not in available keys&quot; for empty transform
(<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1741">#1741</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/d7e5bd2cc2208f4dbb3b1f5bb9267ac3362f536c"><code>d7e5bd2</code></a>
Added codecov yaml check for CI (<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1739">#1739</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/767460c5055caadeb8301f6bfd994563f33fbc42"><code>767460c</code></a>
Ffx <code>targets</code> at dualtransform based transforms. Add tests
(<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1705">#1705</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/7929779de37f2fdbc088ba78349c5fbbcfa24941"><code>7929779</code></a>
Bugfix in randomshadow (<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1734">#1734</a>)</li>
<li><a
href="https://github.com/albumentations-team/albumentations/commit/089501ec6350b037f0f80509c28c4abaa21e2cd8"><code>089501e</code></a>
Pr 1728 (<a
href="https://redirect.github.com/albumentations-team/albumentations/issues/1733">#1733</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/albumentations-team/albumentations/compare/1.4.7...1.4.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=albumentations&package-manager=pip&previous-version=1.4.7&new-version=1.4.8)](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 Jun 3, 2024
2 parents 4293dba + 9300531 commit 2f4cee8
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions poetry.lock

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

0 comments on commit 2f4cee8

Please sign in to comment.