kshana 0.24.0 → 0.25.0
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 +8 -8
- package/kshana-sbom.cdx.json +3 -3
- package/kshana_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
<a href="https://github.com/AshfordeOU/kshana/blob/main/tests/sgp4_verification.rs"><img src="https://img.shields.io/badge/SGP4-666%2F666%20AIAA%20vectors%20%C2%B7%204.12mm-3fb950" alt="SGP4 validated against all 666 AIAA 2006-6753 vectors, worst 4.12 mm"></a>
|
|
18
|
-
<a href="https://github.com/AshfordeOU/kshana#validation-at-a-glance"><img src="https://img.shields.io/badge/validated-
|
|
19
|
-
<a href="https://github.com/AshfordeOU/kshana/releases"><img src="https://img.shields.io/badge/release-v0.
|
|
20
|
-
<a href="https://
|
|
18
|
+
<a href="https://github.com/AshfordeOU/kshana#validation-at-a-glance"><img src="https://img.shields.io/badge/validated-56%20external%20oracles-3fb950" alt="56 of 102 capabilities validated against independent external oracles"></a>
|
|
19
|
+
<a href="https://github.com/AshfordeOU/kshana/releases"><img src="https://img.shields.io/badge/release-v0.25.0-c79e63" alt="Release v0.25.0"></a>
|
|
20
|
+
<a href="https://kshana.dev"><img src="https://img.shields.io/badge/playground-try%20in%20browser-c79e63" alt="Live playground — run in your browser, no install"></a>
|
|
21
21
|
<a href="https://github.com/AshfordeOU/kshana/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-AGPL_v3-blue.svg" alt="License: AGPL-3.0-only"></a>
|
|
22
22
|
<a href="https://doi.org/10.5281/zenodo.20528627"><img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.20528627-blue.svg" alt="DOI 10.5281/zenodo.20528627"></a>
|
|
23
23
|
</p>
|
|
@@ -32,8 +32,8 @@ parameter is traceable to a published source.
|
|
|
32
32
|
> ***Validated, not asserted.*** 666/666 AIAA SGP4 vectors to **4.12 mm** · Cowell
|
|
33
33
|
> force model **0.08 m** vs Orekit 12.2 · Galileo **0.61 m** / Swarm-A **0.10 m** vs
|
|
34
34
|
> real ESA precise ephemerides · GCRS→ITRS bit-for-bit vs SOFA/ERFA · ML metrics exact
|
|
35
|
-
> vs scikit-learn · **
|
|
36
|
-
> oracles;
|
|
35
|
+
> vs scikit-learn · **56 of 102** capabilities validated against independent external
|
|
36
|
+
> oracles; 42 honestly labelled Modelled, 4 partner-owned.
|
|
37
37
|
|
|
38
38
|
<p align="center">
|
|
39
39
|
<img src="https://raw.githubusercontent.com/AshfordeOU/kshana/main/docs/assets/diagrams/system-overview.png" alt="Kshana system overview: five front doors (CLI, Python wheel, WebAssembly playground, MCP server, JetBrains plugin) converge on a single api::run_toml dispatch, through the engine, to a reproducible result.json + chart.svg" width="840">
|
|
@@ -51,7 +51,7 @@ parameter is traceable to a published source.
|
|
|
51
51
|
| ✅ | GNSS DOP · ML detector metrics | to **1e-6** · to **1e-9** | gnss_lib_py · scikit-learn |
|
|
52
52
|
|
|
53
53
|
<p align="center">
|
|
54
|
-
<img src="https://raw.githubusercontent.com/AshfordeOU/kshana/main/docs/assets/figures/validation-breakdown.png" alt="Verification status across all 102 capabilities:
|
|
54
|
+
<img src="https://raw.githubusercontent.com/AshfordeOU/kshana/main/docs/assets/figures/validation-breakdown.png" alt="Verification status across all 102 capabilities: 56 Validated, 42 Modelled, 4 Partner-owned" width="780">
|
|
55
55
|
</p>
|
|
56
56
|
|
|
57
57
|
## Install
|
|
@@ -81,7 +81,7 @@ const { json, svg } = run_full(toml);
|
|
|
81
81
|
Beyond `run` / `run_full` / `version`, the module also exports `summary` (the one-line
|
|
82
82
|
result string), `list_kinds` / `error_kind` (introspection), and
|
|
83
83
|
`encode_permalink` / `decode_permalink` — the shareable-URL codec the
|
|
84
|
-
[playground](https://
|
|
84
|
+
[playground](https://kshana.dev) uses to round-trip a whole scenario through the
|
|
85
85
|
address-bar fragment.
|
|
86
86
|
|
|
87
87
|
Every figure of merit is labelled **validated** or **modelled**; optical-clock figures
|
|
@@ -92,7 +92,7 @@ navigation is simulation-validated; real-mission deep-space OD is on the roadmap
|
|
|
92
92
|
## Learn more
|
|
93
93
|
|
|
94
94
|
- **Full README & validation matrix** → <https://github.com/AshfordeOU/kshana>
|
|
95
|
-
- **Live playground** → <https://
|
|
95
|
+
- **Live playground** → <https://kshana.dev>
|
|
96
96
|
- **Capabilities** → [docs/CAPABILITY.md](https://github.com/AshfordeOU/kshana/blob/main/docs/CAPABILITY.md)
|
|
97
97
|
- **Validation & provenance** → [docs/VALIDATION.md](https://github.com/AshfordeOU/kshana/blob/main/docs/VALIDATION.md) · [docs/PROVENANCE.md](https://github.com/AshfordeOU/kshana/blob/main/docs/PROVENANCE.md)
|
|
98
98
|
|
package/kshana-sbom.cdx.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.5",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:4fd7e47c-819f-ee15-0566-8651aca3bb00",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
7
|
"component": {
|
|
@@ -380,8 +380,8 @@
|
|
|
380
380
|
{
|
|
381
381
|
"type": "library",
|
|
382
382
|
"name": "kshana",
|
|
383
|
-
"version": "0.
|
|
384
|
-
"purl": "pkg:cargo/kshana@0.
|
|
383
|
+
"version": "0.25.0",
|
|
384
|
+
"purl": "pkg:cargo/kshana@0.25.0",
|
|
385
385
|
"licenses": [
|
|
386
386
|
{
|
|
387
387
|
"license": {
|
package/kshana_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED