Skip to content

Releases: B612-Asteroid-Institute/adam-assist

v0.3.10

Choose a tag to compare

@akoumjian akoumjian released this 15 Jun 20:00
ccae087

Dependency fix: exclude the broken REBOUND 4.5.0 release.

REBOUND 4.5.0 paired with ASSIST 1.2.3 has a destructor/lifetime heap-corruption
bug that crashes ASSIST during propagation; it is fixed in REBOUND 4.5.1. The
prior floor rebound>=4.4.11,<5 still permitted 4.5.0, so the dependency now
excludes it explicitly: rebound>=4.4.11,!=4.5.0,<5 (#33), with guard tests.

Full suite: 87 passed / 9 skipped (assist 1.2.3 + rebound 4.6.0).

adam-assist v0.3.9

Choose a tag to compare

@akoumjian akoumjian released this 18 May 16:33
37015f4

What's Changed

  • Cap ASSIST dependencies for REBOUND 5 by @akoumjian in #32
    • Require assist>=1.2.3,<1.3.
    • Require rebound>=4.4.11,<5.
    • Add dependency metadata guard tests.
    • Avoid the flaky live SBDB request in the back-to-back propagation test by using a serialized 2013 RR165 orbit fixture, while preserving broader Horizons/SBDB integration coverage.
    • Satisfy strict mypy checks for pyarrow compute calls.

Full Changelog: v0.3.8...v0.3.9

adam-assist v0.3.8

Choose a tag to compare

@akoumjian akoumjian released this 08 Apr 18:52
db188e4

What's Changed

  • Bug fix: Correctly stack weights for variants when propagating to mul… by @moeyensj in #24
  • Hot fix: Correctly stack weights for variants in single orbit optimiz… by @moeyensj in #27
  • loosen python requires by @akoumjian in #28
  • Updates for physical parameters by @akoumjian in #29
  • Add ASSIST perturber matching utilities by @akoumjian in #30
  • Switch adam-assist to upstream assist 1.2.0 by @akoumjian in #31

Full Changelog: v0.3.4...v0.3.8