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

[WIP] Rewrite the whole thing based on a high-accuracy epoch type #43

Merged
merged 46 commits into from
Aug 28, 2018

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    e474e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Add high-accuracy epoch type

    helgee committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2e0ca35 View commit details
    Browse the repository at this point in the history
  2. Test infinites

    helgee committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    8e526b6 View commit details
    Browse the repository at this point in the history
  3. Remove utils.jl

    helgee committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    b459e4a View commit details
    Browse the repository at this point in the history
  4. Newlines

    helgee committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    a76a885 View commit details
    Browse the repository at this point in the history
  5. Add high-accuracy epoch type

    helgee committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2bc26f3 View commit details
    Browse the repository at this point in the history
  6. Sketch offset function

    helgee committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    c936d08 View commit details
    Browse the repository at this point in the history
  7. Test simplified conversion

    helgee committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    724c648 View commit details
    Browse the repository at this point in the history
  8. Update CI

    helgee committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    f48d61d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Disable parts broken by 0.7

    helgee committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    b4e0307 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Configuration menu
    Copy the full SHA
    d556d29 View commit details
    Browse the repository at this point in the history
  2. Implement DateTime -> Epoch

    helgee committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    915a934 View commit details
    Browse the repository at this point in the history
  3. Fix Win32 test

    helgee committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    174503e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Rename new Epoch type

    helgee committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    73e8d9f View commit details
    Browse the repository at this point in the history
  2. Remove old tests

    helgee committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    abcd202 View commit details
    Browse the repository at this point in the history
  3. Add Epoch constants

    helgee committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    ec588d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2609235 View commit details
    Browse the repository at this point in the history
  5. Remove obsolete file

    helgee committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    c9379b3 View commit details
    Browse the repository at this point in the history
  6. Clean-up REQUIRE

    helgee committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    03edb1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    572eea0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebd8ed5 View commit details
    Browse the repository at this point in the history
  9. Remove old code

    helgee committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    a23cf40 View commit details
    Browse the repository at this point in the history
  10. Add output

    helgee committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    4875ccd View commit details
    Browse the repository at this point in the history
  11. Fix Windows again

    helgee committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    710614d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    8d8f653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af906dd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Leap Seconds IV: A New Hope

    helgee committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    2272dd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Configuration menu
    Copy the full SHA
    cddb94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c49f4 View commit details
    Browse the repository at this point in the history
  3. Integrate with Dates I/O

    helgee committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    95ca16f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. There are no conversions

    If timestamps are time-scale-agnostic than a conversion is just
    a relabeling, duh!
    helgee committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    07aff95 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Better UT1

    helgee committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    ef49c84 View commit details
    Browse the repository at this point in the history
  2. Integrate with Dates.format

    helgee committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    095423a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    dbe9eeb View commit details
    Browse the repository at this point in the history
  2. Disable failing UT1 test

    helgee committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    1814ad8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. Configuration menu
    Copy the full SHA
    bee4245 View commit details
    Browse the repository at this point in the history
  2. Use scaled Julian dates

    helgee committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    58ebff7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Consolidate second methods

    helgee committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    b573314 View commit details
    Browse the repository at this point in the history
  2. Move Julian date functions

    helgee committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    b9ac603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e476f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea54468 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    3d5e8f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a369b View commit details
    Browse the repository at this point in the history
  3. Implement Epoch ranges

    helgee committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    3b8c824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75294b1 View commit details
    Browse the repository at this point in the history
  5. Use calendar-aware day of year

    helgee committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e33f310 View commit details
    Browse the repository at this point in the history