Skip to content

Wickra v0.2.5

Choose a tag to compare

@github-actions github-actions released this 24 May 00:37
· 480 commits to main since this release
v0.2.5
221f7a7

Wickra v0.2.5 — streaming-first technical indicators across 4 language registries.

Install

cargo add wickra
pip install wickra
npm install wickra
npm install wickra-wasm

Attached assets

Pre-built artefacts for every supported platform — the same files that
were uploaded to crates.io, PyPI, and npm by this workflow run.

  • *.whl / wickra-*.tar.gz — Python wheels + sdist (5 platforms, ABI3 ≥ 3.9)
  • wickra.*.node — native Node bindings (linux-x64-gnu, darwin-x64,
    darwin-arm64, win32-x64-msvc)
  • wickra-*.tgz — npm-pack tarballs (main package + per-platform subpackages + WASM)
  • *.crate — cargo source crates (wickra-core, wickra-data, wickra)

Auto-generated changelog

See below; GitHub computes it from the commits since the previous tag.

What's Changed

  • test: 100% coverage for t3 + adx + natr + trix + coppock by @kingchenc in #20
  • test: 100% coverage for pmo + ppo + roc + ulcer_index + williams_r by @kingchenc in #21
  • test: 100% coverage for wma + aroon_oscillator + atr + awesome_oscillator + cci by @kingchenc in #22
  • test: 100% coverage for cmo + dema + donchian + dpo + ease_of_movement by @kingchenc in #23
  • test: 100% coverage for mom + sma + stoch_rsi + tema + trima by @kingchenc in #25
  • test: 100% coverage for tsi + ultimate_oscillator + vortex + vwma + zlema by @kingchenc in #26
  • test: 100% coverage for mfi + psar + cmf + hma + obv by @kingchenc in #27
  • test: 100% coverage for rsi + accelerator_oscillator + aroon + atr_trailing_stop + chaikin_oscillator by @kingchenc in #28
  • test: 100% coverage for chaikin_volatility + chande_kroll_stop + chandelier_exit + choppiness_index + force_index by @kingchenc in #29
  • test: 100% coverage for keltner + linreg + linreg_slope + macd + super_trend by @kingchenc in #30
  • test: 100% coverage for vertical_horizontal_filter + z_score + vpt + csv + adl by @kingchenc in #31
  • test: 100% coverage for ema + historical_volatility + kama + linreg_angle + mass_index by @kingchenc in #24
  • test: 100% coverage for balance_of_power + median_price + true_range + typical_price + weighted_close by @kingchenc in #32
  • test(psar): drop violation-tuple cold path in trend tests (-> 100%) by @kingchenc in #33
  • test(binance): mock-WS suite drives async/reconnect paths to ~100% by @kingchenc in #34
  • release: 0.2.5 by @kingchenc in #35

Full Changelog: v0.2.1...v0.2.5