commit
b78d58d5c1
|
@ -60,8 +60,12 @@
|
|||
6. InVEST model Z (model names should be sorted A-Z)
|
||||
|
||||
|
||||
Unreleased Changes
|
||||
------------------
|
||||
..
|
||||
Unreleased Changes
|
||||
------------------
|
||||
|
||||
3.15.1 (2025-05-06)
|
||||
-------------------
|
||||
|
||||
General
|
||||
=======
|
||||
|
|
|
@ -57,6 +57,41 @@ The order of groups should be as follows:
|
|||
<!-- Unreleased Changes
|
||||
------------------ -->
|
||||
<section id="section-1">
|
||||
<h1>3.15.1 (2025-05-06)</h1>
|
||||
<section id="general">
|
||||
<h2>General</h2>
|
||||
<ul>
|
||||
<li>Handle exceptions that can arise during <code>validation.check_spatial_overlap</code> when a layer's bounding box cannot be transformed to EPSG:4326. (<a href="https://github.com/natcap/invest/issues/1849">#1849</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="workbench">
|
||||
<h2>Workbench</h2>
|
||||
<ul>
|
||||
<li>Fixed a bug that did not allow users to select a folder as the location to extract a datastack archive. (<a href="https://github.com/natcap/invest/issues/1879">#1879</a>).</li>
|
||||
<li>When a parameter from a previous model run is changed, the model status indicator (e.g., the "Model Complete" notice) is cleared to help prevent confusion about which parameters went into the most recent model run (<a href="https://github.com/natcap/invest/issues/1655">#1655</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="crop-production">
|
||||
<h2>Crop Production</h2>
|
||||
<ul>
|
||||
<li>Both the Percentile and Regression models now issue a warning if any LULC code in the LULC raster is not present in the landcover to crop table, or if any LULC code in the landcover to crop table is not present in the LULC raster (<a href="https://github.com/natcap/invest/issues/925">#925</a>).</li>
|
||||
<li>The Regression model now correctly validates crop names against the existence of a corresponding regression yield table (<a href="https://github.com/natcap/invest/issues/1723">#1723</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="seasonal-water-yield">
|
||||
<h2>Seasonal Water Yield</h2>
|
||||
<ul>
|
||||
<li>Fixed bug in quickflow calculation where <cite>NoData</cite> values in precipitation were being incorrectly converted to 0's (<a href="https://github.com/natcap/invest/issues/1592">#1592</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="wind-energy">
|
||||
<h2>Wind Energy</h2>
|
||||
<ul>
|
||||
<li>Fixed a bug where the model would error if no AOI was provided when run from the workbench or from a datastack file where the value for 'aoi_vector_path' was an empty string. (<a href="https://github.com/natcap/invest/issues/1900">#1900</a>)</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section id="section-2">
|
||||
<h1>3.15.0 (2025-04-03)</h1>
|
||||
<section id="highlights">
|
||||
<h2>Highlights</h2>
|
||||
|
@ -75,7 +110,7 @@ The order of groups should be as follows:
|
|||
<li>InVEST model outputs now include metadata. Open the '.yml' files in a text editor to read and add to the metadata.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="general">
|
||||
<section id="general-1">
|
||||
<h2>General</h2>
|
||||
<ul>
|
||||
<li>Fixed an issue where a user's PROJ_DATA environment variable could trigger a RuntimeError about a missing proj.db file. <a href="https://github.com/natcap/invest/issues/1742">https://github.com/natcap/invest/issues/1742</a></li>
|
||||
|
@ -87,7 +122,7 @@ The order of groups should be as follows:
|
|||
<li>Removed the warning about <code>gdal.UseExceptions()</code>. Python API users should still call <code>gdal.UseExceptions()</code>, but no longer need to do so before importing <code>natcap.invest</code>. <a href="https://github.com/natcap/invest/issues/1702">https://github.com/natcap/invest/issues/1702</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="workbench">
|
||||
<section id="workbench-1">
|
||||
<h2>Workbench</h2>
|
||||
<ul>
|
||||
<li>Auto-scrolling of log output is halted on user-initiated scrolling, enabling easier inspection of log output while a model is running (<a href="https://github.com/natcap/invest/issues/1533">InVEST #1533</a>).</li>
|
||||
|
@ -116,7 +151,7 @@ The order of groups should be as follows:
|
|||
<li>The <code>code</code> column in the model's biophysical table input, as well as the <code>code</code> column in the preprocessor's LULC lookup table input and <code>carbon_pool_transient_template</code> output, have been renamed <code>lucode</code>, for consistency with other InVEST models (<a href="https://github.com/natcap/invest/issues/1249">InVEST #1249</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="crop-production">
|
||||
<section id="crop-production-1">
|
||||
<h2>Crop Production</h2>
|
||||
<ul>
|
||||
<li>Raster outputs that previously contained per-pixel values (e.g., t/pixel) now contain per-hectare values (e.g., t/ha). This change affects both the Percentile and Regression models (<a href="https://github.com/natcap/invest/issues/1270">InVEST #1270</a>).</li>
|
||||
|
@ -164,7 +199,7 @@ The order of groups should be as follows:
|
|||
<li>D8 routing is now supported in addition to MFD (<a href="https://github.com/natcap/invest/issues/1440">#1440</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="seasonal-water-yield">
|
||||
<section id="seasonal-water-yield-1">
|
||||
<h2>Seasonal Water Yield</h2>
|
||||
<ul>
|
||||
<li>D8 routing is now supported in addition to MFD (<a href="https://github.com/natcap/invest/issues/1440">#1440</a>).</li>
|
||||
|
@ -192,14 +227,14 @@ The order of groups should be as follows:
|
|||
<li>Regression coefficients are still listed in a summary text file, and are now also included in a tabular output: "regression_coefficients.csv".</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="wind-energy">
|
||||
<section id="wind-energy-1">
|
||||
<h2>Wind Energy</h2>
|
||||
<ul>
|
||||
<li>Fixed a bug that could cause the Workbench to crash when running the Wind Energy model with <code>Taskgraph</code> logging set to <code>DEBUG</code> (<a href="https://github.com/natcap/invest/issues/1497">InVEST #1497</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section id="section-2">
|
||||
<section id="section-3">
|
||||
<h1>3.14.3 (2024-12-19)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -309,7 +344,7 @@ The order of groups should be as follows:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-3">
|
||||
<section id="section-4">
|
||||
<h1>3.14.2 (2024-05-29)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -430,7 +465,7 @@ The order of groups should be as follows:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-4">
|
||||
<section id="section-5">
|
||||
<h1>3.14.1 (2023-12-18)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -561,7 +596,7 @@ The order of groups should be as follows:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-5">
|
||||
<section id="section-6">
|
||||
<h1>3.14.0 (2023-09-08)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -766,7 +801,7 @@ The order of groups should be as follows:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-6">
|
||||
<section id="section-7">
|
||||
<h1>3.13.0 (2023-03-17)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -899,7 +934,7 @@ The order of groups should be as follows:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-7">
|
||||
<section id="section-8">
|
||||
<h1>3.12.1 (2022-12-16)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -972,7 +1007,7 @@ The order of groups should be as follows:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-8">
|
||||
<section id="section-9">
|
||||
<h1>3.12.0 (2022-08-31)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1096,7 +1131,7 @@ The order of groups should be as follows:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-9">
|
||||
<section id="section-10">
|
||||
<h1>3.11.0 (2022-05-24)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1194,7 +1229,7 @@ The order of groups should be as follows:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-10">
|
||||
<section id="section-11">
|
||||
<h1>3.10.2 (2022-02-08)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1296,7 +1331,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-11">
|
||||
<section id="section-12">
|
||||
<h1>3.10.1 (2022-01-06)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1311,7 +1346,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-12">
|
||||
<section id="section-13">
|
||||
<h1>3.10.0 (2022-01-04)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1495,7 +1530,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-13">
|
||||
<section id="section-14">
|
||||
<h1>3.9.2 (2021-10-29)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1556,7 +1591,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-14">
|
||||
<section id="section-15">
|
||||
<h1>3.9.1 (2021-09-22)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1705,7 +1740,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-15">
|
||||
<section id="section-16">
|
||||
<h1>3.9.0 (2020-12-11)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1893,7 +1928,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-16">
|
||||
<section id="section-17">
|
||||
<h1>3.8.9 (2020-09-15)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1918,7 +1953,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-17">
|
||||
<section id="section-18">
|
||||
<h1>3.8.8 (2020-09-04)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -2018,7 +2053,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-18">
|
||||
<section id="section-19">
|
||||
<h1>3.8.7 (2020-07-17)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -2057,7 +2092,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-19">
|
||||
<section id="section-20">
|
||||
<h1>3.8.6 (2020-07-03)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -2072,7 +2107,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-20">
|
||||
<section id="section-21">
|
||||
<h1>3.8.5 (2020-06-26)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -2123,7 +2158,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-21">
|
||||
<section id="section-22">
|
||||
<h1>3.8.4 (2020-06-05)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -2158,7 +2193,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-22">
|
||||
<section id="section-23">
|
||||
<h1>3.8.3 (2020-05-29)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -2173,13 +2208,13 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-23">
|
||||
<section id="section-24">
|
||||
<h1>3.8.2 (2020-05-15)</h1>
|
||||
<ul>
|
||||
<li>InVEST's CSV encoding requirements are now described in the validation error message displayed when a CSV cannot be opened.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-24">
|
||||
<section id="section-25">
|
||||
<h1>3.8.1 (2020-05-08)</h1>
|
||||
<ul>
|
||||
<li>Fixed a compilation issue on Mac OS X Catalina.</li>
|
||||
|
@ -2203,7 +2238,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Update api-docs conf file to mock sdr.sdr_core and to use updated unittest mock</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-25">
|
||||
<section id="section-26">
|
||||
<h1>3.8.0 (2020-02-07)</h1>
|
||||
<ul>
|
||||
<li>Created a sub-directory for the sample data in the installation directory.</li>
|
||||
|
@ -2259,7 +2294,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Added a new InVEST model: Urban Cooling Model.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-26">
|
||||
<section id="section-27">
|
||||
<h1>3.7.0 (2019-05-09)</h1>
|
||||
<ul>
|
||||
<li>Refactoring Coastal Vulnerability (CV) model. CV now uses TaskGraph and Pygeoprocessing >=1.6.1. The model is now largely vector-based instead of raster-based. Fewer input datasets are required for the same functionality. Runtime in sycnhronous mode is similar to previous versions, but runtime can be reduced with multiprocessing. CV also supports avoided recomputation for successive runs in the same workspace, even if a different file suffix is used. Output vector files are in CSV and geopackage formats.</li>
|
||||
|
@ -2280,7 +2315,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Adding encoding='utf-8-sig' to pandas.read_csv() to support utils.build_lookup_from_csv() to read CSV files encoded with UTF-8 BOM (byte-order mark) properly.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-27">
|
||||
<section id="section-28">
|
||||
<h1>3.6.0 (2019-01-30)</h1>
|
||||
<ul>
|
||||
<li>Correcting an issue with the InVEST Carbon Storage and Sequestration model where filepaths containing non-ASCII characters would cause the model's report generation to crash. The output report is now a UTF-8 document.</li>
|
||||
|
@ -2310,7 +2345,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixing a case where a zero discount rate and rate of change in the carbon model would cause a divide by zero error.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-28">
|
||||
<section id="section-29">
|
||||
<h1>3.5.0 (2018-08-14)</h1>
|
||||
<ul>
|
||||
<li>Bumped pygeoprocessing requirement to <code>pygeoprocessing>=1.2.3</code>.</li>
|
||||
|
@ -2332,7 +2367,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed an issue in the model data of the crop production model where some crops were using incorrect climate bin rasters. Since the error was in the data and not the code, users will need to download the most recent version of InVEST's crop model data during the installation step to get the fix.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-29">
|
||||
<section id="section-30">
|
||||
<h1>3.4.4 (2018-03-26)</h1>
|
||||
<ul>
|
||||
<li>InVEST now requires GDAL 2.0.0 and has been tested up to GDAL 2.2.3. Any API users of InVEST will need to use GDAL version >= 2.0. When upgrading GDAL we noticed slight numerical differences in our test suite in both numerical raster differences, geometry transforms, and occasionally a single pixel difference when using <cite>gdal.RasterizeLayer</cite>. Each of these differences in the InVEST test suite is within a reasonable numerical tolerance and we have updated our regression test suite appropriately. Users comparing runs between previous versions of InVEST may also notice reasonable numerical differences between runs.</li>
|
||||
|
@ -2342,7 +2377,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed a broken link to local and online user documentation from the Seasonal Water Yield model from the model's user interface.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-30">
|
||||
<section id="section-31">
|
||||
<h1>3.4.3 (2018-03-26)</h1>
|
||||
<ul>
|
||||
<li>Fixed a critical issue in the carbon model UI that would incorrectly state the user needed a "REDD Priority Raster" when none was required.</li>
|
||||
|
@ -2350,7 +2385,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed an issue in wind energy UI that was incorrectly validating most of the inputs.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-31">
|
||||
<section id="section-32">
|
||||
<h1>3.4.2 (2017-12-15)</h1>
|
||||
<ul>
|
||||
<li>Fixed a cross-platform issue with the UI where logfiles could not be dropped onto UI windows.</li>
|
||||
|
@ -2360,7 +2395,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixing an issue with the <code>FileSystemRunDialog</code> where pressing the 'X' button in the corner of the window would close the window, but not reset its state. The window's state is now reset whenever the window is closed (and the window cannot be closed when the model is running)</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-32">
|
||||
<section id="section-33">
|
||||
<h1>3.4.1 (2017-12-11)</h1>
|
||||
<ul>
|
||||
<li>In the Coastal Blue Carbon model, the <code>interest_rate</code> parameter has been renamed to <code>inflation_rate</code>.</li>
|
||||
|
@ -2368,7 +2403,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Added better error checking to the SDR model for missing <cite>ws_id</cite> and invalid <cite>ws_id</cite> values such as <cite>None</cite> or some non-integer value. Also added tests for the <cite>SDR</cite> validation module.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-33">
|
||||
<section id="section-34">
|
||||
<h1>3.4.0 (2017-12-03)</h1>
|
||||
<ul>
|
||||
<li>Fixed an issue with most InVEST models where the suffix was not being reflected in the output filenames. This was due to a bug in the InVEST UI, where the suffix args key was assumed to be <code>'suffix'</code>. Instances of <code>InVESTModel</code> now accept a keyword argument to defined the suffix args key.</li>
|
||||
|
@ -2400,7 +2435,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Updated the erodibility sample raster that ships with InVEST for the SDR model. The old version was in US units, in this version we convert to SI units as the model requires, and clipped the raster to the extents of the other stack to save disk space.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-34">
|
||||
<section id="section-35">
|
||||
<h1>3.3.3 (2017-02-06)</h1>
|
||||
<ul>
|
||||
<li>Fixed an issue in the UI where the carbon model wouldn't accept negative numbers in the price increase of carbon.</li>
|
||||
|
@ -2420,7 +2455,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Updated branding and usability of the InVEST installer for Windows, and the Mac Disk Image (.dmg).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-35">
|
||||
<section id="section-36">
|
||||
<h1>3.3.2 (2016-10-17)</h1>
|
||||
<ul>
|
||||
<li>Partial test coverage for HRA model.</li>
|
||||
|
@ -2459,7 +2494,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed an issue in SDR that reported runtime overflow errors during normal processing even though the model completed without other errors.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-36">
|
||||
<section id="section-37">
|
||||
<h1>3.3.1 (2016-06-13)</h1>
|
||||
<ul>
|
||||
<li>Refactored API documentation for readability, organization by relevant topics, and to allow docs to build on <a href="http://invest.readthedocs.io">invest.readthedocs.io</a>,</li>
|
||||
|
@ -2485,7 +2520,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Updated Crop Production model to add a simplified UI, faster runtime, and more testing.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-37">
|
||||
<section id="section-38">
|
||||
<h1>3.3.0 (2016-03-14)</h1>
|
||||
<ul>
|
||||
<li>Refactored Wind Energy model to use a CSV input for wind data instead of a Binary file.</li>
|
||||
|
@ -2539,7 +2574,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Documentation to the GLOBIO code base including the large docstring for 'execute'.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-38">
|
||||
<section id="section-39">
|
||||
<h1>3.2.0 (2015-05-31)</h1>
|
||||
<p>InVEST 3.2.0 is a major release with the addition of several experimental models and tools as well as an upgrade to the PyGeoprocessing core:</p>
|
||||
<ul>
|
||||
|
@ -2552,11 +2587,11 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Miscelaneous performance patches and bug fixes.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-39">
|
||||
<section id="section-40">
|
||||
<h1>3.1.3 (2015-04-23)</h1>
|
||||
<p>InVEST 3.1.3 is a hotfix release patching a memory blocking issue resolved in PyGeoprocessing version 0.2.1. Users might have experienced slow runtimes on SDR or other routed models.</p>
|
||||
</section>
|
||||
<section id="section-40">
|
||||
<section id="section-41">
|
||||
<h1>3.1.2 (2015-04-15)</h1>
|
||||
<p>InVEST 3.1.2 is a minor release patching issues mostly related to the freshwater routing models and signed GDAL Byte datasets.</p>
|
||||
<ul>
|
||||
|
@ -2572,7 +2607,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed an issue in the Blue Carbon model that prevented the report from being generated in the outputs file.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-41">
|
||||
<section id="section-42">
|
||||
<h1>3.1.1 (2015-03-13)</h1>
|
||||
<p>InVEST 3.1.1 is a major performance and memory bug patch to the InVEST toolsuite. We recommend all users upgrade to this version.</p>
|
||||
<ul>
|
||||
|
@ -2595,7 +2630,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed a bug in Habitat Quality where the future output "quality_out_f.tif" was not reflecting the habitat value given in the sensitivity table for the specified landcover types.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-42">
|
||||
<section id="section-43">
|
||||
<h1>3.1.0 (2014-11-19)</h1>
|
||||
<p>InVEST 3.1.0 (<a href="http://www.naturalcapitalproject.org/download.html">http://www.naturalcapitalproject.org/download.html</a>) is a major software and science milestone that includes an overhauled sedimentation model, long awaited fixes to exponential decay routines in habitat quality and pollination, and a massive update to the underlying hydrological routing routines. The updated sediment model, called SDR (sediment delivery ratio), is part of our continuing effort to improve the science and capabilities of the InVEST tool suite. The SDR model inputs are backwards comparable with the InVEST 3.0.1 sediment model with two additional global calibration parameters and removed the need for the retention efficiency parameter in the biophysical table; most users can run SDR directly with the data they have prepared for previous versions. The biophysical differences between the models are described in a section within the SDR user's guide and represent a superior representation of the hydrological connectivity of the watershed, biophysical parameters that are independent of cell size, and a more accurate representation of sediment retention on the landscape. Other InVEST improvements to include standard bug fixes, performance improvements, and usability features which in part are described below:</p>
|
||||
<ul>
|
||||
|
@ -2636,7 +2671,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed an issue where the data type of the nodata value in a raster might be different than the values in the raster. This was common in the case of 64 bit floating point values as nodata when the underlying raster was 32 bit. Now nodata values are cast to the underlying types which improves the reliability of many of the InVEST models.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-43">
|
||||
<section id="section-44">
|
||||
<h1>3.0.1 (2014-05-19)</h1>
|
||||
<ul>
|
||||
<li>Blue Carbon model released.</li>
|
||||
|
@ -2658,7 +2693,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed an issue in Marine Water Quality where the UV points were supposed to be optional, but instead raised an exception when not passed in.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-44">
|
||||
<section id="section-45">
|
||||
<h1>3.0.0 (2014-03-23)</h1>
|
||||
<p>The 3.0.0 release of InVEST represents a shift away from the ArcGIS to the InVEST standalone computational platform. The only exception to this shift is the marine coastal protection tier 1 model which is still supported in an ArcGIS toolbox and has no InVEST 3.0 standalone at the moment. Specific changes are detailed below</p>
|
||||
<ul>
|
||||
|
@ -2677,7 +2712,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Numerous other minor bug fixes and performance enhacnements.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-45">
|
||||
<section id="section-46">
|
||||
<h1>2.6.0 (2013-12-16)</h1>
|
||||
<p>The 2.6.0 release of InVEST removes most of the old InVEST models from the Arc toolbox in favor of the new InVEST standalone models. While we have been developing standalone equivalents for the InVEST Arc models since version 2.3.0, this is the first release in which we removed support for the deprecated ArcGIS versions after an internal review of correctness, performance, and stability on the standalones. Additionally, this is one of the last milestones before the InVEST 3.0.0 release later next year which will transition InVEST models away from strict ArcGIS dependence to a standalone form.</p>
|
||||
<p>Specifically, support for the following models have been moved from the ArcGIS toolbox to their Windows based standalones: (1) hydropower/water yield, (2) finfish aquaculture, (3) coastal protection tier 0/coastal vulnerability, (4) wave energy, (5) carbon, (6) habitat quality/biodiversity, (7) pollination, (8) timber, and (9) overlap analysis. Additionally, documentation references to ArcGIS for those models have been replaced with instructions for launching standalone InVEST models from the Windows start menu.</p>
|
||||
|
@ -2700,7 +2735,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Changing support from <a href="mailto:richsharp@stanford.edu">richsharp@stanford.edu</a> to the user support forums at <a href="http://ncp-yamato.stanford.edu/natcapforums">http://ncp-yamato.stanford.edu/natcapforums</a>.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-46">
|
||||
<section id="section-47">
|
||||
<h1>2.5.6 (2013-09-06)</h1>
|
||||
<p>The 2.5.6 release of InVEST that addresses minor bugs, performance tweaks, and new functionality of the InVEST standalone models. Including:</p>
|
||||
<ul>
|
||||
|
@ -2726,7 +2761,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Added an infrastructure feature so that temporary files are created in the user's workspace rather than at the system level folder. This lets users work in a secondary workspace on a USB attached hard drive and use the space of that drive, rather than the primary operating system drive.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-47">
|
||||
<section id="section-48">
|
||||
<h1>2.5.5 (2013-08-06)</h1>
|
||||
<p>The 2.5.5 release of InVEST that addresses minor bugs, performance tweaks, and new functionality of the InVEST standalone models. Including:</p>
|
||||
<blockquote>
|
||||
|
@ -2820,7 +2855,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</ul>
|
||||
</blockquote>
|
||||
</section>
|
||||
<section id="section-48">
|
||||
<section id="section-49">
|
||||
<h1>2.5.4 (2013-06-07)</h1>
|
||||
<p>This is a minor release of InVEST that addresses numerous minor bugs and performance tweaks in the InVEST 3.0 models. Including:</p>
|
||||
<blockquote>
|
||||
|
@ -2870,15 +2905,15 @@ setuptools_scm</code> from the project root.</li>
|
|||
</ul>
|
||||
</blockquote>
|
||||
</section>
|
||||
<section id="section-49">
|
||||
<section id="section-50">
|
||||
<h1>2.5.3 (2013-03-21)</h1>
|
||||
<p>This is a minor release of InVEST that fixes an issue with the HRA model that caused ArcGIS versions of the model to fail when calculating habitat maps for risk hotspots. This upgrade is strongly recommended for users of InVEST 2.5.1 or 2.5.2.</p>
|
||||
</section>
|
||||
<section id="section-50">
|
||||
<section id="section-51">
|
||||
<h1>2.5.2 (2013-03-17)</h1>
|
||||
<p>This is a minor release of InVEST that fixes an issue with the HRA sample data that caused ArcGIS versions of the model to fail on the training data. There is no need to upgrade for most users unless you are doing InVEST training.</p>
|
||||
</section>
|
||||
<section id="section-51">
|
||||
<section id="section-52">
|
||||
<h1>2.5.1 (2013-03-12)</h1>
|
||||
<p>This is a minor release of InVEST that does not add any new models, but does add additional functionality, stability, and increased performance to one of the InVEST 3.0 standalones:</p>
|
||||
<blockquote>
|
||||
|
@ -2897,7 +2932,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</blockquote>
|
||||
<p>Additionally, this minor release fixes a bug in the InVEST user interface where collapsible containers became entirely non-interactive.</p>
|
||||
</section>
|
||||
<section id="section-52">
|
||||
<section id="section-53">
|
||||
<h1>2.5.0 (2013-03-08)</h1>
|
||||
<p>This a major release of InVEST that includes new standalone versions (ArcGIS is not required) our models as well as additional functionality, stability, and increased performance to many of the existing models. This release is timed to support our group's annual training event at Stanford University. We expect to release InVEST 2.5.1 a couple of weeks after to address any software issues that arise during the training. See the release notes below for details of the release, and please contact <a href="mailto:richsharp@stanford.edu">richsharp@stanford.edu</a> for any issues relating to software:</p>
|
||||
<blockquote>
|
||||
|
@ -2984,7 +3019,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</blockquote>
|
||||
</blockquote>
|
||||
</section>
|
||||
<section id="section-53">
|
||||
<section id="section-54">
|
||||
<h1>2.4.5 (2013-02-01)</h1>
|
||||
<p>This is a minor release of InVEST that does not add any new models, but does add additional functionality, stability, and increased performance to many of the InVEST 3.0 standalones:</p>
|
||||
<blockquote>
|
||||
|
@ -3044,7 +3079,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</ul>
|
||||
</blockquote>
|
||||
</section>
|
||||
<section id="section-54">
|
||||
<section id="section-55">
|
||||
<h1>2.4.4 (2012-10-24)</h1>
|
||||
<ul>
|
||||
<li>Fixes memory errors experienced by some users in the Carbon Valuation 3.0 Beta model.</li>
|
||||
|
@ -3052,7 +3087,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixes an issue importing packages for some officially-unreleased InVEST models.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-55">
|
||||
<section id="section-56">
|
||||
<h1>2.4.3 (2012-10-19)</h1>
|
||||
<ul>
|
||||
<li>Fixed a minor issue with hydropower output vaulation rasters whose statistics were not pre-calculated. This would cause the range in ArcGIS to show ther rasters at -3e38 to 3e38.</li>
|
||||
|
@ -3063,20 +3098,20 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Added a feature to all InVEST 3.0 models to list disk usage before and after each run and in most cases report a low free space error if relevant.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-56">
|
||||
<section id="section-57">
|
||||
<h1>2.4.2 (2012-10-15)</h1>
|
||||
<ul>
|
||||
<li>Fixed an issue with the ArcMap document where the paths to default data were not saved as relative paths. This caused the default data in the document to not be found by ArcGIS.</li>
|
||||
<li>Introduced some more memory-efficient processing for Biodiversity 3.0 Beta. This fixes an out-of-memory issue encountered by some users when using very large raster datasets as inputs.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-57">
|
||||
<section id="section-58">
|
||||
<h1>2.4.1 (2012-10-08)</h1>
|
||||
<ul>
|
||||
<li>Fixed a compatibility issue with ArcGIS 9.3 where the ArcMap and ArcToolbox were unable to be opened by Arc 9.3.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-58">
|
||||
<section id="section-59">
|
||||
<h1>2.4.0 (2012-10-05)</h1>
|
||||
<p>Changes in InVEST 2.4.0</p>
|
||||
<p>General:</p>
|
||||
|
@ -3156,7 +3191,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Fixed a visualization bug with wave energy where output rasters did not have the min/max/stdev calculations on them. This made the default visualization in arc be a gray blob.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-59">
|
||||
<section id="section-60">
|
||||
<h1>2.3.0 (2012-08-02)</h1>
|
||||
<p>Changes in InVEST 2.3.0</p>
|
||||
<p>General:</p>
|
||||
|
@ -3222,7 +3257,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Other minor bug fixes and runtime performance tweaks in the 3.0 framework.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-60">
|
||||
<section id="section-61">
|
||||
<h1>2.2.2 (2012-03-03)</h1>
|
||||
<p>Changes in InVEST 2.2.2</p>
|
||||
<p>General:</p>
|
||||
|
@ -3243,14 +3278,14 @@ setuptools_scm</code> from the project root.</li>
|
|||
<dd>toolbox if the workspace name is too long.</dd>
|
||||
</dl>
|
||||
</section>
|
||||
<section id="section-61">
|
||||
<section id="section-62">
|
||||
<h1>2.2.1 (2012-01-26)</h1>
|
||||
<p>Changes in InVEST 2.2.1</p>
|
||||
<p>General:</p>
|
||||
<p>This is a minor release which fixes the following defects:</p>
|
||||
<p>-A variety of miscellaneous bugs were fixed that were causing crashes of the Coastal Protection model in Arc 9.3. -Fixed an issue in the Pollination model that was looking for an InVEST1005 directory. -The InVEST "models only" release had an entry for the InVEST 3.0 Beta tools, but was missing the underlying runtime. This has been added to the models only 2.2.1 release at the cost of a larger installer. -The default InVEST ArcMap document wouldn't open in ArcGIS 9.3. It can now be opened by Arc 9.3 and above. -Minor updates to the Coastal Protection user's guide.</p>
|
||||
</section>
|
||||
<section id="section-62">
|
||||
<section id="section-63">
|
||||
<h1>2.2.0 (2011-12-22)</h1>
|
||||
<p>In this release we include updates to the habitat risk assessment model, updates to Coastal Vulnerability Tier 0 (previously named Coastal Protection), and a new tier 1 Coastal Vulnerability tool. Additionally, we are releasing a beta version of our 3.0 platform that includes the terrestrial timber and carbon models.</p>
|
||||
<p>See the "Marine Models" and "InVEST 3.0 Beta" sections below for more details.</p>
|
||||
|
@ -3304,7 +3339,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
<section id="section-63">
|
||||
<section id="section-64">
|
||||
<h1>2.1.1 (2011-10-17)</h1>
|
||||
<p>Changes in InVEST 2.1.1</p>
|
||||
<p>General:</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "invest-workbench",
|
||||
"version": "3.15.0",
|
||||
"version": "3.15.1",
|
||||
"description": "Models that map and value the goods and services from nature that sustain and fulfill human life",
|
||||
"main": "build/main/main.js",
|
||||
"homepage": "./",
|
||||
|
|
Loading…
Reference in New Issue