Skip to main content

astronereus

Python frontend for Nereus — trans-dimensional Bayesian inference for exoplanet orbits.

You do not need Julia. Nereus itself is Julia, but this package fetches a prebuilt runtime on first use and runs it out-of-process in a warm daemon. Nothing is compiled at install time.

pip install astronereus

That is the whole install. The first time you actually ask for a fit, the runtime (~480 MB) is fetched and warmed once, and you are told it is happening:

astronereus: no Julia runtime yet -- fetching it once now.
astronereus: fetching runtime (macos-arm64, julia 1.11.9) ...
astronereus: unpacking ...
astronereus: warming the runtime (one-time, a few minutes) ...
astronereus: ready (207s)

pip cannot do that step itself -- wheels have no post-install hook -- so it happens on first use instead. To get it over with ahead of a workshop or a flight, run it deliberately:

python -c "import astronereus; astronereus.install()"

NEREUS_NO_AUTO_INSTALL=1 turns the automatic fetch off and makes the first call fail with instructions instead, for CI and air-gapped machines.

The distribution and the import are both astronereus. The name nereus on PyPI belongs to an unrelated geophysics package, and a distribution whose import name differs from its install name is a thing every user has to be told, so they are deliberately the same string here.

Use

import astronereus

summary = astronereus.run_job(cfg)          # one-shot

with astronereus.session() as s:            # or reuse one warm daemon
    a  = s.run_job(cfg_a)
    pg = s.detect.rv_periodogram(t=t, rv=rv, rv_err=err)

Typed entry points per observable — fit_rv, fit_transit, fit_astrometry, fit_rm, fit_tomography, fit_ttv, fit_binary, fit_joint — take channel objects (RV, Transit, Astrometry, RM, Night, TTV, SB2) and return a JobResult.

The first install() unpacks the runtime and warms it once (a few minutes); every process after that starts in about twenty seconds. NEREUS_BUNDLE_URL points the installer at a local file or file:// URL — that is the intended path for a workshop room, where thirty people pulling half a gigabyte over conference wifi is not a plan.

Runtime bundles

Prebuilt runtimes are attached to the Nereus.jl releases, with SHA256SUMS alongside:

platform size
macos-arm64 466 MiB
linux-x86_64 690 MiB
linux-aarch64 650 MiB

install() picks the one for your platform and verifies it against the published checksum.

Upgrading the package does not refresh a runtime you already have — the bundle is a separate download cached outside site-packages. When a release ships against a newer Nereus, session() says so on start-up; get it with:

python -c "import astronereus; astronereus.install(force=True)"
``` For a classroom, fetch it once and point everyone at the
local copy instead:

```sh
export NEREUS_BUNDLE_URL=/Volumes/NEREUS/nereus-runtime-1.11.9-macos-arm64.tar.zst

NEREUS_HOME relocates the runtime cache out of the default platform cache directory.

Licence

MIT — see LICENSE.

Release files for astronereus 0.4.25

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for astronereus 0.4.25
File Size Uploaded
astronereus-0.4.25.tar.gz 78.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for astronereus 0.4.25
File Interpreter ABI Platform
astronereus-0.4.25-py3-none-any.whl Python 3 none any Details

Total release size: 158.8 kB

Release files / astronereus-0.4.25.tar.gz

Download URL astronereus-0.4.25.tar.gz
Size 78.8 kB
Tags Source
SHA-256 checksum
How to use checksums
b2cdd3660112325ba6ba8d45b6bd5055f64ed97bfa53102147d111344e1db1ca
BLAKE2b-256 checksum
How to use checksums
85eb9c44cac08b9ab61316098dbe0fc96dfe4c25275217611bf359a9e294ad0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / astronereus-0.4.25-py3-none-any.whl

Download URL astronereus-0.4.25-py3-none-any.whl
Size 80.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
69008eb39c1e3b0af1654dfe60036f3902a7b2b9fd6305aa42f9c68ecb584852
BLAKE2b-256 checksum
How to use checksums
d730a27ab042e30100dfcbba5ca97faa0b1a7aa9f4e183755a7e74e2c17e50ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release history Release notifications | RSS feed

0.4.27

2 release files

0.4.26

2 release files

This release

0.4.25 This release

2 release files

0.4.24

2 release files

0.4.23

2 release files

0.4.22

2 release files

0.4.21

2 release files

0.4.20

2 release files

0.4.19

2 release files

0.4.18

2 release files

0.4.17

2 release files

0.4.16

2 release files

0.4.15

2 release files

0.4.14

2 release files

0.4.13

2 release files

0.4.12

2 release files

0.4.11

2 release files

0.4.9

2 release files

0.4.8

2 release files

0.4.7

2 release files

0.4.6

2 release files

0.4.5

2 release files

0.4.4

2 release files

0.4.3

2 release files

0.4.2

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.14

2 release files

0.2.13

2 release files

0.2.12

2 release files

0.2.11

2 release files

0.2.10

2 release files

0.2.9

2 release files

0.2.8

2 release files

0.2.7

2 release files

0.2.6

2 release files

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page