Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group across 1 directory with 3 updates #256

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the python-packages group with 3 updates in the / directory: landlab, scikit-image and numpy.

Updates landlab from 2.7.0 to 2.8.0

Changelog

Sourced from landlab's changelog.

2.8.0 (2024-05-12)

New Components


- Added new component :class:`~.ConcentrationTrackerForDiffusion`
  for tracking hillslope sediment properties. (`[#1662](https://github.com/landlab/landlab/issues/1662) <https://github.com/landlab/landlab/issues/1662>`_)
- Added new component :class:`~.MassWastingRunout`
  for predicting the hazard extent, sediment transport and topographic change associated with the runout of a landslide. (`[#1830](https://github.com/landlab/landlab/issues/1830) <https://github.com/landlab/landlab/issues/1830>`_)

New Features


- Fixed the Radiation component by computing fields with ASCE standard formulas, added
  increased test coverage for both field computations and standard unit testing.
  Min, max, and avg daily temp are also three optional, newly added
  user-defined arguments for the component. (`[#1755](https://github.com/landlab/landlab/issues/1755) &lt;https://github.com/landlab/landlab/issues/1755&gt;`_)
- Added a new grid type, :class:`~.IcosphereGlobalGrid` (plus underlying graph
  machinery, etc.). (`[#1808](https://github.com/landlab/landlab/issues/1808) &lt;https://github.com/landlab/landlab/issues/1808&gt;`_)
- Added a new function, calc_net_face_flux_at_cell, that computes the
  net flux of a quantity into each of a RasterModelGrid's cells. This
  function uses openmp to parallelize its calculations. (`[#1900](https://github.com/landlab/landlab/issues/1900) &lt;https://github.com/landlab/landlab/issues/1900&gt;`_)
- Added a new *vtk* writer, ``landlab.io.legacy_vtk.dump`` that is
  able to write *Landlab* grids that have three spatial coordinates.
  This function is also able to write both the main grid (*nodes* and
  *patches*) as well as the dual grid (*corners* and *cells*). (`[#1932](https://github.com/landlab/landlab/issues/1932) &lt;https://github.com/landlab/landlab/issues/1932&gt;`_)

Bug Fixes


- Fixed a bug when ordering links at patches with patches composed of varying
  numbers of links. (`[#1807](https://github.com/landlab/landlab/issues/1807) &amp;lt;https://github.com/landlab/landlab/issues/1807&amp;gt;`_)
- Fixed a bug where SpaceLargeScaleEroder deviates from analytical solution for mixed bedrock-alluvial river in a portion of the parameter space. (`[#1901](https://github.com/landlab/landlab/issues/1901) &amp;lt;https://github.com/landlab/landlab/issues/1901&amp;gt;`_)
- Fixed a bug that caused a ``ModuleNotFoundError`` for *pkg_config* on
  Python 3.12. (`[#1927](https://github.com/landlab/landlab/issues/1927) &amp;lt;https://github.com/landlab/landlab/issues/1927&amp;gt;`_)


Documentation Enhancements
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Update list of publications in USEDBY.rst. (&lt;code&gt;[#1928](https://github.com/landlab/landlab/issues/1928) &amp;lt;https://github.com/landlab/landlab/issues/1928&amp;gt;&lt;/code&gt;_)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Other Changes and Additions&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
- Removed the broken ``map_link_vector_to_nodes`` method from
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/62fa4539b223b7ccefcff5c87adf7834c12265f1&quot;&gt;&lt;code&gt;62fa453&lt;/code&gt;&lt;/a&gt; Preparing release 2.8.0&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/2f9a9cdb12eba2167f63daf081d6ce25f3b57670&quot;&gt;&lt;code&gt;2f9a9cd&lt;/code&gt;&lt;/a&gt; drop windows 32bit; update cibuildwheel&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/2c900a3b1d8b38e73f2d90ce33e7e8c2d7720b8b&quot;&gt;&lt;code&gt;2c900a3&lt;/code&gt;&lt;/a&gt; Merge branch 'master' into mcflugen/prepare-for-v2.8&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/26d7662a05e5f73eb0a3ab4a8afc7dd5d8c1f8df&quot;&gt;&lt;code&gt;26d7662&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://redirect.github.com/landlab/landlab/issues/1838&quot;&gt;#1838&lt;/a&gt; from landlab/gt/icosphere-grid&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/ed4a7bb45b959004089a01096d1833149c770175&quot;&gt;&lt;code&gt;ed4a7bb&lt;/code&gt;&lt;/a&gt; add a link to the docs&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/71d86e5f9eb45c4c8453c35b7d6eed5be1a51d2c&quot;&gt;&lt;code&gt;71d86e5&lt;/code&gt;&lt;/a&gt; make landlab.util.geometry a module&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/13c13a40c3beb16368f0bd151a08af3e4178b200&quot;&gt;&lt;code&gt;13c13a4&lt;/code&gt;&lt;/a&gt; remove usages of to_vtk in the notebooks&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/9bb7e7716f9fc0bc8812a524349144aed92def12&quot;&gt;&lt;code&gt;9bb7e77&lt;/code&gt;&lt;/a&gt; remove to_vtk method&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/a3c5d72c15d97a092a46fae4d453ba4317140539&quot;&gt;&lt;code&gt;a3c5d72&lt;/code&gt;&lt;/a&gt; use landlab.io.legacy_vtk functions for vtk output&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/landlab/landlab/commit/9c5df3f453df5860e5cc68724986831da95f8883&quot;&gt;&lt;code&gt;9c5df3f&lt;/code&gt;&lt;/a&gt; add vtk.dump alongside to_vtk&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/landlab/landlab/compare/v2.7.0...v2.8.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>

Updates `scikit-image` from 0.19.3 to 0.23.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/scikit-image/scikit-image/releases">scikit-image's releases</a>.</em></p>
<blockquote>
<h2>v0.23.2</h2>
<h1>scikit-image 0.23.2</h1>
<p>We're happy to announce the release of scikit-image 0.23.2!</p>
<h2>Bug Fixes</h2>
<ul>
<li>Make sure <code>skimage.util.img_as_ubyte</code> supports the edge case where <code>dtype('uint64').type</code> of the provided image is <code>np.ulonglong</code> instead of <code>np.uint64</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7392">#7392</a>).</li>
</ul>
<h2>Documentation</h2>
<ul>
<li>Add date to 0.23.1 release notes (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7384">#7384</a>).</li>
<li>Fix docstring of <code>connectivity</code> parameter in <code>skimage.segmentation.watershed</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7360">#7360</a>).</li>
</ul>
<h2>Infrastructure</h2>
<ul>
<li>Ignore Sphinx warning about unpickable cache (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7400">#7400</a>).</li>
<li>Simplify instructions on changelist in PR template (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7401">#7401</a>).</li>
</ul>
<h2>Maintenance</h2>
<ul>
<li>Use <code>numpy.inf</code> instead of deprecated <code>numpy.infty</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7386">#7386</a>).</li>
<li>Update Ruff config (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7387">#7387</a>).</li>
<li>Update matrix and names of Azure pipelines configuration (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7390">#7390</a>).</li>
<li>Use upload- and download-artifact v4 (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7389">#7389</a>).</li>
<li>Ignore arch specific cast warnings originating from <code>astype</code> in tests (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7393">#7393</a>).</li>
<li>Update link to numpydoc example.py (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7395">#7395</a>).</li>
</ul>
<h2>Contributors</h2>
<p>4 authors added to this release (alphabetically):</p>
<ul>
<li><a href="https://github.com/pitkajuh"><code>@​pitkajuh</code></a></li>
<li>Jarrod Millman (<a href="https://github.com/jarrodmillman"><code>@​jarrodmillman</code></a>)</li>
<li>Lars Grüter (<a href="https://github.com/lagru"><code>@​lagru</code></a>)</li>
<li>Marianne Corvellec (<a href="https://github.com/mkcor"><code>@​mkcor</code></a>)</li>
</ul>
<p>4 reviewers added to this release (alphabetically):</p>
<ul>
<li>Egor Panfilov (<a href="https://github.com/soupault"><code>@​soupault</code></a>)</li>
<li>Jarrod Millman (<a href="https://github.com/jarrodmillman"><code>@​jarrodmillman</code></a>)</li>
<li>Lars Grüter (<a href="https://github.com/lagru"><code>@​lagru</code></a>)</li>
<li>Marianne Corvellec (<a href="https://github.com/mkcor"><code>@​mkcor</code></a>)</li>
</ul>
<p><em>These lists are automatically generated, and may not be complete or may contain duplicates.</em></p>
<h2>v0.23.2rc1</h2>
<h1>scikit-image 0.23.2rc1</h1>
<blockquote>
<p>[!IMPORTANT]</p>
</blockquote>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/scikit-image/scikit-image/commit/b76ff13478a5123e4d8b422586aaa54c791f2604"><code>b76ff13</code></a> Designate 0.23.2 release</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/b5f2ee97b744f35016aec523a06477c4bbbddca1"><code>b5f2ee9</code></a> Simplify instructions about changelist in PR template (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7401">#7401</a>)</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/3487d3a68cbd4cc4a16411701d6b7d441fc7d0ac"><code>3487d3a</code></a> Ignore sphinx warning about unpickable cache (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7400">#7400</a>)</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/c0124628df99e6b6c9d0468295a6e34a6176f62a"><code>c012462</code></a> Bump version</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/3d3e02c9e27be044c907a58790024fc54695d999"><code>3d3e02c</code></a> Designate 0.23.2rc1 release</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/7c08e3afde3bcf36154fbb96bbd25327107d6c42"><code>7c08e3a</code></a> Revert &quot;Merge pull request <a href="https://redirect.github.com/scikit-image/scikit-image/issues/7389">#7389</a> from jarrodmillman/upload-artifact-v4&quot;</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/1aa9f2156c374e51f43186b93833974f6a1827f7"><code>1aa9f21</code></a> Bump version</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/16b84480bc6d48e56011ef4864987d435c9e0455"><code>16b8448</code></a> Designate 0.23.2rc0 release</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/6b035f4904f0d3ef4d5534c2de718c177673d553"><code>6b035f4</code></a> Update link to numpydoc example.py (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7395">#7395</a>)</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/7ae4fd8833391a3fa6f28b12a53a177699518764"><code>7ae4fd8</code></a> Ignore arch specific cast warnings in tests (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7393">#7393</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/scikit-image/scikit-image/compare/v0.19.3...v0.23.2">compare view</a></li>
</ul>
</details>
<br />

Updates `numpy` from 1.26.2 to 2.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/numpy/numpy/releases">numpy's releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h1>NumPy 2.0.0 Release Notes</h1>
<p>NumPy 2.0.0 is the first major release since 2006. It is the result of
11 months of development since the last feature release and is the work
of 212 contributors spread over 1078 pull requests. It contains a large
number of exciting new features as well as changes to both the Python
and C APIs.</p>
<p>This major release includes breaking changes that could not happen in a
regular minor (feature) release - including an ABI break, changes to
type promotion rules, and API changes which may not have been emitting
deprecation warnings in 1.26.x. Key documents related to how to adapt to
changes in NumPy 2.0, in addition to these release notes, include:</p>
<ul>
<li>The <a href="https://numpy.org/devdocs/numpy_2_0_migration_guide.html">numpy-2-migration-guide</a></li>
<li>The Numpy 2.0-specific advice in <a href="https://numpy.org/devdocs/dev/depending_on_numpy.html">for dpwmstream package authors</a></li>
</ul>
<h2>Highlights</h2>
<p>Highlights of this release include:</p>
<ul>
<li>New features:
<ul>
<li>A new variable-length string dtype, <code>numpy.dtypes.StringDType</code> and a new
<code>numpy.strings</code> namespace with performant ufuncs for string operations,</li>
<li>Support for <code>float32</code> and <code>longdouble</code> in all
<code>numpy.fft</code> functions,</li>
<li>Support for the array API standard in the main <code>numpy</code>
namespace.</li>
</ul>
</li>
<li>Performance improvements:
<ul>
<li>Sorting functions <code>sort</code>, <code>argsort</code>,
<code>partition</code>, <code>argpartition</code> have been
accelerated through the use of the Intel x86-simd-sort and
Google Highway libraries, and may see large (hardware-specific)
speedups,</li>
<li>macOS Accelerate support and binary wheels for macOS &gt;=14, with
significant performance improvements for linear algebra
operations on macOS, and wheels that are about 3 times smaller,</li>
<li><code>numpy.char</code> fixed-length string operations have
been accelerated by implementing ufuncs that also support
<code>numpy.dtypes.StringDType</code> in addition to the
fixed-length string dtypes,</li>
<li>A new tracing and introspection API,
<code>numpy.lib.introspect.opt_func_info</code>, to determine
which hardware-specific kernels are available and will be
dispatched to.</li>
<li><code>numpy.save</code> now uses pickle protocol version 4 for saving
arrays with object dtype, which allows for pickle objects larger
than 4GB and improves saving speed by about 5% for large arrays.</li>
</ul>
</li>
<li>Python API improvements:</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/numpy/numpy/commit/1d49c7f7ff527c696fc26ab2278ad51632a66660"><code>1d49c7f</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/26698">#26698</a> from charris/prepare-2.0.0</li>
<li><a href="https://github.com/numpy/numpy/commit/2103511c0fa1b336f38d43920e3eb5440af9ea15"><code>2103511</code></a> DOC: Remove duplicate in author list.</li>
<li><a href="https://github.com/numpy/numpy/commit/db8030e9bb082466f89714c9a97c87f99dabb60d"><code>db8030e</code></a> BUG: Change cibuildwheel version [wheel build]</li>
<li><a href="https://github.com/numpy/numpy/commit/1a68264bb5f6859fc85c985984fc682034320503"><code>1a68264</code></a> REL: Prepare for the NumPy 2.0.0 release [wheel build]</li>
<li><a href="https://github.com/numpy/numpy/commit/c8665baa495d13e40eee0d39db841b0cbfde04a1"><code>c8665ba</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/26696">#26696</a> from charris/backport-26582</li>
<li><a href="https://github.com/numpy/numpy/commit/103f4dd40725bcf610b3ff19a324e1ca099a47c4"><code>103f4dd</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/26697">#26697</a> from charris/backport-25963</li>
<li><a href="https://github.com/numpy/numpy/commit/c193dcd1dcd01989088475349e1b717d2b82b07b"><code>c193dcd</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/26695">#26695</a> from charris/backport-26667</li>
<li><a href="https://github.com/numpy/numpy/commit/8fa81913477d19c78b5f8660830615b31a95a7de"><code>8fa8191</code></a> BUG: Fix bug in numpy.pad() (<a href="https://redirect.github.com/numpy/numpy/issues/25963">#25963</a>)</li>
<li><a href="https://github.com/numpy/numpy/commit/ece3559d4c0b9fc22c2d272d07cef1d62b4b65b2"><code>ece3559</code></a> BUG: weighted nanpercentile, nanquantile and  multi-dim q (<a href="https://redirect.github.com/numpy/numpy/issues/26582">#26582</a>)</li>
<li><a href="https://github.com/numpy/numpy/commit/b31e19550fbb374efc6246e2f114124eee6a3714"><code>b31e195</code></a> BUG: Adds asanyarray to start of linalg.cross (<a href="https://redirect.github.com/numpy/numpy/issues/26667">#26667</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.26.2...v2.0.0">compare view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>

Bumps the python-packages group with 3 updates in the / directory: [landlab](https://github.com/landlab/landlab), [scikit-image](https://github.com/scikit-image/scikit-image) and [numpy](https://github.com/numpy/numpy).


Updates `landlab` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/landlab/landlab/releases)
- [Changelog](https://github.com/landlab/landlab/blob/master/CHANGES.rst)
- [Commits](landlab/landlab@v2.7.0...v2.8.0)

Updates `scikit-image` from 0.19.3 to 0.23.2
- [Release notes](https://github.com/scikit-image/scikit-image/releases)
- [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt)
- [Commits](scikit-image/scikit-image@v0.19.3...v0.23.2)

Updates `numpy` from 1.26.2 to 2.0.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.2...v2.0.0)

---
updated-dependencies:
- dependency-name: landlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: scikit-image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 24, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-2acbe33c8e branch June 24, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants