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 4 updates #264

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Updates the requirements on landlab, numpy, pyglet and scikit-image to permit the latest version.
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 `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 downstream 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 />

Updates `pyglet` to 2.0.15
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pyglet/pyglet/releases">pyglet's releases</a>.</em></p>
<blockquote>
<h2>v2.0.15</h2>
<h2>Changes and Improvements</h2>
<ul>
<li>font: Clean up win32 legacy font renderer to remove unused or outdated code.</li>
<li>font: Boxes are now primary update method for TextLayout instead of relying on the vertex_list of the TextLayout.</li>
<li>font: More typing additions.</li>
<li>gui.widgets: Add _set_enabled hook (<a href="https://redirect.github.com/pyglet/pyglet/issues/1073">#1073</a>)</li>
<li>shapes: Add missing BezierCurve thickness property.</li>
<li>graphics: Re-raise error for attributes during shader creation with better error descriptions. (<a href="https://redirect.github.com/pyglet/pyglet/issues/1076">#1076</a>)</li>
<li>docs: Start adding GUI section to the programming guide.</li>
<li>typing: Add stub file for init package to workaround IDE inspection/completion issues with lazy loading modules. (<a href="https://redirect.github.com/pyglet/pyglet/issues/1077">#1077</a>)</li>
<li>examples: Add more visual feedback to the Controller example</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Xaudio2: Fix missing <code>)</code> to POINTER which causes XAudio2 to fail to be imported. (<a href="https://redirect.github.com/pyglet/pyglet/issues/1068">#1068</a>)</li>
<li>font.caret: Fix caret positioning and moving the cursor during cursor selection. (<a href="https://redirect.github.com/pyglet/pyglet/issues/932">#932</a>)</li>
<li>input.controller: User added mappings should take higher priority over default mappings.</li>
<li>input.controller: Properly handle inverted axis as dpad (<a href="https://redirect.github.com/pyglet/pyglet/issues/1078">#1078</a>)</li>
<li>shapes: Added a None check to ShapeBase.delete (<a href="https://redirect.github.com/pyglet/pyglet/issues/1075">#1075</a>)</li>
<li>shapes: Fix Line being off-centered when setting thickness <a href="https://redirect.github.com/pyglet/pyglet/issues/1083">#1083</a></li>
<li>image: Fix BufferManager.get_depth_buffer() for GL3+.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES">pyglet's changelog</a>.</em></p>
<blockquote>
<p>pyglet 2.0.16</p>
<h2>Changes and Improvements</h2>
<ul>
<li>library-wide overhaul of docstrings, and addition of type hints (<a href="https://redirect.github.com/pyglet/pyglet/issues/1084">#1084</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>resource: Fix indexing of directories inside of Zip files. Remove broken code for multi-part archives.</li>
<li>shapes: Add missing <code>thickness</code> property to Box.</li>
<li>shapes: Add missing docstrings to <code>Arc</code> <code>thickness</code> property.</li>
</ul>
<p>pyglet 2.0.15</p>
<h2>Changes and Improvements</h2>
<ul>
<li>font: Clean up win32 legacy font renderer to remove unused or outdated code.</li>
<li>font: Boxes are now primary update method for TextLayout instead of relying on the vertex_list of the TextLayout.</li>
<li>font: More typing additions.</li>
<li>gui.widgets: Add _set_enabled hook (<a href="https://redirect.github.com/pyglet/pyglet/issues/1073">#1073</a>)</li>
<li>shapes: Add missing BezierCurve thickness property.</li>
<li>graphics: Re-raise error for attributes during shader creation with better error descriptions. (<a href="https://redirect.github.com/pyglet/pyglet/issues/1076">#1076</a>)</li>
<li>docs: Start adding GUI section to the programming guide.</li>
<li>typing: Add stub file for init package to workaround IDE inspection/completion issues with lazy loading modules. (<a href="https://redirect.github.com/pyglet/pyglet/issues/1077">#1077</a>)</li>
<li>examples: Add more visual feedback to the Controller example</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Xaudio2: Fix missing <code>)</code> to POINTER which causes XAudio2 to fail to be imported. (<a href="https://redirect.github.com/pyglet/pyglet/issues/1068">#1068</a>)</li>
<li>font.caret: Fix caret positioning and moving the cursor during cursor selection. (<a href="https://redirect.github.com/pyglet/pyglet/issues/932">#932</a>)</li>
<li>input.controller: User added mappings should take higher priority over default mappings.</li>
<li>input.controller: Properly handle inverted axis as dpad (<a href="https://redirect.github.com/pyglet/pyglet/issues/1078">#1078</a>)</li>
<li>shapes: Added a None check to ShapeBase.delete (<a href="https://redirect.github.com/pyglet/pyglet/issues/1075">#1075</a>)</li>
<li>shapes: Fix Line being off-centered when setting thickness <a href="https://redirect.github.com/pyglet/pyglet/issues/1083">#1083</a></li>
<li>image: Fix BufferManager.get_depth_buffer() for GL3+.</li>
</ul>
<p>pyglet 2.0.14</p>
<h2>Changes and Improvements</h2>
<ul>
<li>shapes: Add new MultiLine shape. (<a href="https://redirect.github.com/pyglet/pyglet/issues/1057">#1057</a>)</li>
<li>font: Enhance UserDefinedFonts to allow using custom font mapping functions (<a href="https://redirect.github.com/pyglet/pyglet/issues/1067">#1067</a>)</li>
<li>typing: Improve Xaudio2 COM type hints (<a href="https://redirect.github.com/pyglet/pyglet/issues/1062">#1062</a>)</li>
<li>text: Raise Exception when attempting to change IncrementalTextLayout.rotation, as it's not supported.</li>
<li>tests.integration: Add simple sanity tests for creation of all Label, Document, and Layout objects.</li>
</ul>
<h2>Bugfixes</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pyglet/pyglet/commit/da241289376e3af9575832794c7b08598c79235e"><code>da24128</code></a> ready v2.0.15 release</li>
<li><a href="https://github.com/pyglet/pyglet/commit/0a8192d55b70ff2b3490404012f7a28203ffa6bf"><code>0a8192d</code></a> input.controller: Properly handle inverted axis as dpad (<a href="https://redirect.github.com/pyglet/pyglet/issues/1078">#1078</a>)</li>
<li><a href="https://github.com/pyglet/pyglet/commit/bcb9a10dd44a3b3dcc64ec80d4ac0dcdad9e3f17"><code>bcb9a10</code></a> shapes: fix Line being off-centered when setting thickness <a href="https://redirect.github.com/pyglet/pyglet/issues/1083">#1083</a></li>
<li><a href="https://github.com/pyglet/pyglet/commit/8e67905ee4dd5fba56b71e15c2c8f568554b784d"><code>8e67905</code></a> examples.depth_sprite: Remove accidental debug code.</li>
<li><a href="https://github.com/pyglet/pyglet/commit/6e4050a43ffb2a3a9709aefbdc087d06e4c1f546"><code>6e4050a</code></a> examples: add more visual feedback to the Controller example</li>
<li><a href="https://github.com/pyglet/pyglet/commit/a9186de30e21d501686c519e64bb594fc2831c2d"><code>a9186de</code></a> docs: Flesh out Framebuffer docstrings.</li>
<li><a href="https://github.com/pyglet/pyglet/commit/e08c536347871869076c6535fcbc1c02c875f954"><code>e08c536</code></a> docs: Minor refactoring of Framebuffer docs.</li>
<li><a href="https://github.com/pyglet/pyglet/commit/a353da151fd1f7810b094a816e2e119f439054ff"><code>a353da1</code></a> image: fix BufferManager.get_depth_buffer() for GL3+.</li>
<li><a href="https://github.com/pyglet/pyglet/commit/4dbce545b918d8d3252b4b7ffeda806aaca4b421"><code>4dbce54</code></a> Revert &quot;image: fix BufferManager.get_depth_buffer() for GL3+.&quot;</li>
<li><a href="https://github.com/pyglet/pyglet/commit/e606cb614607f287195e42227a37c5acd7f5e93b"><code>e606cb6</code></a> image: fix BufferManager.get_depth_buffer() for GL3+.</li>
<li>Additional commits viewable in <a href="https://github.com/pyglet/pyglet/compare/v1.3.3...v2.0.15">compare view</a></li>
</ul>
</details>
<br />

Updates `scikit-image` from 0.19.3 to 0.24.0
<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.24.0</h2>
<h1>scikit-image 0.24.0</h1>
<p>We're happy to announce the release of scikit-image 0.24.0!</p>
<h2>Highlights</h2>
<ul>
<li>Add new class <code>skimage.transform.ThinPlateSplineTransform</code>, which can estimate and model non-linear transforms with thin-plate splines and allows image warping with <code>skimage.transform.warp</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7040">#7040</a>).</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Add new class <code>skimage.transform.ThinPlateSplineTransform</code>, which can estimate and model non-linear transforms with thin-plate splines and allows image warping with <code>skimage.transform.warp</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7040">#7040</a>).</li>
<li>Add <code>skimage.morphology.remove_objects_by_distance</code>, which removes labeled objects, ordered by size (default), until the remaining objects are a given distance apart (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/4165">#4165</a>).</li>
</ul>
<h2>Performance</h2>
<ul>
<li>In <code>skimage.feature.corner_fast</code>, test four directions earlier, which should more than half the computation time for most cases (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7394">#7394</a>).</li>
</ul>
<h2>Documentation</h2>
<ul>
<li>Remove obsolete instruction about documenting changes (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7321">#7321</a>).</li>
<li>Clarify description of <code>data_range</code> parameter in <code>skimage.metrics.structural_similarity</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7345">#7345</a>).</li>
<li>Update release process notes (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7402">#7402</a>).</li>
<li>Fix typo in docstring of <code>skimage.measure.regionprops</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7405">#7405</a>).</li>
<li>Fix typos in <code>skimage.measure.find_contours</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7411">#7411</a>).</li>
<li>Add algorithmic complexity description + suggested alternatives to <code>skimage.restoration.rolling_ball</code> docstring (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7424">#7424</a>).</li>
<li>Remove ineffective PR contribution clause (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7429">#7429</a>).</li>
<li>Clarify objection period for lazy consensus in SKIP 1 (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7020">#7020</a>).</li>
<li>Add a new gallery example &quot;Use thin-plate splines for image warping&quot; (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7040">#7040</a>).</li>
<li>Add a new gallery example on &quot;Removing objects&quot; based on their size or distance (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/4165">#4165</a>).</li>
</ul>
<h2>Infrastructure</h2>
<ul>
<li>Escape user-controlled variables in GA workflow (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7415">#7415</a>).</li>
<li>Add generation of GitHub artifact attestations to built sdist and wheels before upload to PyPI (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7427">#7427</a>).</li>
<li>For publishing actions use the full length commit SHA (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7433">#7433</a>).</li>
<li>Be mindful of resources by canceling in-progress workflows (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7436">#7436</a>).</li>
<li>Add out-of-tree Pyodide builds in CI for <code>scikit-image</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7350">#7350</a>).</li>
</ul>
<h2>Maintenance</h2>
<ul>
<li>Replace deprecated nose style setup/teardown with autouse fixtures (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7343">#7343</a>).</li>
<li>Temporarily pin macos-12 runner in CI (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7408">#7408</a>).</li>
<li>Fix NumPy2 dtype promotion issues in pywt dependent code (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7414">#7414</a>).</li>
<li>In <code>skimage.util.compare_images</code>, deprecate the parameter <code>image2</code>. Instead use <code>image0</code>, <code>image1</code> to pass the compared images. Furthermore, all other parameters will be turned into keyword-only parameters once the deprecation is complete (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7322">#7322</a>).</li>
<li>Add support back for Python 3.9 to enhance compatibility with Numpy 2 (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7412">#7412</a>).</li>
<li>Disable ruff/pyupgrade rule UP038 (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7430">#7430</a>).</li>
<li>Stop verifying wheel attestations temporarily (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7444">#7444</a>).</li>
</ul>
<h2>Contributors</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt">scikit-image's changelog</a>.</em></p>
<blockquote>
<ul>
<li>0.24.0rc0.dev0  # development version for 0.24.0 first release candidate</li>
</ul>
<h2>Process</h2>
<ul>
<li>
<p>To debug building and testing wheels via CI, push to a branch named
<code>maintenance/anything</code>.</p>
<p>Once everything works as intended, remove those branches and proceed.</p>
</li>
<li>
<p>Set release variables:</p>
<pre><code>export VERSION=&lt;version number&gt;
export PREVIOUS=&lt;previous version number&gt;
export ORG=&quot;scikit-image&quot;
export REPO=&quot;scikit-image&quot;
</code></pre>
<p>If this is a prerelease:</p>
<pre><code>export NOTES=&quot;doc/source/release_notes/release_dev.rst&quot;
</code></pre>
<p>If this is release:</p>
<pre><code>export NOTES=&quot;doc/source/release_notes/release_${VERSION}.rst&quot;
git rm doc/source/release_notes/release_dev.rst
</code></pre>
</li>
<li>
<p>Autogenerate release notes:</p>
<pre><code>changelist ${ORG}/${REPO} v${PREVIOUS} main --version ${VERSION}  --out ${NOTES} --format rst
changelist ${ORG}/${REPO} v${PREVIOUS} main --version ${VERSION}  --out ${VERSION}.md
</code></pre>
</li>
<li>
<p>If you want, you can review the release notes:</p>
<ul>
<li>
<p>Scan the PR titles for highlights and mention these in the
relevant sections of the notes.
Ideally, all changed API objects are mentioned by name,
e.g. a new parameter or a deprecated function.</p>
</li>
<li>
<p>Check for duplicate names in the automatically generated list of
contributors and reviewers.</p>
</li>
<li>
<p>Append the release date to the title similar to previous iterations.</p>
</li>
</ul>
</li>
<li>
<p>If this is a release:</p>
<ul>
<li>(Only needed if you create a new branch)
update the file <code>skimage/data/_fetchers.py</code> to point the pooch
repository to the new branch instead of main during testing.
Look for the parameter <code>version_dev=&quot;main&quot;,</code> for <code>pooch.create</code> and
change it to the newly created branch name.</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/scikit-image/scikit-image/commit/a160f384523ac70173d069954b7084bee79fb68e"><code>a160f38</code></a> Designate 0.24.0 release</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/fa2a326a734c14b05c25057b03d31c84a6c8a635"><code>fa2a326</code></a> Bump version</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/1272338d46115cda00c511de9e41404062122db2"><code>1272338</code></a> Designate 0.24.0rc1 release</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/34d3d12af178cffc82286c34249fec01bdf717b3"><code>34d3d12</code></a> Stop verifying wheel attestations temporarily (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7444">#7444</a>)</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/0a848c437bba6310d7f7a296487447048cd676a4"><code>0a848c4</code></a> Bump version</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/ca8359fc3d5b74462c6387a6278efbce7f55766e"><code>ca8359f</code></a> Designate 0.24.0rc0 release</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/111fff6b0956f7dfaa59a2815afd84fd8a6fb1a0"><code>111fff6</code></a> Add function to remove near objects in nd-image (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/4165">#4165</a>)</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/6554fb70fc4d81c688002532a2d40921ce6791ae"><code>6554fb7</code></a> Add thin-plate splines warping (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7040">#7040</a>)</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/e81be68ae10b7491d9d39186d2c9e707641f8aa7"><code>e81be68</code></a> Add out-of-tree Pyodide builds in CI for <code>scikit-image</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7350">#7350</a>)</li>
<li><a href="https://github.com/scikit-image/scikit-image/commit/9a0a1f3a2bac3dcae3971572156ed23a93937a65"><code>9a0a1f3</code></a> Merge pull request <a href="https://redirect.github.com/scikit-image/scikit-image/issues/7020">#7020</a> from lagru/skip-objection-period</li>
<li>Additional commits viewable in <a href="https://github.com/scikit-image/scikit-image/compare/v0.19.3...v0.24.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>

Updates the requirements on [landlab](https://github.com/landlab/landlab), [numpy](https://github.com/numpy/numpy), [pyglet](https://github.com/pyglet/pyglet) and [scikit-image](https://github.com/scikit-image/scikit-image) to permit the latest version.

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 `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)

Updates `pyglet` to 2.0.15
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v1.3.3...v2.0.15)

Updates `scikit-image` from 0.19.3 to 0.24.0
- [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.24.0)

---
updated-dependencies:
- dependency-name: landlab
  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
- dependency-name: pyglet
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: scikit-image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 24, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 9, 2024

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

@dependabot dependabot bot closed this Jul 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-ce19a20aa2 branch July 9, 2024 19:16
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