wickra 0.2.6 → 0.2.7

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
@@ -58,7 +58,7 @@ depend on CPU, memory clock and OS scheduler. Read them as **relative
58
58
  speedups** between libraries on identical input, not as a universal
59
59
  performance contract.
60
60
 
61
- - **Reproduced on:** Windows 11 Pro 26200, AMD Ryzen 9 7950X3D, 64 GB DDR5,
61
+ - **Reproduced on:** Windows 11 Pro 26200, AMD Ryzen 9 9950X, 64 GB DDR5,
62
62
  Rust 1.92 (release profile, `lto = "fat"`, `codegen-units = 1`),
63
63
  Python 3.12, Node 20.
64
64
  - **Reproduce yourself:** `pip install -e bindings/python[bench]` then
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wickra-darwin-arm64",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Native binding for wickra (macOS Apple Silicon). Installed automatically as an optional dependency of wickra on matching platforms.",
5
5
  "main": "wickra.darwin-arm64.node",
6
6
  "files": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wickra-darwin-x64",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Native binding for wickra (macOS Intel). Installed automatically as an optional dependency of wickra on matching platforms.",
5
5
  "main": "wickra.darwin-x64.node",
6
6
  "files": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wickra-linux-arm64-gnu",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Native binding for wickra (linux arm64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
5
5
  "main": "wickra.linux-arm64-gnu.node",
6
6
  "files": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wickra-linux-x64-gnu",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Native binding for wickra (linux x64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
5
5
  "main": "wickra.linux-x64-gnu.node",
6
6
  "files": [
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "wickra-win32-arm64-msvc",
3
+ "version": "0.2.7",
4
+ "description": "Native binding for wickra (Windows arm64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
5
+ "main": "wickra.win32-arm64-msvc.node",
6
+ "files": [
7
+ "wickra.win32-arm64-msvc.node"
8
+ ],
9
+ "license": "PolyForm-Noncommercial-1.0.0",
10
+ "engines": {
11
+ "node": ">= 18"
12
+ },
13
+ "os": [
14
+ "win32"
15
+ ],
16
+ "cpu": [
17
+ "arm64"
18
+ ],
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/kingchenc/wickra"
22
+ },
23
+ "homepage": "https://github.com/kingchenc/wickra"
24
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wickra-win32-x64-msvc",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Native binding for wickra (Windows x64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
5
5
  "main": "wickra.win32-x64-msvc.node",
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wickra",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
5
5
  "author": "kingchenc <kingchencp@gmail.com>",
6
6
  "main": "index.js",
@@ -38,7 +38,8 @@
38
38
  "aarch64-unknown-linux-gnu",
39
39
  "x86_64-apple-darwin",
40
40
  "aarch64-apple-darwin",
41
- "x86_64-pc-windows-msvc"
41
+ "x86_64-pc-windows-msvc",
42
+ "aarch64-pc-windows-msvc"
42
43
  ]
43
44
  }
44
45
  },
@@ -46,11 +47,12 @@
46
47
  "node": ">= 18"
47
48
  },
48
49
  "optionalDependencies": {
49
- "wickra-linux-x64-gnu": "0.2.6",
50
- "wickra-linux-arm64-gnu": "0.2.6",
51
- "wickra-darwin-x64": "0.2.6",
52
- "wickra-darwin-arm64": "0.2.6",
53
- "wickra-win32-x64-msvc": "0.2.6"
50
+ "wickra-linux-x64-gnu": "0.2.7",
51
+ "wickra-linux-arm64-gnu": "0.2.7",
52
+ "wickra-darwin-x64": "0.2.7",
53
+ "wickra-darwin-arm64": "0.2.7",
54
+ "wickra-win32-x64-msvc": "0.2.7",
55
+ "wickra-win32-arm64-msvc": "0.2.7"
54
56
  },
55
57
  "scripts": {
56
58
  "build": "napi build --platform --release",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file