@JuliaRegistrator register
Release notes:
Added
*Ephemerides constructors now accept AbstractRange for times (e.g. range(et_begin, et_end; length=n)); the range is collected to Vector{Float64} internally, eliminating the manual collect call
*Ephemerides constructors now auto-convert plain Vector inputs to Vector{SVector{3,Float64}} for position vectors and Vector{SMatrix{3,3,Float64,9}} for rotation matrices; no need to import StaticArrays at the call site
Internal
- Renamed
energy_in / energy_out fields to absorbed_power / emitted_power in the diagnostics data — aligns the implementation with the documented names; these fields are not exported
@JuliaRegistrator register
Release notes:
Added
*Ephemeridesconstructors now acceptAbstractRangefortimes(e.g.range(et_begin, et_end; length=n)); the range is collected toVector{Float64}internally, eliminating the manualcollectcall*Ephemeridesconstructors now auto-convert plainVectorinputs toVector{SVector{3,Float64}}for position vectors andVector{SMatrix{3,3,Float64,9}}for rotation matrices; no need to importStaticArraysat the call siteInternal
energy_in/energy_outfields toabsorbed_power/emitted_powerin the diagnostics data — aligns the implementation with the documented names; these fields are not exported