Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.1.0",
".": "1.2.0",
"fwi": "0.2.0",
"nfdrs": "0.3.0",
"fetch": "0.2.0"
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.2.0](https://github.com/alpineworks/firewx/compare/v1.1.0...v1.2.0) (2026-08-03)


### Features

* **fetch:** add FEMS client (weather + NFDRS output) ([d66db94](https://github.com/alpineworks/firewx/commit/d66db941a830ec4d91a143fcacc29bb1091467d7))
* **fetch:** add Synoptic Weather API client with functional options ([2f7893d](https://github.com/alpineworks/firewx/commit/2f7893ddbb0dcb8d643648d4e0d9c627cd265bf3))
* **fetch:** Synoptic and FEMS clients (functional options) ([a973f55](https://github.com/alpineworks/firewx/commit/a973f5586ee763dde49ea98451b64910357490ec))
* **nfdrs:** add Driver state persistence ([55c388c](https://github.com/alpineworks/firewx/commit/55c388cf5996e25006937f8d370329f47930f6d8))
* **nfdrs:** add Driver state persistence ([4090360](https://github.com/alpineworks/firewx/commit/4090360cc45ba65c78e90dbf897ae86f20efb472))
* **nfdrs:** add GSI live fuel moisture model ([516610e](https://github.com/alpineworks/firewx/commit/516610ec88aa5be3e1d19f7cde61ac8f86fb100c))
* **nfdrs:** add Nelson dead fuel moisture solver ([909e431](https://github.com/alpineworks/firewx/commit/909e431f2f4971fcfe46aed5ed913420305309d8))
* **nfdrs:** add Rothermel surface fire spread model ([2dd0936](https://github.com/alpineworks/firewx/commit/2dd0936dc1a5e2b27e70da92eb5515e718db1f4e))
* **nfdrs:** add the assembly driver ([6f58120](https://github.com/alpineworks/firewx/commit/6f58120421a57ef4f2d2c86728266c48cf4a5374))
* **nfdrs:** add the fire danger index equations ([cb03b62](https://github.com/alpineworks/firewx/commit/cb03b6206e6434f1c2b1af609d35e472e0789c75))
* **nfdrs:** nelson foundation — constants, derived params, sticks ([7396ade](https://github.com/alpineworks/firewx/commit/7396ade6b72fb93160a9c607f1a0919438fcc604))
* **nfdrs:** Nelson, Rothermel, and GSI models ([cc1212a](https://github.com/alpineworks/firewx/commit/cc1212a7dc9fcbd46d39e81546a0d89f6d01a927))
* **nfdrs:** NFDRS assembly — index equations and driver ([8547431](https://github.com/alpineworks/firewx/commit/85474312a452cec188b5305a9d2169f676c4c432))

## [1.1.0](https://github.com/alpineworks/firewx/compare/v1.0.1...v1.1.0) (2026-08-02)


Expand Down
Loading