commit
84f6108b0a
|
@ -61,8 +61,12 @@
|
|||
|
||||
|
||||
|
||||
Unreleased Changes
|
||||
------------------
|
||||
..
|
||||
Unreleased Changes
|
||||
------------------
|
||||
|
||||
3.15.0 (2025-04-03)
|
||||
-------------------
|
||||
Highlights
|
||||
==========
|
||||
* Multiple models now use **per-hectare** units in their raster outputs. Prior
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- Changes should be grouped for readability.
|
||||
<!-- Changes should be grouped under headings for readability.
|
||||
InVEST model names:
|
||||
- Annual Water Yield
|
||||
- Carbon Storage and Sequestration
|
||||
|
@ -13,7 +13,7 @@ InVEST model names:
|
|||
- Crop Pollination
|
||||
- Crop Production
|
||||
- DelineateIt
|
||||
- Forest Carbon Edge Effects
|
||||
- Forest Carbon Edge Effect
|
||||
- Globio
|
||||
- Habitat Quality
|
||||
- HRA
|
||||
|
@ -33,11 +33,173 @@ InVEST model names:
|
|||
Workbench fixes/enhancements:
|
||||
- Workbench
|
||||
Everything else:
|
||||
- General -->
|
||||
<!-- :changelog: -->
|
||||
- General
|
||||
Updates worth drawing extra attention to (minor/major releases only):
|
||||
- Highlights
|
||||
Each release section has a heading underlined with ``---``.
|
||||
Within a release section, underline group headings with ``===``.
|
||||
For example:
|
||||
Unreleased Changes
|
||||
------------------
|
||||
General
|
||||
=======
|
||||
* Updated something.
|
||||
Wind Energy
|
||||
===========
|
||||
* Fixed something.
|
||||
The order of groups should be as follows:
|
||||
1. Highlights
|
||||
2. General
|
||||
3. Workbench
|
||||
4. InVEST model A
|
||||
5. ...
|
||||
6. InVEST model Z (model names should be sorted A-Z) -->
|
||||
<!-- Unreleased Changes
|
||||
------------------ -->
|
||||
<section id="section-1">
|
||||
<h1>3.15.0 (2025-04-03)</h1>
|
||||
<section id="highlights">
|
||||
<h2>Highlights</h2>
|
||||
<ul>
|
||||
<li>Multiple models now use <strong>per-hectare</strong> units in their raster outputs. Prior to this update, these rasters reported <strong>per-pixel</strong> values. This change affects the following models:
|
||||
<ul>
|
||||
<li>Carbon</li>
|
||||
<li>Crop Production</li>
|
||||
<li>Forest Carbon Edge Effect</li>
|
||||
<li>NDR</li>
|
||||
<li>SDR</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>NDR, SDR, and Seasonal Water Yield now support the D8 routing algorithm in addition to MFD.</li>
|
||||
<li>Visitation: Recreation and Tourism model now includes Twitter data.</li>
|
||||
<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">
|
||||
<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>
|
||||
<li>Now testing and building against Python 3.13. No longer testing and building with Python 3.8, which reached EOL. <a href="https://github.com/natcap/invest/issues/1755">https://github.com/natcap/invest/issues/1755</a></li>
|
||||
<li>All InVEST model output data now include metadata sidecar files. These are '.yml' files with the same basename as the dataset they describe. <a href="https://github.com/natcap/invest/issues/1662">https://github.com/natcap/invest/issues/1662</a></li>
|
||||
<li>InVEST's Windows binaries are now distributed once again with a valid signature, signed by Stanford University. <a href="https://github.com/natcap/invest/issues/1580">https://github.com/natcap/invest/issues/1580</a></li>
|
||||
<li>InVEST's macOS disk image is now distributed once again with a valid signature, signed by Stanford University. <a href="https://github.com/natcap/invest/issues/1784">https://github.com/natcap/invest/issues/1784</a></li>
|
||||
<li>The natcap.invest python package now officially supports linux. manylinux wheels will be available on PyPI. (<a href="https://github.com/natcap/invest/issues/1730">#1730</a>)</li>
|
||||
<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">
|
||||
<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>
|
||||
<li>Fixed a bug where toggle inputs would fail to respond if multiple tabs of the same model were open. <a href="https://github.com/natcap/invest/issues/1842">https://github.com/natcap/invest/issues/1842</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="annual-water-yield">
|
||||
<h2>Annual Water Yield</h2>
|
||||
<ul>
|
||||
<li>Fixed an issue where the model would crash if the valuation table was provided, but the demand table was not. Validation will now warn about this, and the <code>MODEL_SPEC</code> has been improved to reflect that this table is now required when doing valuation. <a href="https://github.com/natcap/invest/issues/1769">https://github.com/natcap/invest/issues/1769</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="carbon">
|
||||
<h2>Carbon</h2>
|
||||
<ul>
|
||||
<li>Updated styling of the HTML report generated by the carbon model, for visual consistency with the Workbench (<a href="https://github.com/natcap/invest/issues/1732">InVEST #1732</a>).</li>
|
||||
<li>Raster outputs that previously contained per-pixel values (e.g., t/pixel) now contain per-hectare values (e.g., t/ha). (<a href="https://github.com/natcap/invest/issues/1270">InVEST #1270</a>).</li>
|
||||
<li>Removed the REDD scenario and updated the naming of the Current and Future scenarios to Baseline and Alternate, respectively, to better indicate that users are not limited to comparing present and future. (<a href="https://github.com/natcap/invest/issues/1758">InVEST #1758</a>).</li>
|
||||
<li>Changed output filename prefixes from <code>tot_c</code> to <code>c_storage</code> and <code>delta</code> to <code>c_change</code>. (<a href="https://github.com/natcap/invest/issues/1825">InVEST #1825</a>).</li>
|
||||
<li>Fixed bug where discount rate and annual price change were incorrectly treated as ratios instead of percentages. (<a href="https://github.com/natcap/invest/issues/1827">InVEST #1827</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="coastal-blue-carbon">
|
||||
<h2>Coastal Blue Carbon</h2>
|
||||
<ul>
|
||||
<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">
|
||||
<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>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="forest-carbon-edge-effect">
|
||||
<h2>Forest Carbon Edge Effect</h2>
|
||||
<ul>
|
||||
<li>Raster outputs that previously contained per-pixel values (e.g., t/pixel) now contain per-hectare values (e.g., t/ha). (<a href="https://github.com/natcap/invest/issues/1270">InVEST #1270</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="habitat-quality">
|
||||
<h2>Habitat Quality</h2>
|
||||
<ul>
|
||||
<li>The <code>lulc</code> column in the sensitivity table input, and the <code>lulc_code</code> column in the rarity table outputs, 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>
|
||||
<li>The model now expects the maximum threat distance (<code>max_dist</code> in the threats table) to be specified in <code>m</code> instead of <code>km</code> (<a href="https://github.com/natcap/invest/issues/1252">InVEST #1252</a>).</li>
|
||||
<li>Adjusted total habitat degradation calculation to calculate degradation for each threat and create intermediate degradation rasters. Total degradation is now calculated using these individual threat degradation rasters. <a href="https://github.com/natcap/invest/issues/1100">https://github.com/natcap/invest/issues/1100</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="ndr">
|
||||
<h2>NDR</h2>
|
||||
<ul>
|
||||
<li>Align rasters to the grid of the DEM raster (<a href="https://github.com/natcap/invest/issues/1488">#1488</a>).</li>
|
||||
<li>Raster outputs that previously contained per-pixel values (e.g., kg/pixel) now contain per-hectare values (e.g., kg/ha). (<a href="https://github.com/natcap/invest/issues/1270">InVEST #1270</a>).</li>
|
||||
<li>Made the runoff proxy index calculation more robust by allowing users to specify the average runoff proxy, preventing normalization issues across different climate scenarios and watershed selections. <a href="https://github.com/natcap/invest/issues/1741">https://github.com/natcap/invest/issues/1741</a></li>
|
||||
<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="scenario-generator">
|
||||
<h2>Scenario Generator</h2>
|
||||
<ul>
|
||||
<li>Updated the output CSV columns: Renamed <cite>lucode</cite> column <cite>original lucode</cite> to clarify that it contains the original, to-be-converted, value(s). Added <cite>replacement lucode</cite> column, containing the LULC code to which habitat was converted during the model run. <a href="https://github.com/natcap/invest/issues/1295">https://github.com/natcap/invest/issues/1295</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="scenic-quality">
|
||||
<h2>Scenic Quality</h2>
|
||||
<ul>
|
||||
<li>Fixed a bug where the visibility raster could be incorrectly set to 1 ('visible') if the DEM value was within floating point imprecision of the DEM nodata value (<a href="https://github.com/natcap/invest/issues/1859">#1859</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="sdr">
|
||||
<h2>SDR</h2>
|
||||
<ul>
|
||||
<li>Raster outputs that previously contained per-pixel values (e.g., t/pixel) now contain per-hectare values (e.g., t/ha). (<a href="https://github.com/natcap/invest/issues/1270">InVEST #1270</a>).</li>
|
||||
<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">
|
||||
<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>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="urban-cooling">
|
||||
<h2>Urban Cooling</h2>
|
||||
<ul>
|
||||
<li>Align rasters to the grid of the LULC raster, rather than the ET0 raster (<a href="https://github.com/natcap/invest/issues/1488">#1488</a>).</li>
|
||||
<li>Updated the documentation for the <code>mean_t_air</code> attribute of the <code>buildings_with_stats.shp</code> output to clarify how the value is calculated. <a href="https://github.com/natcap/invest/issues/1746">https://github.com/natcap/invest/issues/1746</a></li>
|
||||
<li>Fixed bug in the calculation of Cooling Capacity (CC) provided by parks, where the CC Index was not being properly incorporated. <a href="https://github.com/natcap/invest/issues/1726">https://github.com/natcap/invest/issues/1726</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="urban-stormwater-retention">
|
||||
<h2>Urban Stormwater Retention</h2>
|
||||
<ul>
|
||||
<li>Fixed a bug causing <code>inf</code> values in volume outputs because nodata values were not being set correctly (<a href="https://github.com/natcap/invest/issues/1850">InVEST #1850</a>).</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="visitation-recreation-and-tourism">
|
||||
<h2>Visitation: Recreation and Tourism</h2>
|
||||
<ul>
|
||||
<li>Added a database of geotagged tweets to support calculating twitter-user-days (TUD) as proxy for visitation rates. The model now calculates photo-user-days (PUD) and TUD and uses their average as the response variable in the regression model. Please refer to the User's Guide for more details on the regression model.</li>
|
||||
<li>Output data were updated to support the new TUD results, and vector outputs are now in GeoPackage format instead of ESRI Shapefile.</li>
|
||||
<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">
|
||||
<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">
|
||||
<h1>3.14.3 (2024-12-19)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -147,7 +309,7 @@ Everything else:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-2">
|
||||
<section id="section-3">
|
||||
<h1>3.14.2 (2024-05-29)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -268,7 +430,7 @@ Everything else:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-3">
|
||||
<section id="section-4">
|
||||
<h1>3.14.1 (2023-12-18)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -399,7 +561,7 @@ Everything else:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-4">
|
||||
<section id="section-5">
|
||||
<h1>3.14.0 (2023-09-08)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -604,7 +766,7 @@ Everything else:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-5">
|
||||
<section id="section-6">
|
||||
<h1>3.13.0 (2023-03-17)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -737,7 +899,7 @@ Everything else:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-6">
|
||||
<section id="section-7">
|
||||
<h1>3.12.1 (2022-12-16)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -810,7 +972,7 @@ Everything else:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-7">
|
||||
<section id="section-8">
|
||||
<h1>3.12.0 (2022-08-31)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -934,7 +1096,7 @@ Everything else:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-8">
|
||||
<section id="section-9">
|
||||
<h1>3.11.0 (2022-05-24)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1032,7 +1194,7 @@ Everything else:
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-9">
|
||||
<section id="section-10">
|
||||
<h1>3.10.2 (2022-02-08)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1134,7 +1296,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-10">
|
||||
<section id="section-11">
|
||||
<h1>3.10.1 (2022-01-06)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1149,7 +1311,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-11">
|
||||
<section id="section-12">
|
||||
<h1>3.10.0 (2022-01-04)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1333,7 +1495,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-12">
|
||||
<section id="section-13">
|
||||
<h1>3.9.2 (2021-10-29)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1394,7 +1556,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-13">
|
||||
<section id="section-14">
|
||||
<h1>3.9.1 (2021-09-22)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1543,7 +1705,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-14">
|
||||
<section id="section-15">
|
||||
<h1>3.9.0 (2020-12-11)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1731,7 +1893,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-15">
|
||||
<section id="section-16">
|
||||
<h1>3.8.9 (2020-09-15)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1756,7 +1918,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-16">
|
||||
<section id="section-17">
|
||||
<h1>3.8.8 (2020-09-04)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1856,7 +2018,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-17">
|
||||
<section id="section-18">
|
||||
<h1>3.8.7 (2020-07-17)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1895,7 +2057,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-18">
|
||||
<section id="section-19">
|
||||
<h1>3.8.6 (2020-07-03)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1910,7 +2072,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-19">
|
||||
<section id="section-20">
|
||||
<h1>3.8.5 (2020-06-26)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1961,7 +2123,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-20">
|
||||
<section id="section-21">
|
||||
<h1>3.8.4 (2020-06-05)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -1996,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.3 (2020-05-29)</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -2011,13 +2173,13 @@ setuptools_scm</code> from the project root.</li>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-22">
|
||||
<section id="section-23">
|
||||
<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-23">
|
||||
<section id="section-24">
|
||||
<h1>3.8.1 (2020-05-08)</h1>
|
||||
<ul>
|
||||
<li>Fixed a compilation issue on Mac OS X Catalina.</li>
|
||||
|
@ -2041,7 +2203,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-24">
|
||||
<section id="section-25">
|
||||
<h1>3.8.0 (2020-02-07)</h1>
|
||||
<ul>
|
||||
<li>Created a sub-directory for the sample data in the installation directory.</li>
|
||||
|
@ -2097,7 +2259,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Added a new InVEST model: Urban Cooling Model.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-25">
|
||||
<section id="section-26">
|
||||
<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>
|
||||
|
@ -2118,7 +2280,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-26">
|
||||
<section id="section-27">
|
||||
<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>
|
||||
|
@ -2148,7 +2310,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-27">
|
||||
<section id="section-28">
|
||||
<h1>3.5.0 (2018-08-14)</h1>
|
||||
<ul>
|
||||
<li>Bumped pygeoprocessing requirement to <code>pygeoprocessing>=1.2.3</code>.</li>
|
||||
|
@ -2170,7 +2332,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-28">
|
||||
<section id="section-29">
|
||||
<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>
|
||||
|
@ -2180,7 +2342,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-29">
|
||||
<section id="section-30">
|
||||
<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>
|
||||
|
@ -2188,7 +2350,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-30">
|
||||
<section id="section-31">
|
||||
<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>
|
||||
|
@ -2198,7 +2360,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-31">
|
||||
<section id="section-32">
|
||||
<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>
|
||||
|
@ -2206,7 +2368,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-32">
|
||||
<section id="section-33">
|
||||
<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>
|
||||
|
@ -2238,7 +2400,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-33">
|
||||
<section id="section-34">
|
||||
<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>
|
||||
|
@ -2258,7 +2420,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-34">
|
||||
<section id="section-35">
|
||||
<h1>3.3.2 (2016-10-17)</h1>
|
||||
<ul>
|
||||
<li>Partial test coverage for HRA model.</li>
|
||||
|
@ -2297,7 +2459,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-35">
|
||||
<section id="section-36">
|
||||
<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>
|
||||
|
@ -2323,7 +2485,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-36">
|
||||
<section id="section-37">
|
||||
<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>
|
||||
|
@ -2377,7 +2539,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-37">
|
||||
<section id="section-38">
|
||||
<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>
|
||||
|
@ -2390,11 +2552,11 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Miscelaneous performance patches and bug fixes.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-38">
|
||||
<section id="section-39">
|
||||
<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-39">
|
||||
<section id="section-40">
|
||||
<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>
|
||||
|
@ -2410,7 +2572,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-40">
|
||||
<section id="section-41">
|
||||
<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>
|
||||
|
@ -2433,7 +2595,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-41">
|
||||
<section id="section-42">
|
||||
<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>
|
||||
|
@ -2474,7 +2636,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-42">
|
||||
<section id="section-43">
|
||||
<h1>3.0.1 (2014-05-19)</h1>
|
||||
<ul>
|
||||
<li>Blue Carbon model released.</li>
|
||||
|
@ -2496,7 +2658,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-43">
|
||||
<section id="section-44">
|
||||
<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>
|
||||
|
@ -2515,7 +2677,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
<li>Numerous other minor bug fixes and performance enhacnements.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="section-44">
|
||||
<section id="section-45">
|
||||
<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>
|
||||
|
@ -2538,7 +2700,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-45">
|
||||
<section id="section-46">
|
||||
<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>
|
||||
|
@ -2564,7 +2726,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-46">
|
||||
<section id="section-47">
|
||||
<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>
|
||||
|
@ -2658,7 +2820,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</ul>
|
||||
</blockquote>
|
||||
</section>
|
||||
<section id="section-47">
|
||||
<section id="section-48">
|
||||
<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>
|
||||
|
@ -2708,15 +2870,15 @@ setuptools_scm</code> from the project root.</li>
|
|||
</ul>
|
||||
</blockquote>
|
||||
</section>
|
||||
<section id="section-48">
|
||||
<section id="section-49">
|
||||
<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-49">
|
||||
<section id="section-50">
|
||||
<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-50">
|
||||
<section id="section-51">
|
||||
<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>
|
||||
|
@ -2735,7 +2897,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-51">
|
||||
<section id="section-52">
|
||||
<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>
|
||||
|
@ -2822,7 +2984,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</blockquote>
|
||||
</blockquote>
|
||||
</section>
|
||||
<section id="section-52">
|
||||
<section id="section-53">
|
||||
<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>
|
||||
|
@ -2882,7 +3044,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</ul>
|
||||
</blockquote>
|
||||
</section>
|
||||
<section id="section-53">
|
||||
<section id="section-54">
|
||||
<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>
|
||||
|
@ -2890,7 +3052,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-54">
|
||||
<section id="section-55">
|
||||
<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>
|
||||
|
@ -2901,20 +3063,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-55">
|
||||
<section id="section-56">
|
||||
<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-56">
|
||||
<section id="section-57">
|
||||
<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-57">
|
||||
<section id="section-58">
|
||||
<h1>2.4.0 (2012-10-05)</h1>
|
||||
<p>Changes in InVEST 2.4.0</p>
|
||||
<p>General:</p>
|
||||
|
@ -2994,7 +3156,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-58">
|
||||
<section id="section-59">
|
||||
<h1>2.3.0 (2012-08-02)</h1>
|
||||
<p>Changes in InVEST 2.3.0</p>
|
||||
<p>General:</p>
|
||||
|
@ -3060,7 +3222,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-59">
|
||||
<section id="section-60">
|
||||
<h1>2.2.2 (2012-03-03)</h1>
|
||||
<p>Changes in InVEST 2.2.2</p>
|
||||
<p>General:</p>
|
||||
|
@ -3081,14 +3243,14 @@ setuptools_scm</code> from the project root.</li>
|
|||
<dd>toolbox if the workspace name is too long.</dd>
|
||||
</dl>
|
||||
</section>
|
||||
<section id="section-60">
|
||||
<section id="section-61">
|
||||
<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-61">
|
||||
<section id="section-62">
|
||||
<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>
|
||||
|
@ -3142,7 +3304,7 @@ setuptools_scm</code> from the project root.</li>
|
|||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
<section id="section-62">
|
||||
<section id="section-63">
|
||||
<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.14.3",
|
||||
"version": "3.15.0",
|
||||
"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