High-precision HDC reference instrument for the solar system based on JPL DE441 (native C backend, runtime kernel patching, 38 bodies including all major Jovian + Saturnian moons; SPICE-free runtime)
Project description
ephemerides-spectral
High-precision HDC reference instrument for the Sol Star System.
Overview
ephemerides-spectral is a hyperdimensional-computing instrument that encodes the barycentric state of our star system using high-precision ephemeris data (NASA JPL DE441 / DE442) as resonant phases over a graph Laplacian.
Three interchangeable backends ship with the package:
bip(default) — bit-serialised integer ALU in pure Python. Phase composition lives in the cyclic groupZ_{2^32}; binding is(φ_1 + φ_2) mod 2^32, which is implicituint32overflow — no FPU in the hot path. 305× faster than the FPU reference; 256 KB state atD=65536. Always available.c(v0.3.1+) — native C library (libephemerides_spectral.{so,dll,dylib}) bundled in the platform wheel under_native/, loaded via ctypes. Byte-for-byte identical phase residues tobip; ~1000× speedup on the chunk loop (encode at +20 yr: 46 ms Python → 0.04 ms C). Falls back transparently tobipif the binary isn't loadable (sdist installs without a C toolchain, Pyodide / WASM, the pure-Python fallback wheel).complex128— FPU reference encoder with unit-norm complex Gaussian bases. Used for the algebraic identities (Syzygy operator, observer binding) and as a regression baseline.
Both backends implement the same algebraic substrate (cyclic-group representation of celestial phase-space, graph-Laplacian eigenbasis); they trade precision for speed.
Companion Project
ephemerides-spectral lives in the same docs/antikythera-maths/ folder as antikythera-spectral because the two share the spectral / cyclic-group framing and the Pyodide bridge contract. They are not consolidated: antikythera-spectral encodes a specific bronze-age mechanism (940-tooth Callippic gear DAG) while ephemerides-spectral encodes the live JPL DE441 ephemeris with phase-dependent (breathing) gravitational couplings. The chess-spectral notebook §20.13–§20.17 calls out the cross-pollination — chess uses Z_{640} (paying an explicit % 640 per op); ephemerides uses Z_{2^32} (free uint32 overflow).
Key Capabilities
- Graph Laplacian Propagator: Diagonal content = Newtonian mean motions + Mercury 43"/century post-Newtonian correction. Off-diagonal = gravitational fiber couplings (planet-sun, moon-planet, mean-motion resonances, asteroid-Jupiter).
- Phase 9 "Breathing" Couplings: Off-diagonal weights modulate with the resonant phase difference
cos(n_a·φ_a − n_b·φ_b). Formally a state-dependent (non-autonomous) graph Laplacian / adaptive Kuramoto-family network with phase-difference-dependent coupling — see the research notebook §1.4 for the full positioning across spectral-graph-theory / dynamical-systems / DNLS-on-a-graph vocabularies. Implemented end-to-end without FPU using a 1024-entryint32cosine LUT (Q1.14 amplitude, 4 KB). - Sol Star System Roster (v0.5.0+): 38 bodies — Sun, 9 planets (incl. Pluto), 24 moons, 4 main-belt asteroids. The moon set covers Earth's Moon, Mars's Phobos / Deimos, all 4 Galileans (Io, Europa, Ganymede, Callisto) plus the 4 inner regulars (Metis, Adrastea, Amalthea, Thebe), the canonical 9 Saturnians (Mimas, Enceladus, Tethys, Dione, Rhea, Titan, Hyperion, Iapetus, Phoebe) plus the Janus / Epimetheus co-orbitals, Uranus's Titania, and Neptune's Triton.
- Mean-motion resonances (v0.5.0+): 7 entries in
RESONANCES— Jupiter–Saturn 5:2, Neptune–Pluto 3:2, Io–Europa 2:1, Europa–Ganymede 2:1, Mimas–Tethys 4:2 (Cassini Division), Enceladus–Dione 2:1 (powers Enceladus tidal heating), Titan–Hyperion 4:3 (Hyperion's chaotic rotation). Natural-resonance gear group:Z_60 = Z_4 × Z_3 × Z_5. - Runtime kernel patching (v0.4.0+): Diagnosed-fiber overlay — patches sit beside the published kernel as DATA, not code edits, and contribute per-body residue deltas at encode time. Inspired by Linux ksplice / kpatch; the kernel's published bytes never change. Bridge surface:
apply_patch(name)/apply_custom_patch(...)/clear_patches(). Three patches in the bundled CATALOG authored from the v0.3.1 FFT residual analysis. v0.5.1 patch-shrinks-residual benchmark measured the catalog and showed partial vindication: J–S coupled patch shrinks both bodies' residuals by ~77% with phase-recovered authoring (research-side; stays out of the v0.5.x catalog until ≥80% on every body); Mars stays stuck at 3% due to FFT bin leakage. v0.5.2 adds windowed FFT + multi-bin patches for full predictive power. - SPICE-free runtime (v0.5.0+):
pip installworks out of the box — both backends use codegen-baked initial phases shipped in_data/initial_phases.json. No SPICE kernel staging required for basic encoding. Skyfield + jplephem stay as optional[ephemeris]extras for callers who want runtime recalibration against custom kernels. - Observer-Agnostic Views: Unitary binding to generate topocentric "Local View" hypervectors at any (lat, lon) on any body.
- Spectral Syzygy Window Search (v0.3.1+):
find-syzygies --from-jd ... --to-jd ...enumerates candidate syzygies in closed form via the natural cyclic-group decomposition (synodic + draconic month), then confirms each by spectral projection. ~1000× faster than the v0.3.0 point-evaluationeclipse --jdpattern for window queries. - ITN Pathway / Lagrange-Tube Query (v0.8.1+):
find-tubes --from-jd ... --to-jd ... --departure earth --target marsenumerates Hohmann transfer windows via the same closed-formfind-syzygiesdiscipline. "Surfing the perturbations" — the natural cyclic structure tells you when launch windows open without integrating any trajectories. First-cut Hohmann math; future versions layer low-energy / heteroclinic-tube candidates under the same surface (transfer_kindfield reserves room). References: Koon-Lo-Marsden-Ross 2011; Lo's Genesis trajectory work. - Sol Symphony Times (v0.3.0 + v0.5.4 + v0.8.0): every body in the Sol Star System has a "Sol Time" exposing its rotational + orbital cycles anchored to a conventional epoch — Mars Sol Date / Mars Coordinated Time (Allison & McEwen 2000), Sol Lunar Time (Earth's Moon synodic + sidereal phase), Sol Uranian Time (USD/SUT, anchored at the 2007 northern equinox), Sol Venusian, Sol Mercurian, Sol Plutonian, Sol Sol (the Sun, Carrington rotation system), Sol Jovian (Jupiter System III magnetic-field rotation), Sol Saturnian (Cassini-revised System III), Sol Neptunian (Voyager-2 System III). The Solar System is a natural symphony of overlapping clocks; Sol Time is just the package telling you what time it is on each body so you can correlate that body's local clock with JD. Naming hierarchy for future moon ports:
Sol <Parent>-<Body> Time(e.g., Sol Pluto-Charon Time).
Resolution Scaling
Temporal resolution of a residue shift scales inversely with hypervector dimension D:
D |
Earth resolution | Use case |
|---|---|---|
2^16 |
~8 minutes | default; long-term mapping |
2^19 |
~1 minute | medium-cadence events |
2^25 |
~1 second | high-cadence local readout |
Installation
pip install ephemerides-spectral
For full ephemeris support (skyfield + JPL DE-kernels):
pip install "ephemerides-spectral[ephemeris]"
CLI Usage
The package ships a rich ephemerides-spectral console script. Use --help on the top-level or any sub-command:
ephemerides-spectral --help
ephemerides-spectral encode --help
ephemerides-spectral breathing --help
Sub-command Cheat-Sheet
# Package version + frozen-data manifest
ephemerides-spectral version
# All 38 bodies in the Sol Star System Laplacian
ephemerides-spectral bodies
# Earth temporal resolution at the default D=65536
ephemerides-spectral resolution --body earth
# Encode J2000 with the integer ALU backend (default)
ephemerides-spectral encode --jd 2451545.0
# Same JD with the FPU complex128 reference encoder
ephemerides-spectral encode --jd 2451545.0 --backend complex128
# Topocentric view from London at J2000
ephemerides-spectral local-view --jd 2451545.0 --body earth --lat 51.5 --lon -0.1
# Syzygy alignment probability AT a JD (point evaluation; encode-then-check)
# v0.4+ ROADMAP: window search via the natural cyclic-group decomposition
ephemerides-spectral eclipse --jd 2451545.0
# Off-diagonal couplings (Laplacian fiber bundle)
ephemerides-spectral couplings
# Phase 9 breathing modulation (Jupiter-Saturn 5:2 by default)
ephemerides-spectral breathing --jd 2458850.0
# Override resonance: 3:2 Neptune-Pluto
ephemerides-spectral breathing --jd 2451545.0 \
--pair-a neptune --pair-b pluto --n-a 3 --n-b 2
# Mars Sol Date / Mars Coordinated Time at a JD (v0.3.0)
ephemerides-spectral time-mars --jd 2451549.5 # → MSD ≈ 44795.99
ephemerides-spectral time-mars --msd 50000 # invert: MSD → JD_UTC
# Mean lunar synodic + sidereal age/phase at a JD (v0.3.0)
ephemerides-spectral time-lunar --jd 2451545.0
# Sol Uranian Time (v0.5.4) — third planetary time system alongside Mars + Lunar
# USD (sidereal-day count since 2007 northern equinox), SUT (Uranian time-of-day),
# orbital phase + season, retrograde flag.
ephemerides-spectral time-uranus --jd 2454451.0 # → USD = 0.0 at SUT epoch
ephemerides-spectral time-uranus --usd 4046 # invert: USD → JD_TDB
# Sol Symphony Times (v0.8.0) — Venus, Mercury, Pluto, Sol (the Sun!),
# Jupiter, Saturn, Neptune each have their own "Sol Time" exposing rotational + orbital phase.
# Each handles its body's quirks: Mercury's 3:2 spin-orbit resonance, Venus's
# retrograde rotation (sidereal day > year!), Sol's differential rotation
# (Carrington system), Jupiter System III, Saturn Cassini-revised System III.
ephemerides-spectral time-venus --jd 2451545.0
ephemerides-spectral time-mercury --jd 2451545.0 # 3:2 resonance: solar day = 2 × year
ephemerides-spectral time-pluto --jd 2457217.0 # New Horizons closest approach
ephemerides-spectral time-sol --jd 2451545.0 # Sun's own Carrington Rotation Number
ephemerides-spectral time-jupiter --jd 2444000.5
ephemerides-spectral time-saturn --jd 2451545.0
ephemerides-spectral time-neptune --jd 2451545.0
# ITN pathway / Lagrange-tube query (v0.8.1) — Hohmann transfer windows
# "surfing the perturbations" via closed-form synodic enumeration
ephemerides-spectral find-tubes --from-jd 2451545.0 --to-jd 2470000.0 \
--departure earth --target mars
# Output: 23 Earth->Mars windows over ~50 years, each with transfer time
# (~258.9 days) + total Δv (~5.59 km/s)
# Lunar-time kernel metadata (LTE440 + LTC status; v0.3.0)
ephemerides-spectral lunar-kernels
# Resonance-derived natural cyclic group (v0.3.0; expanded to Z_60 in v0.5.0)
ephemerides-spectral natural-group # → Z_60 = Z_4 × Z_3 × Z_5
# Spectral-native syzygy window search (v0.3.1+)
# Replaces the v0.3.0 point-evaluation `eclipse --jd` for window queries.
# ~1000× faster than encode-then-check; uses the closed-form Saros /
# Metonic / synodic / draconic-month enumeration.
ephemerides-spectral find-syzygies --from-jd 2460311 --to-jd 2460676
# Diagnosed-fiber runtime kernel patching (v0.4.0+)
# Patches sit beside the published kernel as DATA, not code edits, and
# contribute per-body residue deltas at encode time. The kernel's
# published bytes never change. Bundled catalog (11 patches as of v0.5.5):
# v0.4.0 originals (3): mars-7.96yr-diagonal, mercury-10.69yr-diagonal,
# jupiter-saturn-9.56yr-coupled
# v0.5.2 LS-fit recovered (3, planets ≥96% shrinkage): same names with -v2 suffix
# v0.5.5 LS-fit moons (5, ≥93% shrinkage): dione/tethys/enceladus/titan/iapetus -v2
ephemerides-spectral patches catalog
ephemerides-spectral patches apply --name jupiter-saturn-9.56yr-coupled-v2
ephemerides-spectral patches active
ephemerides-spectral patches clear
All sub-commands emit JSON to stdout; pass --no-pretty (top-level flag, before the sub-command) for compact single-line output suitable for piping into jq or downstream tooling. Every response carries an ok field; ok: false returns exit code 1 with an error message.
Python API
from ephemerides_spectral import default_encode, bridge
# One-liner: encode a JD as a system state under the default backend.
state = default_encode(jd=2451545.0) # uint32[38] residues (BIP)
state = default_encode(jd=2451545.0, backend="complex128") # complex128[D]
# JSON-friendly bridge surface (Pyodide / web frontend)
bridge.get_version() # version + manifest
bridge.list_bodies() # 38-body roster (v0.5.0+)
bridge.get_resolution(body="mars", D=65536) # sec/residue
bridge.get_system_state(jd_tdb=2451545.0) # encode + per-body residues
bridge.get_local_view(jd_tdb=2451545.0, body="earth", lat=51.5, lon=-0.1)
bridge.get_eclipse_probability(jd_tdb=2451545.0)
bridge.list_couplings() # Laplacian fibers
bridge.get_breathing_modulation(jd_tdb=2451545.0) # Phase 9 LUT inspector
# v0.3.0 surface
bridge.jd_to_mars_time(jd_utc=2451549.5) # MSD + MTC (Allison & McEwen 2000)
bridge.mars_time_to_jd(msd=50000) # MSD → JD_UTC inverse
bridge.get_lunar_phase(jd_tdb=2451545.0) # mean synodic + sidereal phase
bridge.list_lunar_kernels() # LTE440 metadata + LTC status
bridge.get_natural_resonance_group() # Z_60 = Z_4 × Z_3 × Z_5 (v0.5.0+)
# v0.4.0 surface — runtime kernel patching (overlay on the spectral kernel)
# Catalog grows over time; v0.6.1 ships 11 entries:
# v0.4.0 originals (3): mars/mercury/jupiter-saturn at FFT-magnitude amplitudes
# v0.5.2 LS-fit recovered (3, planets at ≥96% shrinkage): -v2 suffix
# v0.5.5 LS-fit moons (5, ≥93% shrinkage): dione/tethys/enceladus/titan/iapetus -v2
bridge.list_catalog_patches() # bundled CATALOG (11 patches)
bridge.apply_patch("jupiter-saturn-9.56yr-coupled-v2") # vindicated v0.5.2 entry
bridge.apply_custom_patch(name="my-patch", kind="sinusoid",
body="earth", amplitude_deg=0.93,
period_days=1940.2) # FFT-diagnosed custom patch
bridge.list_active_patches() # what's currently overlaid
bridge.clear_patches() # wipe back to byte-exact baseline
# v0.5.4 surface — Sol Uranian Time
bridge.jd_to_sol_uranian_time(jd_tdb=2454451.0) # USD + SUT + season + retrograde
bridge.sol_uranian_time_to_jd(usd=4046.0) # USD → JD_TDB inverse
# v0.6.0 Tier 1 parity surface — both methods accept backend={"auto","bip","c"}
bridge.find_syzygies(jd_lo=2451545.0, jd_hi=2451545.0+365.25, backend="c")
bridge.get_breathing_modulation(jd_tdb=2451545.0, pair=("jupiter","saturn"),
n_lobes=(5, 2), backend="c")
Every bridge method returns a Pyodide-JSON-serialisable dict with ok: True/False. Caller-side errors return {ok: False, error: "..."} rather than raising — designed for crossing the Python/JS boundary cleanly.
Performance & Footprint
ephemerides-spectral is designed for high-performance galactic mapping on edge devices where large SPICE kernels (the 3.3 GB DE441) are prohibitive.
Memory Footprint
| Component | Format | RAM / Flash | Description |
|---|---|---|---|
| State (BIP) | uint32[D] |
256 KB | At D=65536; pure cyclic-group residues. |
| State (complex128) | complex128 |
1.0 MB | At D=65536; FPU reference encoder. |
| Channel Bases | mixed | ~38 MB | Full 38-body roster (v0.5.0+); pageable from Flash. |
Laplacian (L) |
complex128 |
< 25 KB | 38 × 38 interaction matrix. |
| Cosine LUT (Phase 9) | int32[1024] |
4 KB | Off-diagonal breathing modulation. |
| DE441 Truth | BSP | 3,300 MB | Original JPL source (calibration only). |
Compression vs DE441: > 100:1. Once calibrated, the HDC instrument functions as standalone algebraic truth — no kernel needed for propagation, local-view extraction, or syzygy detection.
Microcontroller Compatibility
The BIP backend is the natural production target for embedded use:
- ESP32-S3 / ESP32-C6 (8 MB+ PSRAM): full 38-body BIP state in PSRAM, microsecond-latency phase updates via
uint32adds. - ARM Cortex-M7 (Teensy 4.1, etc.): integer multiply-accumulate suits the
omega * delta_tstep path natively; cosine LUT fits in tightly-coupled memory. - RISC-V / Edge AI accelerators:
(φ_1 + φ_2) mod 2^32is a single uint32 add — directly mappable to vector-extension lanes.
Instead of searching 3.3 GB of Chebyshev coefficients, these devices evolve the entire Sol Star System phase-space using integer additions and a 4 KB cosine table.
Honest accuracy: DE441 full-epoch sweep (v0.3.0)
research/de441_sweep.py runs the BIP integer-ALU encoder at 15 sample points spanning J2000 ± 14,000 yr (just inside DE441's ~30,000-yr coverage window) and compares per-body ecliptic-longitude residues against DE441 ground truth. Results — sorted by max error, descending:
| Body | n | median (rad) | p95 (rad) | max (rad) | max (deg) |
|---|---|---|---|---|---|
| jupiter | 15 | 1.357 | 2.937 | 3.070 | 175.92 |
| saturn | 15 | 1.415 | 2.990 | 3.062 | 175.46 |
| neptune | 15 | 0.691 | 2.748 | 2.778 | 159.18 |
| pluto | 15 | 0.791 | 2.524 | 2.721 | 155.92 |
| moon | 15 | 1.084 | 2.559 | 2.670 | 153.00 |
| mercury | 15 | 0.356 | 1.444 | 1.461 | 83.74 |
| mars | 15 | 0.117 | 0.250 | 0.253 | 14.52 |
| uranus | 15 | 0.047 | 0.120 | 0.141 | 8.06 |
| venus | 15 | 0.024 | 0.114 | 0.124 | 7.11 |
| earth | 15 | 0.011 | 0.104 | 0.115 | 6.59 |
Earth phase error scales roughly linearly with horizon:
| Δt (yr) | Earth err (deg) |
|---|---|
| 0 | 0.000 |
| ±1 | 0.001–0.004 |
| ±10 | 0.006–0.008 |
| ±100 | 0.065–0.069 |
| ±1000 | 0.65–0.68 |
| ±5000 | 2.93–3.31 |
| ±10000 | 4.70–5.71 |
| ±14000 | 5.48–6.59 |
Three regimes, honestly named
- Sub-10° at multi-millennium horizons (Earth, Venus, Uranus): bodies whose mean motion + small eccentricity + the static gravitational fiber couplings approximate the actual orbit well. Earth benefits from being the calibration body for Mercury's PN diagonal.
- Tens of degrees (Mars 14.5°, Mercury 83.7°): dynamics include eccentricity + long-period perturbations the Phase-9 model captures only partially. Mars has no resonance entry; Mercury's PN diagonal is linear whereas its actual perihelion precession at multi-millennium scales has higher-order terms.
- Phase-scrambled (Jupiter, Saturn, Neptune, Pluto, Moon all hit >150°): bodies whose secular drift is dominated by resonant perturbations the Phase-9 model approximates phenomenologically. The
α = 0.1modulation depth is the right order of magnitude but wrong-in-detail; over ±14,000 yr that wrong-detail accumulates to a ~3 rad phase deficit.
This measures how much of multi-millennium ephemeris our v0.3.0 model captures, not how accurate the BIP encoder is at its design horizon. v0.3.0 is calibrated for the ±20-yr horizon (0.0002 rad ≈ 0.012° Earth phase floor); the multi-millennium errors are the cost of running a model trained for short-horizon dynamics far past its design point. The v0.4+ first-principles per-resonance α derivation is the planned fix — see ROADMAP.
Encoding timings (BIP integer-ALU path, default D = 65536)
| Δt (yr) | encode wall time |
|---|---|
| 0 | 0.2 ms |
| ±1 | 0.7–1.3 ms |
| ±10 | 4.2–6.8 ms |
| ±100 | 44.7–45.8 ms |
| ±1000 | 447–483 ms |
| ±5000 | 2.38–2.44 s |
| ±10000 | 4.34–4.44 s |
| ±14000 | 6.18–6.37 s |
Linear in |Δt| — one 30-day chunk per integration step. At the v0.1.0 design horizon (±20 yr, ~243 chunks) the encode is ~1.85 ms; at ±14,000 yr (~170k chunks) it's ~6.4 s. Median across the sweep: 447 ms; max: 6.4 s.
v0.4.1+ C native path drops these by ~1000× (encode at +20 yr: 46 ms BIP → 0.04 ms C). The full DE441 FFT-residual sweep (1024 samples) takes ~14 seconds on the C native path versus ~5 minutes on Python BIP — the truth-lookup against skyfield is the new bottleneck.
Patch-shrinks-residual benchmark — VINDICATED on planets (v0.5.2)
Earn the right to predict the missing data. — measured.
The v0.4.0 catalog patches claimed to predict missing physics; v0.5.1 audited them and surfaced two authoring bugs (amplitude off by 2×, phase=0 assumption wrong); v0.5.2 fixed both with least-squares fitting at the exact target period. Result: VINDICATED on every targeted planet body.
| Patch | v0.4.0 (mag-only) | v0.5.1 (phase-recovered) | v0.5.2 (LS-fit) |
|---|---|---|---|
| Mars 7.96 yr | +2.5% | +2.7% | +99.2% |
| Mercury 10.69 yr | −49.9% (peak GREW) | +39.6% | +99.9% |
| Jupiter 9.56 yr | +30.9% | +77.1% | +97.6% |
| Saturn 9.56 yr | −0.4% | +76.4% | +96.0% |
The vindicated patches ship as CATALOG_V2 alongside the original v0.4.0 CATALOG. Use the -v2 suffix:
bridge.apply_patch("mars-7.96yr-diagonal-v2") # 99.2% shrinkage
bridge.apply_patch("mercury-10.69yr-diagonal-v2") # 99.9%
bridge.apply_patch("jupiter-saturn-9.56yr-coupled-v2") # 97.6% J / 96.0% S
Empirical findings worth noting:
- J–S
correlation = +1(in-phase), not −1 as v0.4.0 assumed. Anti-correlated-libration intuition was empirically wrong. - LS-fit amplitudes are 25–55% larger than FFT-bin extraction — the energy that was leaking into adjacent bins.
- Mars's true residual amplitude is 10.69° (LS) vs 3.45° (FFT-bin rank-1) — a 3× underestimate, the worst leakage case in the catalog.
See the v0.5.2 patch-shrinks-residual analysis on the project docs for the full math derivation, methodology, and moon-residual open question.
Status
- v0.6.1 (current) — Tier 2a foundation: portable channel-basis PRNG (ABI v4). Splitmix64 PRNG bit-identical between Python + C;
es_channel_basis(seed, out, D)produces byte-identical complex64 hypervectors on both sides. Foundation for v0.7.0's HD encode + observer-bind + eclipse projection. No bridge surface change. See the project CHANGELOG and package CHANGELOG. - v0.6.0 — C/Python parity Tier 1 + always-on parity smoke test (ABI v3).
find_syzygiesandget_breathing_modulationnow have C twins; bridge dispatches onbackend={"auto","bip","c"}. Newtests/test_parity_smoke.pyenumerates every encoder-touchingbridge.*method in aPARITY_TARGETStable — adding a new bridge method without a parity classification fails CI. - v0.5.5 — Moon catalog patches (Phase C). Five LS-fit-vindicated moon entries join
CATALOG_V2: dione (98.2%), tethys (93.8%), enceladus (98.9%), titan (95.5%), iapetus (98.6%). Methodology vindicated twice on independent body sets: planets at 96-99%, moons at 93-99%; same bin-leakage signature both times. Hyperion lands at 75% (chaotic rotation; quasiperiodic-not-sinusoidal); queued for multi-component or coupled T-H 4:3 follow-up. - v0.5.4 — Sol Uranian Time (SUT) — third planetary time system alongside Mars Sol Date / Mars Coordinated Time and lunar synodic + sidereal phase. CLI
--helpaudit across all subcommands. - v0.5.3 — Moon residuals: 13 of 17 fixed. Period-truncation root cause confirmed via per-orbital-period diagnostic (frame-mismatch hypothesis ruled out). Fix: 9+-decimal sidereal periods from JPL HORIZONS / NASA fact sheets. Galileans drop from 100°→<1° RMS; 4 still broken (metis / thebe / rhea / phoebe — physics-specific follow-ups).
- v0.5.2 — Patch-shrinks-residual benchmark VINDICATED on planets via LS-fit catalog (Mars 99.2%, Mercury 99.9%, J–S 97.6/96.0%).
CATALOG_V2ships alongside v0.4.0. Moon-kernel infrastructure (mar099s/jup365/sat441) added. - v0.5.1 — Patch-shrinks-residual benchmark: PARTIAL vindication (J–S 77%, Mercury 40%, Mars stuck on FFT leakage); two v0.4.0 authoring bugs surfaced.
- v0.5.0 — All major Jovian + Saturnian moons join the encoder (26 → 38 bodies). Three new resonances (Cassini Division, Enceladus tidal heating, Hyperion chaos). SPICE-free runtime via codegen-baked initial phases.
- v0.4.1 — C-side runtime kernel patching (ABI v2). 237× speedup on patched encodes vs BIP.
- v0.4.0 — Diagnosed-fiber runtime overlay (Python side). Patches as data, ksplice/kpatch-style.
- v0.3.1 — C-in-wheel + spectral syzygy window search + DE441 error-spectrum FFT.
- v0.3.0 — Mars Sol Date / Mars Coordinated Time, mean lunar primitives, LTE440 awareness, DE441 full-epoch sweep, natural-resonance gear group.
- v0.2.0 — Phase 9 coverage extension to four resonance pairs (J–S 5:2, N–P 3:2, Io–Europa 2:1, Europa–Ganymede 2:1).
- v0.1.0 — first PyPI release. 26-body Sol Star System Laplacian + Phase 9 breathing couplings + ALU-native BIP encoder.
Roadmap
- v0.7.0 — C/Python parity Tier 2b (in progress) —
es_encode_state_hd,es_bind_observer,es_get_eclipse_probability. Bridge dispatchesget_local_viewandget_eclipse_probabilityonbackend={"auto","bip","c"}. The parity smoke test's twotier2_skipentries flip toparitywhen this lands. ABI v4 → v5. Subsumes the older "CORDIC topocentric rendering" idea — observer-bind in C is the deliverable. - v0.5.x — Hyperion follow-up — multi-component patch or coupled
titan-hyperion-4to3-coupled-v2. The single-sinusoid Hyperion patch hits 75% (chaos ceiling); a coupled / multi-component patch should clear the 80% gate. - v0.5.x — Remaining 4 broken moons (metis / thebe / rhea / phoebe). Phoebe needs sign-aware retrograde encoder; Metis needs an authoritative period; Thebe + Rhea look perturbation-driven.
- Sol Venusian + Sol Mercurian Time — two more planetary time systems alongside Mars / Lunar / Uranian. Venus rotates retrograde with sidereal day = 243 Earth-days (longer than its year); Mercury is in 3:2 spin-orbit resonance (solar day = 2 Mercury-years).
- First-principles per-resonance α — replaces phenomenological
α = 0.1with values derived from a Hamilton/Delaunay-variable Lagrangian (Lie-series perturbation theory around each resonance). The DE441 sweep is the empirical motivation: bodies inside the resonance set phase-scramble at multi-millennium horizons because theirαvalues are wrong-in-detail. The v0.5.5 LS-fit catalog patches are the empirical analog — Fourier-correction overlays that first-principlesαshould ultimately make redundant for bodies inside the resonance set. - DE441 vs DE442 spectral error signature (experiment) — build two BIP instruments, one calibrated only from DE441, one only from DE442; encode the same JD on both; project the per-body residue deltas onto the encoder's eigenbasis. If the deltas have a coherent spectral signature, DE442's corrections to DE441 live in a specific eigenmode subspace — which means we could predict where ephemeris error correction is structurally needed without needing the corrected kernel.
- ITN pathway / Lagrange-tube query (
find-tubesstyle surface) — mirror thefind-syzygiesdiscipline for the Interplanetary Transport Network — the stable/unstable manifolds of Lyapunov / halo orbits around L1/L2/L3 of each Sun-planet (and planet-moon) CR3BP. References: Koon, Lo, Marsden, Ross 2011; Lo's Genesis / WMAP trajectory work; Conley's 1968 manifold-connection theorems. - LTC (Lunar Coordinated Time) (v0.7+ or later) — pending NASA + international space-agency standardisation (target ~2026–2028 per April 2024 White House directive). LTE440 (Lin et al. 2025) ships the underlying SPICE-format conversion ephemeris with 0.15 ns accuracy through 2050; the bridge gains an
LTCnamespace mirroringMarsTimeonce the LTC epoch + day-length convention are formalised. - Phase 10 resonance coverage — Jupiter–Uranus 7:1, Saturn–Uranus 3:1, Saros / Metonic / Earth–Moon precession entries. Each adds a row to the
RESONANCEStable; the integer-LUT machinery is shared. - Multi-millennium DE441 sweep with the v0.5+ resonance-corrected encoder. Re-derive Metonic and Saros anchors against the full 3.3 GB DE441 with breathing couplings active.
- Bit-serial hardware port (Verilog/SystemC) — the cosine LUT becomes block RAM, the
omega * stepbecomes a fixed-precision multiplier.
License
GPL-3.0-or-later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ephemerides_spectral-0.8.1.tar.gz.
File metadata
- Download URL: ephemerides_spectral-0.8.1.tar.gz
- Upload date:
- Size: 144.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
684a79574bd6e2eccc1e9f09857033cce594faf542e260fb2efd674a2864fe57
|
|
| MD5 |
584bd59139f5a4bf1dd729f8acc3cd87
|
|
| BLAKE2b-256 |
9ec5325cdc42303d0f07ca70d6c081287db3c190f6723cd548535992ef12f3b3
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1.tar.gz:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1.tar.gz -
Subject digest:
684a79574bd6e2eccc1e9f09857033cce594faf542e260fb2efd674a2864fe57 - Sigstore transparency entry: 1440469861
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-py3-none-any.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-py3-none-any.whl
- Upload date:
- Size: 112.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a82bee7fa0cc04cec843f1d808f5c53f4e033751d1b39e97ef271c212e49da43
|
|
| MD5 |
ce8b9eb397f17650a4715b85753d25f9
|
|
| BLAKE2b-256 |
e17e33cd2adc367800698f982ba8bde4eab47a6d3fb52182a6915a0dd54cc1b0
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-py3-none-any.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-py3-none-any.whl -
Subject digest:
a82bee7fa0cc04cec843f1d808f5c53f4e033751d1b39e97ef271c212e49da43 - Sigstore transparency entry: 1440471681
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 130.5 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d4410afa9c6caf1d8533bb8c87fedbea45d23ae5cfeaacc0515c8bccc2bf9bd
|
|
| MD5 |
01730801fb8f1aca3a2da6ed310ea2fb
|
|
| BLAKE2b-256 |
1cc9f130e7ef833c424b533f73482c9d9ef22443ce3d875b09ac015ad3f59865
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp314-cp314-win_amd64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp314-cp314-win_amd64.whl -
Subject digest:
2d4410afa9c6caf1d8533bb8c87fedbea45d23ae5cfeaacc0515c8bccc2bf9bd - Sigstore transparency entry: 1440471580
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 124.0 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f999ff3e7c3f2593434431ae4522c77c3bcf6fa6c7efe72ff366a4e4025e5c02
|
|
| MD5 |
a1999d252a9470da053eba8c10775a8d
|
|
| BLAKE2b-256 |
2b760b61e91b625101ef7dfddce59779d956897f1420d1f5a20d0e7eba7952a7
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
f999ff3e7c3f2593434431ae4522c77c3bcf6fa6c7efe72ff366a4e4025e5c02 - Sigstore transparency entry: 1440470182
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 123.8 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
202342b013b583dbd5b263e16dc0783a0c79ad8aded4ae0f9eca3f27973e1b27
|
|
| MD5 |
dbcd4e725176aa6fe45871091b9c496d
|
|
| BLAKE2b-256 |
5d3dec49cf503e916f746a3ca7b387cd57e57e7c51cc384f2b4a8b1d739dd30e
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
202342b013b583dbd5b263e16dc0783a0c79ad8aded4ae0f9eca3f27973e1b27 - Sigstore transparency entry: 1440471029
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 129.1 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0e09e97f92e6fba58666a0bccdfb14a4339435dbb162a36adb7633f21513c48
|
|
| MD5 |
58c867bf5ac47dc687f3ca24bf56331e
|
|
| BLAKE2b-256 |
7bc93ae06f119faeac71e2b91f1b3992039c4df2de6cf6d0cf02265735fa601b
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp313-cp313-win_amd64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp313-cp313-win_amd64.whl -
Subject digest:
f0e09e97f92e6fba58666a0bccdfb14a4339435dbb162a36adb7633f21513c48 - Sigstore transparency entry: 1440469978
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 124.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5149d619204e2eb3d8baf19611d4f0f79644abf480076e1e3759fad49fa8ce5
|
|
| MD5 |
b6b528cbcf4408b957523191204954d3
|
|
| BLAKE2b-256 |
82c5023584cfdb3a0f5b5e651113fa26884002c1fdb42c69e5f522d53bd51936
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c5149d619204e2eb3d8baf19611d4f0f79644abf480076e1e3759fad49fa8ce5 - Sigstore transparency entry: 1440470689
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 123.8 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e04a57261c515e7f67372e93e567c0eacd7bff6f504188ed4f751191bf35b50d
|
|
| MD5 |
9423b67ba817174367924d7e626e4d32
|
|
| BLAKE2b-256 |
ede22ada22697535a5c3a937172b815355e4218c3ad35e9e2e5d720e68434be9
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
e04a57261c515e7f67372e93e567c0eacd7bff6f504188ed4f751191bf35b50d - Sigstore transparency entry: 1440471374
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 129.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed67357b3d5dd02bfc09944b0022c25770321b8fcc8b95c75df879c3c630357b
|
|
| MD5 |
4e1af4d05c7f99e2f93f29c5c48061c1
|
|
| BLAKE2b-256 |
69c1caf2a2e7276a486168775512e0e31bac374deea982832cbc86e0eed8b5bf
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp312-cp312-win_amd64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp312-cp312-win_amd64.whl -
Subject digest:
ed67357b3d5dd02bfc09944b0022c25770321b8fcc8b95c75df879c3c630357b - Sigstore transparency entry: 1440471480
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 124.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e16bc228b2346bea1f7a9522cfc0e0df5f42a5ec2d1a0eb9f4b71edcc2776ae7
|
|
| MD5 |
e81b57fcf08b096b915ee270d74dd193
|
|
| BLAKE2b-256 |
9ce7b070c6ac5a888d01415772a23971de1e18e51c86c6eb24a82f767389b204
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
e16bc228b2346bea1f7a9522cfc0e0df5f42a5ec2d1a0eb9f4b71edcc2776ae7 - Sigstore transparency entry: 1440470071
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 123.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7aff03ccb2a50d477378a8a3dfb5253f0fa2939ef0af9f9e99fbc4ff08f2f341
|
|
| MD5 |
a75b338bf431f098a7cee36557d0bf45
|
|
| BLAKE2b-256 |
3579f13f87ad2b8377aa2c297f07d3bce207895e09eda86719f171c315a7de5b
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
7aff03ccb2a50d477378a8a3dfb5253f0fa2939ef0af9f9e99fbc4ff08f2f341 - Sigstore transparency entry: 1440471273
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 129.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
064175fd3ca5be073d49dc0dbaeccbdd56191e015ddd68f2373ac73142347505
|
|
| MD5 |
c6ad99b3f5750bcca91c86ddcc9caee7
|
|
| BLAKE2b-256 |
1b6706d4edb64144d7737a5524a95c12061117d09805055be64190971d7031b9
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp311-cp311-win_amd64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp311-cp311-win_amd64.whl -
Subject digest:
064175fd3ca5be073d49dc0dbaeccbdd56191e015ddd68f2373ac73142347505 - Sigstore transparency entry: 1440470438
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 124.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b95a6592cfb01478233d25d2cddf56b66a188578f0f16f070d3b1b0984e26bb1
|
|
| MD5 |
a3b8c1acd0f4e6057994e771cb768770
|
|
| BLAKE2b-256 |
3aa9e74106bbbc788a2b7c4402ed6f2aa1ca1e657ab44d0bfc18f8f990f6923c
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
b95a6592cfb01478233d25d2cddf56b66a188578f0f16f070d3b1b0984e26bb1 - Sigstore transparency entry: 1440470785
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 123.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32fb0b5d8f38bcac97991c02a90db60c84b27e36d56367f748a80df1107d9017
|
|
| MD5 |
3ae31228e5d705261d684cd82193a4ef
|
|
| BLAKE2b-256 |
195ab71dfc0ce5819d23dc4fd68ceffba6a8b2c84895c615ac66feb6f4dc4c7b
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
32fb0b5d8f38bcac97991c02a90db60c84b27e36d56367f748a80df1107d9017 - Sigstore transparency entry: 1440470908
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 129.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66d98641be47d8fe1ecdc85a9199222d16fd6c96257bc0680dadf4e1fea9eedb
|
|
| MD5 |
282856c74a8896f85d75c2430f69530e
|
|
| BLAKE2b-256 |
11795a1d62c02b873936c8ceed8c8d0f969064c56b967264c327ea04c1d1b572
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp310-cp310-win_amd64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp310-cp310-win_amd64.whl -
Subject digest:
66d98641be47d8fe1ecdc85a9199222d16fd6c96257bc0680dadf4e1fea9eedb - Sigstore transparency entry: 1440470323
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 124.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee4b462a40b53c44f98adb00ce6de540d84029b19e0ad58c3476ee8b8900f359
|
|
| MD5 |
34fbbc0faef1ed14180b47f1987436fa
|
|
| BLAKE2b-256 |
b454119344c878a0d5e1db4e257446468b4c8dc02114e96ea13131f72ac45b45
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
ee4b462a40b53c44f98adb00ce6de540d84029b19e0ad58c3476ee8b8900f359 - Sigstore transparency entry: 1440471146
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ephemerides_spectral-0.8.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: ephemerides_spectral-0.8.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 123.8 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cab7cca77a7a34aa8062623fcfdb3e093e0361715e0447a5f6ce82713b25764e
|
|
| MD5 |
0260edb1a851c3fe8342732590bdb605
|
|
| BLAKE2b-256 |
485bf383ae70cc39a054e6848a070e593bc66fe88da675b7d287feb813b6b358
|
Provenance
The following attestation bundles were made for ephemerides_spectral-0.8.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
ephemerides-spectral-publish.yml on lemonforest/mlehaptics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ephemerides_spectral-0.8.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
cab7cca77a7a34aa8062623fcfdb3e093e0361715e0447a5f6ce82713b25764e - Sigstore transparency entry: 1440470557
- Sigstore integration time:
-
Permalink:
lemonforest/mlehaptics@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Branch / Tag:
refs/tags/ephemerides-spectral-v0.8.1 - Owner: https://github.com/lemonforest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ephemerides-spectral-publish.yml@51a41bb9aa8883b90aec5fe7acdae0ba41cbc09b -
Trigger Event:
workflow_dispatch
-
Statement type: