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

chore(deps): bump landlab from 2.3.0 to 2.5.0 in /python #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 15, 2022

Bumps landlab from 2.3.0 to 2.5.0.

Changelog

Sourced from landlab's changelog.

2.5.0 (2022-04-15)

New Components


- ``CarbonateProducer`` Grow carbonate strata using growth function of Bosscher and Schlager (1992). (`[#1284](https://github.com/landlab/landlab/issues/1284) <https://github.com/landlab/landlab/issues/1284>`_)
- ``DimensionlessDischarge``, that calculates the dimensionless discharge value, debris flow threshold value, and boolean for predicted debris flow for stream segments. (`[#1377](https://github.com/landlab/landlab/issues/1377) <https://github.com/landlab/landlab/issues/1377>`_)
- ``LinearDiffusionOverlandFlowRouter``: overland flow using the linearized diffusion-wave approximation. (`[#1383](https://github.com/landlab/landlab/issues/1383) <https://github.com/landlab/landlab/issues/1383>`_)

New Tutorial Notebooks

  • Added a notebook that shows how to use USGS NHDPlus HR datasets with the NetworkSedimentTransporter component ([#1345](https://github.com/landlab/landlab/issues/1345) <https://github.com/landlab/landlab/issues/1345>_)
  • Addded a new notebook that demonstrates ways to create a NetworkModelGrid from a DEM fetched from OpenTopography using the Topography utility. ([#1400](https://github.com/landlab/landlab/issues/1400) <https://github.com/landlab/landlab/issues/1400>_)

New Features


- Added the ability for a user to add layers at grid elements other than cells (i.e.
  nodes, links, etc.).  Previously, the *at_layer* variables could only be at cell elements. (`[#1292](https://github.com/landlab/landlab/issues/1292) <https://github.com/landlab/landlab/issues/1292>`_)
- Added the ability to define the units of a field when creating a grid from a file
  through the ``create_grid`` function. (`[#1358](https://github.com/landlab/landlab/issues/1358) <https://github.com/landlab/landlab/issues/1358>`_)
- Added the ``network_grid_from_raster`` function that creates a ``NetworkModelGrid``
  from a ``RasterModelGrid``. This function extracts channel segments from the
  source grid to become links of the newly-created grid. (`[#1360](https://github.com/landlab/landlab/issues/1360) <https://github.com/landlab/landlab/issues/1360>`_)
- Added *sediment__influx* and *sediment__outflux* fields to the ``ErosionDeposition``,
  ``LateralEroder``, ``SpaceLargeScaleEroder``, and ``Space`` components. (`[#1370](https://github.com/landlab/landlab/issues/1370) <https://github.com/landlab/landlab/issues/1370>`_)
- Added ``ticks_km``, ``cbar_ticks_color`` keywords to the ``imshowhs_grid`` function for more control of colorbar ticks. (`[#1397](https://github.com/landlab/landlab/issues/1397) <https://github.com/landlab/landlab/issues/1397>`_)
- Added control on location of the ylabels of colorbars in the ``imshowhs_grid`` function using the ``y_label_offSet_var_1`` and ``y_label_offSet_var_2`` keywords. (`[#1397](https://github.com/landlab/landlab/issues/1397) <https://github.com/landlab/landlab/issues/1397>`_)
- Added a new utility, *plot_layers*, that plots sediment layers along with sea level and bedrock. (`[#1398](https://github.com/landlab/landlab/issues/1398) <https://github.com/landlab/landlab/issues/1398>`_)

Bug Fixes


- Clip active layer thickness to zero in the NetworkSedimentTransporter component. This
  eliminates an ``invalid value encountered in power`` warning. (`[#1356](https://github.com/landlab/landlab/issues/1356) &lt;https://github.com/landlab/landlab/issues/1356&gt;`_)
- Allow *landlab* to be installed without the *richdem* package in the case that
  *richdem* is not available for a particular platform or Python version. (`[#1379](https://github.com/landlab/landlab/issues/1379) &lt;https://github.com/landlab/landlab/issues/1379&gt;`_)
- Resolved instabilities related to the use of very small ``H*`` values when using the ``Space_Large_Scale_Eroder``. (`[#1397](https://github.com/landlab/landlab/issues/1397) &lt;https://github.com/landlab/landlab/issues/1397&gt;`_)
- Fixed a broken reference in the ``PriorityFloodFlowDirector`` where the gradient of the hillslopes are being updated. (`[#1397](https://github.com/landlab/landlab/issues/1397) &lt;https://github.com/landlab/landlab/issues/1397&gt;`_)
- Fixed a bug that incorrectly diagnosed if the *richdem* engine was installed and working correctly. (`[#1399](https://github.com/landlab/landlab/issues/1399) &lt;https://github.com/landlab/landlab/issues/1399&gt;`_)

Documentation Enhancements
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/landlab/landlab/commit/05579ffdea27123e16764803dd0566c3c7818d94&quot;&gt;&lt;code&gt;05579ff&lt;/code&gt;&lt;/a> Preparing release 2.5.0</li>
<li><a href="https://github.com/landlab/landlab/commit/7fbd12af01fac338bd8830c4b43c8f83b84660a2&quot;&gt;&lt;code&gt;7fbd12a&lt;/code&gt;&lt;/a> feat: new DimensionlessDischarge Component (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1377&quot;&gt;#1377&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/landlab/landlab/commit/7032cd265b823524064ad3f97d3846510236fa50&quot;&gt;&lt;code&gt;7032cd2&lt;/code&gt;&lt;/a> fix: fixed reference in PriorityFloodFlowDirector (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1397&quot;&gt;#1397&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/landlab/landlab/commit/97bb0e2f8148825ae5d6e70ea72c90674b227ce7&quot;&gt;&lt;code&gt;97bb0e2&lt;/code&gt;&lt;/a> docs: added NHDPlus HR Tutorial (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1345&quot;&gt;#1345&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/landlab/landlab/commit/79f9fb2703e9baa49f61820d6bd9a46e7179a54b&quot;&gt;&lt;code&gt;79f9fb2&lt;/code&gt;&lt;/a> docs: added new references (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1407&quot;&gt;#1407&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/landlab/landlab/commit/6dea754f491e8bec205a523a1ac6c38d23484dbd&quot;&gt;&lt;code&gt;6dea754&lt;/code&gt;&lt;/a> docs: build docs Sphinx v4 (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1404&quot;&gt;#1404&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/landlab/landlab/commit/2612e4b34bf8c876cf0fbc5b6d411c2d3624e9a6&quot;&gt;&lt;code&gt;2612e4b&lt;/code&gt;&lt;/a> tests: remove per function hypothesis deadline setting (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1402&quot;&gt;#1402&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/landlab/landlab/commit/b5286b1e7b688a28feb40eef931d249dd557da64&quot;&gt;&lt;code&gt;b5286b1&lt;/code&gt;&lt;/a> docs: add demo of NetworkModelGrid creator on OpenTopography DEM (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1400&quot;&gt;#1400&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/landlab/landlab/commit/4944d8f93393e4566cfb86d0b958574c890f6127&quot;&gt;&lt;code&gt;4944d8f&lt;/code&gt;&lt;/a> feat: add plot_layers function (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1398&quot;&gt;#1398&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/landlab/landlab/commit/2be045c040ff80a7bc2e73f7d24a50e512cbd913&quot;&gt;&lt;code&gt;2be045c&lt;/code&gt;&lt;/a> docs: add missing rst files for new components (<a href="https://github-redirect.dependabot.com/landlab/landlab/issues/1374&quot;&gt;#1374&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/landlab/landlab/compare/v2.3.0...v2.5.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

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 commands and options

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

Bumps [landlab](https://github.com/landlab/landlab) from 2.3.0 to 2.5.0.
- [Release notes](https://github.com/landlab/landlab/releases)
- [Changelog](https://github.com/landlab/landlab/blob/master/CHANGES.rst)
- [Commits](landlab/landlab@v2.3.0...v2.5.0)

---
updated-dependencies:
- dependency-name: landlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2022
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.

0 participants