Skip to content

Wickra v0.8.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 00:11
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.8.2
b31a9a3

Wickra v0.8.2 — streaming-first technical indicators across 4 language registries plus a C ABI.

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)
  • wickra-c-<target>.tar.gz — C ABI: include/wickra.h + wickra.hpp
    and the cdylib/staticlib per target (linux/macos/windows × x64/arm64),
    the hub for C / C++ / Go / C# / Java / R

Auto-generated changelog

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

What's Changed

  • sync-about: sync the version for every registry row by @kingchenc in #241
  • bindings/r: bump DESCRIPTION version to 0.8.1 by @kingchenc in #242
  • bindings/csharp: sync the static csproj version to 0.8.1 by @kingchenc in #243
  • bindings/r: build the C ABI from source for the WebAssembly target by @kingchenc in #244
  • release: bump 0.8.1 -> 0.8.2 by @kingchenc in #245

Full Changelog: v0.8.1...v0.8.2