Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.0 release composition #44

Merged
merged 23 commits into from
Jul 27, 2024
Merged

v1.1.0 release composition #44

merged 23 commits into from
Jul 27, 2024

Conversation

attipaci
Copy link
Collaborator

@attipaci attipaci commented Jul 25, 2024

  • Added novas_planet_bundle to handle planet data (e.g. for gravitational deflection) more elegantly.
  • Added cirs_to_tod() and tod_to_cirs()
  • novas_geom_posvel() to use frame-internal planet data if possible.
  • frame_aberration to calculate inverse iteratively
  • Remove accuracy argument from new grav_undo_planets() to simplify.
  • Refactor novas_tcb_diff() / novas_tcg_diff() to novas_diff_tcb() / novas_diff_tcg().
  • A few error traces that were missed before
  • doxygen edits
  • Updates to README.md and CHANGELOG.md
  • Makefile edits and tweaks
  • Test for convergence failures

@attipaci attipaci added the enhancement New feature or request label Jul 25, 2024
@attipaci attipaci added this to the 1.1.0 milestone Jul 25, 2024
@attipaci attipaci self-assigned this Jul 25, 2024
@attipaci attipaci changed the title V1.1.0 v1.1.0 Release composition Jul 25, 2024
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.60%. Comparing base (b1d29c9) to head (7792278).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   99.30%   99.60%   +0.29%     
==========================================
  Files           6        6              
  Lines        2737     2752      +15     
  Branches      524      527       +3     
==========================================
+ Hits         2718     2741      +23     
+ Misses          6        1       -5     
+ Partials       13       10       -3     
Flag Coverage Δ
unittests 99.60% <100.00%> (+0.29%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/frames.c 99.51% <100.00%> (+0.01%) ⬆️
src/novas.c 99.52% <100.00%> (+0.42%) ⬆️
src/nutation.c 100.00% <ø> (ø)
src/refract.c 100.00% <100.00%> (ø)
src/solsys3.c 100.00% <ø> (ø)
src/timescale.c 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1d29c9...7792278. Read the comment docs.

@attipaci attipaci changed the title v1.1.0 Release composition v1.1.0 release composition Jul 25, 2024
@attipaci attipaci marked this pull request as ready for review July 26, 2024 21:32
@attipaci attipaci merged commit 227a3b5 into main Jul 27, 2024
14 checks passed
@attipaci attipaci deleted the v1.1.0 branch July 27, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant