kshana 0.19.0 → 0.20.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 CHANGED
@@ -1,8 +1,10 @@
1
1
  <p align="center">
2
- <img src="docs/assets/kshana-mark.svg" alt="Kshana mark — a precision reticle hung from the Devanagari shirorekha" width="96" height="96">
2
+ <img src="docs/assets/kshana-mark.svg" alt="Kshana mark — a compass reticle marking the precise instant" width="96" height="96">
3
3
  </p>
4
4
 
5
- <h1 align="center">Kshana</h1>
5
+ <p align="center">
6
+ <img src="docs/assets/kshana-wordmark.png" alt="Kshana" width="300">
7
+ </p>
6
8
 
7
9
  <p align="center">
8
10
  <strong>क्षण</strong> — Sanskrit for <em>the precise instant</em>, the smallest measure of time.<br>
@@ -15,7 +17,7 @@
15
17
  <a href="#validation-at-a-glance"><img src="https://img.shields.io/badge/validated-13%20external%20oracles-3fb950" alt="13 capabilities validated against independent external oracles (real data, independent libraries, or published reference vectors); 12 more are honestly labelled MODELLED — see Validation at a glance"></a>
16
18
  <a href="https://github.com/ashfordeOU/kshana/actions/workflows/ci.yml"><img src="https://img.shields.io/badge/coverage-~96%25%20line-3fb950" alt="~96% line coverage on src/ (cargo-tarpaulin LLVM engine), gated at 85% in CI"></a>
17
19
  <a href="https://github.com/ashfordeOU/kshana/actions/workflows/ci.yml"><img src="https://github.com/ashfordeOU/kshana/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
18
- <a href="https://github.com/ashfordeOU/kshana/releases"><img src="https://img.shields.io/badge/release-v0.19.0-c79e63" alt="Release v0.19.0"></a>
20
+ <a href="https://github.com/ashfordeOU/kshana/releases"><img src="https://img.shields.io/badge/release-v0.20.0-c79e63" alt="Release v0.20.0"></a>
19
21
  <a href="https://plugins.jetbrains.com/plugin/32181-kshana--pnt-simulator"><img src="https://img.shields.io/badge/JetBrains-Marketplace-c79e63" alt="Kshana on the JetBrains Marketplace"></a>
20
22
  <a href="https://glama.ai/mcp/servers/ashfordeOU/kshana"><img src="https://glama.ai/mcp/servers/ashfordeOU/kshana/badges/score.svg" alt="kshana-mcp on Glama — MCP server quality score"></a>
21
23
  <a href="LICENSE"><img src="https://img.shields.io/badge/License-AGPL_v3-blue.svg" alt="License: AGPL-3.0-only"></a>
@@ -49,7 +51,7 @@ from Ashforde OÜ for proprietary/closed integration (see [`LICENSING.md`](LICEN
49
51
  Professionally developed and maintained by Ashforde OÜ; commercial support,
50
52
  integration, and proprietary extensions available.*
51
53
 
52
- > **Status: v0.19.0 · a simulation substrate, not yet a product.** A validated,
54
+ > **Status: v0.20.0 · a simulation substrate, not yet a product.** A validated,
53
55
  > fully reproducible engine spanning the PNT stack — orbit geometry and constellation
54
56
  > design, a numerical (Cowell) propagator with a six-perturbation force model, maneuver
55
57
  > and trajectory design, time systems, inertial navigation (incl. map-aided and
@@ -963,7 +965,7 @@ entry for every user-visible change. Participation is governed by our
963
965
 
964
966
  If you use Kshana in academic or technical work, please cite it. Machine-readable
965
967
  metadata is in [`CITATION.cff`](CITATION.cff) (GitHub renders a "Cite this repository"
966
- button from it); cite the version you used (e.g. `v0.19.0`) together with the
968
+ button from it); cite the version you used (e.g. `v0.20.0`) together with the
967
969
  scenario and seed for full reproducibility. Every release is archived on Zenodo with
968
970
  a citable DOI — the concept DOI [10.5281/zenodo.20528627](https://doi.org/10.5281/zenodo.20528627)
969
971
  always resolves to the latest version.
package/kshana_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Chakshu Baweja <contact@ashforde.org>"
6
6
  ],
7
7
  "description": "Open, reproducible PNT-resilience simulator with quantum-sensor performance models",
8
- "version": "0.19.0",
8
+ "version": "0.20.0",
9
9
  "license": "AGPL-3.0-only",
10
10
  "repository": {
11
11
  "type": "git",