Releases: B612-Asteroid-Institute/adam-assist
Releases · B612-Asteroid-Institute/adam-assist
Release list
v0.3.10
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
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 RR165orbit fixture, while preserving broader Horizons/SBDB integration coverage. - Satisfy strict mypy checks for pyarrow compute calls.
- Require
Full Changelog: v0.3.8...v0.3.9
adam-assist v0.3.8
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