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

[Maybe breaking change] Fix day of year computation #273

Merged
merged 8 commits into from
Jan 3, 2024

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    09617e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b731d18 View commit details
    Browse the repository at this point in the history
  3. Breaking: fix day of year computation

    Until this fix, day of year computation started at zero. This didn't match Python nor the GPST specifications.
    
    Fix #272
    ChristopherRabotin committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    39412e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a16a0a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5de6fc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c63713e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3df1de View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Add tests by @gwbres

    ChristopherRabotin committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    401b9c9 View commit details
    Browse the repository at this point in the history