raain-model 3.1.20 → 3.1.22
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/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.1.22] - 2026-02-25
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- `RaainApiRainsGetCountsResponse`: added optional `percentComputations` field to counts result
|
|
15
|
+
|
|
16
|
+
## [3.1.21] - 2026-02-24
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- `RaainApiRainsProgressResponse`: added optional `inQueueCompute` and `inQueueGround` fields to distinguish queued job types
|
|
21
|
+
|
|
22
|
+
## [3.1.20] - 2026-02-24
|
|
23
|
+
|
|
10
24
|
### Fixed
|
|
11
25
|
|
|
12
26
|
- `SpeedMatrix.computeNashSutcliffe`: use relative error instead of -Infinity when gauge variance is zero but prediction is near-perfect (single-point or constant-gauge edge case)
|
|
@@ -621,7 +635,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
621
635
|
- Initial release
|
|
622
636
|
- First extracts from RAAIN services
|
|
623
637
|
|
|
624
|
-
[Unreleased]: https://github.com/raainio/raain-model/compare/v3.1.
|
|
638
|
+
[Unreleased]: https://github.com/raainio/raain-model/compare/v3.1.22...HEAD
|
|
639
|
+
|
|
640
|
+
[3.1.22]: https://github.com/raainio/raain-model/compare/v3.1.21...v3.1.22
|
|
641
|
+
|
|
642
|
+
[3.1.21]: https://github.com/raainio/raain-model/compare/v3.1.20...v3.1.21
|
|
643
|
+
|
|
644
|
+
[3.1.20]: https://github.com/raainio/raain-model/compare/v3.1.19...v3.1.20
|
|
625
645
|
|
|
626
646
|
[3.1.19]: https://github.com/raainio/raain-model/compare/v3.1.18...v3.1.19
|
|
627
647
|
|
package/bpInfo.js
CHANGED