wickra-wasm 0.8.3 → 0.8.5

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
@@ -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
@@ -355,6 +358,12 @@ Every layer is covered; run the suites with the commands in
355
358
  - `bindings/java`: JUnit cases covering one indicator per FFI archetype
356
359
  (scalar/batch, multi-output, bars, profile, array input) plus batch equivalence.
357
360
 
361
+ The four C-ABI bindings (C#, Go, Java, R) additionally replay a shared,
362
+ language-neutral golden fixture (`testdata/golden/*.csv`, generated by
363
+ `cargo run -p wickra-examples --bin gen_golden`) and assert exact parity with the
364
+ Rust reference outputs across every archetype (SMA, EMA, RSI, ATR, MACD, ADX,
365
+ Beta), catching FFI wiring bugs the math-only core tests cannot see.
366
+
358
367
  ## Contributing
359
368
 
360
369
  Contributions are very welcome — issues, bug reports, ideas, and pull requests
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "kingchenc <support@wickra.org>"
6
6
  ],
7
7
  "description": "WASM bindings for the Wickra streaming-first technical indicators library.",
8
- "version": "0.8.3",
8
+ "version": "0.8.5",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
Binary file