wickra-wasm 0.8.3 → 0.8.4
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 +4 -1
- package/package.json +1 -1
- package/wickra_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -334,7 +334,10 @@ Every layer is covered; run the suites with the commands in
|
|
|
334
334
|
|
|
335
335
|
- `wickra-core`: unit tests per indicator — textbook reference values
|
|
336
336
|
(Wilder RSI, Bollinger Bands, MACD, ATR, Stochastic), `batch == streaming`
|
|
337
|
-
equivalence, `reset` semantics, NaN/Inf handling, and property tests.
|
|
337
|
+
equivalence, `reset` semantics, NaN/Inf handling, and property tests. A
|
|
338
|
+
catalogue-wide property harness (`tests/invariants.rs`) additionally asserts
|
|
339
|
+
`batch == streaming`, `reset == fresh`, and non-finite-input rejection for
|
|
340
|
+
**every** indicator and bar-builder.
|
|
338
341
|
- `wickra-data`: unit tests for CSV decoding, the tick aggregator, the
|
|
339
342
|
resampler, and the Binance payload parser.
|
|
340
343
|
- `bindings/python`: pytest covering smoke checks, streaming/batch
|
package/package.json
CHANGED
package/wickra_wasm_bg.wasm
CHANGED
|
Binary file
|