@hestia-earth/engine-models 0.83.2 → 0.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -138,10 +138,14 @@ The `ecoinventV3` model requires a valid [license](https://ecoinvent.org/offerin
138
138
 
139
139
  ### Amortising Land Use Change Emissions Using Linear Discounting
140
140
 
141
- :info: This is an experimental feature and is not yet integrated in all the HESTIA tools. All carbon stock change models (`ipcc2019.aboveGroundBiomass`, _etc._) and their associated emission models (`ipcc2019.co2ToAirAboveGroundBiomassStockChange`, _etc._) have been updated; however, changes to `hestia.landCover` are required to make linear discounting fully functional (see work item [#1623](https://gitlab.com/hestia-earth/hestia-engine-models/-/work_items/1623) for further information).
141
+ In compliance with Land Sector and Removals Standard & Guidance set by the Greenhouse Gas Protocol (2026), HESTIA amortises LUC emissions using linear discounting by default.
142
142
 
143
- To amortise the impacts of land use change using linear discounting across IPCC (2019) models:
144
- 1. Set the env variable `USE_LINEAR_DISCOUNTING` to `true`
143
+ On the main HESTIA platform, we have chosen to amortise emissions using linear discounting, and this cannot be changed. The amortisation method can only be changed on the Community Edition.
144
+
145
+ For more information, see our guide page on [linear discounting](/guide/models-using-the-models-linear-discounting).
146
+
147
+ To opt-out of linear discounting on the Community Edition, and revert to amortising emissions using equal apportioning:
148
+ 1. Set the env variable `USE_LINEAR_DISCOUNTING` to `false`
145
149
 
146
150
  ## TypeScript / JavaScript package
147
151
 
package/cjs/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.83.2";
1
+ export declare const ENGINE_VERSION = "0.84.0";
package/cjs/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ENGINE_VERSION = void 0;
4
- exports.ENGINE_VERSION = '0.83.2';
4
+ exports.ENGINE_VERSION = '0.84.0';
package/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.83.2";
1
+ export declare const ENGINE_VERSION = "0.84.0";
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const ENGINE_VERSION = '0.83.2';
1
+ export const ENGINE_VERSION = '0.84.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.83.2",
3
+ "version": "0.84.0",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -72,12 +72,12 @@
72
72
  "@babel/preset-typescript": "^7.28.5",
73
73
  "@commitlint/cli": "^19.8.1",
74
74
  "@commitlint/config-conventional": "^19.8.1",
75
- "@hestia-earth/api": "^0.27.3",
75
+ "@hestia-earth/api": "^0.28.14",
76
76
  "@hestia-earth/eslint-config": "^0.1.1",
77
- "@hestia-earth/json-schema": "^38.0.0",
78
- "@hestia-earth/schema": "^38.0.0",
79
- "@hestia-earth/schema-validation": "^38.0.0",
80
- "@hestia-earth/utils": "^0.17.24",
77
+ "@hestia-earth/json-schema": "^38.2.0",
78
+ "@hestia-earth/schema": "^38.2.0",
79
+ "@hestia-earth/schema-validation": "^38.2.0",
80
+ "@hestia-earth/utils": "^0.17.25",
81
81
  "@jest/globals": "^29.7.0",
82
82
  "@types/node": "^22.19.15",
83
83
  "@typescript-eslint/eslint-plugin": "^5.62.0",