Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Updates the requirements on anise to permit the latest version.

Release notes

Sourced from anise's releases.

ANISE v0.7.0: The Analysis Engine

This release is a massive step forward, evolving ANISE from a SPICE replacement into a comprehensive mission analysis toolkit. The centerpiece is the brand-new Analysis Engine, a powerful, expression-based framework for defining, computing, and reporting on complex astrodynamical events and values.

The highlights of this new engine include:

  • Expression-Based Reporting: Define what you want to compute—from simple orbital elements to complex vector projections—using StateSpec, ScalarExpr, and VectorExpr. The ReportScalars functionality then computes these values over any time series.
  • Robust Event Finding: Locate precise moments in time when specific conditions are met. Find every apoapsis, periapsis, eclipse, or even when an elevation angle from a ground station crosses the horizon using the new Event system.
  • First-Class Location Kernels: You can now define ground stations and other points of interest in new ANISE Location Kernel (.lka) files. These can be loaded directly into the Almanac to support azimuth, elevation, and range calculations with terrain masks.

Beyond the new engine, this release is packed with significant API improvements and internal refactors:

  • Dynamic Kernel Management: You can now load SPK and BPC kernels with aliases and unload them on the fly (spk_unload, bpc_unload), offering much greater flexibility for complex simulations. This is powered by a significant internal refactor of the Almanac.
  • Quaternions in Python: The rotation.Quaternion is now a first-class object in the Python API, providing a complete and robust interface for attitude dynamics.
  • Upgraded Time Engine: A major update to the underlying hifitime library brings a cleaner, more powerful anise.time API and a host of new functionalities.

New features

Dependencies

Miscellaneous

Full Changelog: nyx-space/anise@0.6.8...0.7.0

Commits
  • e5fc64a Merge pull request #536 from nyx-space/feat/gh-522-expr-tree-python
  • e84ae10 Remove pypi provenance and use the hifitime release code
  • 3eddfd7 try to fix provenance check
  • 9c57e97 fix import ..
  • 80fbd5f disable pytest on windows that need external data
  • eedf632 fix window python test
  • 626ec6f Python download data on macos tests
  • d39bec7 Update pyi
  • ce9b45a More python tests, and found an issue with comms passes
  • 1499fb9 Add equality checks in Python
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [anise](https://github.com/nyx-space/anise) to permit the latest version.
- [Release notes](https://github.com/nyx-space/anise/releases)
- [Commits](nyx-space/anise@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: anise
  dependency-version: 0.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant