Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Releases: IO-Aerospace-software-engineering/Astrodynamics.Net

v3.0.0

22 Apr 11:47
aa89d65
Compare
Choose a tag to compare

What's Changed

  • Integrate Celestial item like Barycenter to improve simulation accuracy
  • Fix perturbing bodies integration (tanks to @szabolcsvelkei)

Release 2.2.0 - Perturbing bodies integration

17 Apr 19:19
5e16543
Compare
Choose a tag to compare

What's new

  • Fix perturbing bodies integration

v2.2.0: Fix/gravitymodel (#87)

17 Apr 19:08
1de4110
Compare
Choose a tag to compare

What's Changed

Fix has been applied on perturbing bodies integration.

Installation

Integrate this library in your project from Nuget :
https://www.nuget.org/packages/IO.Astrodynamics/

Release 2.1.1 - Embed standalone propagator

15 Mar 20:42
Compare
Choose a tag to compare

What's Changed

  • Add AOT

  • Remove automapper

  • Kernel loading and performance optimization

  • Propagate sites

  • Embed stars in scenario

  • Update Nuspec and fix propagation window to fit exactly requested window

Release 2.1.0 - Embed standalone propagator

15 Mar 20:32
2832e13
Compare
Choose a tag to compare

What's Changed

  • Add AOT

  • Remove automapper

  • Kernel loading and performance optimization

  • Propagate sites

  • Embed stars in scenario

  • Update Nuspec and fix propagation window to fit exactly requested window

Release 2.0.0 - Embed standalone propagator

08 Mar 13:01
c71d63f
Compare
Choose a tag to compare

What's Changed

  • Implement maneuvers

  • Implement attitudes

  • Upgrade API and Scenario management

  • Improve test coverage

  • Fix Cosmographia export

  • Fix orientation computation

  • Fix warnings

  • Upgrade native astrodynamics framework

Release 2.0.0-alpha - Embed standalone propagator

05 Mar 20:27
2622e1d
Compare
Choose a tag to compare

What's Changed

  • Implement maneuvers

  • Implement attitudes

  • Upgrade API and Scenario management

  • Improve test coverage

  • Fix Cosmographia export

  • Fix orientation computation

  • Fix warnings

  • Upgrade native astrodynamics framework

v1.10.0

02 Feb 14:56
e3a1097
Compare
Choose a tag to compare

What's Changed

  • Add small body propagator
    • Geopotential model (earth only)
    • Solar radiation pressure
    • Atmospheric drag (Earth and Mars only)
    • N-body perturbations
  • Add CLI (Command line interface) to use Framework

Release 1.9.3 - Fix Kernels loading

23 Dec 14:40
40c0990
Compare
Choose a tag to compare

What's Changed

  • When you call Scenario.Simulate() Kernels are released at the end of operation

Release 1.9.2 - Performance and accuracy upgrade

03 Dec 14:44
adacdb2
Compare
Choose a tag to compare

What's Changed

  • Upgrade propagator accuracy
  • Improve performance
  • Add project to monitor performance
  • Some fixes