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

Fix truncated timepoint addition bug #234

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    6e620f6 View commit details
    Browse the repository at this point in the history
  2. Fix type annotations

    MetRonnie committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ff16a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddc00af View commit details
    Browse the repository at this point in the history
  4. Tidy & add test

    MetRonnie committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8cd7489 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5288ed8 View commit details
    Browse the repository at this point in the history
  6. Add py.typed

    MetRonnie committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    292f3d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Update changelog

    MetRonnie committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f43b49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf038cc View commit details
    Browse the repository at this point in the history
  3. Parametrize test

    MetRonnie committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bf9ad64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0b5e80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6029ea3 View commit details
    Browse the repository at this point in the history
  6. Optimise

    MetRonnie committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    cb5ab8e View commit details
    Browse the repository at this point in the history
  7. Tidy

    MetRonnie committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    412a0c1 View commit details
    Browse the repository at this point in the history
  8. Fix bug where adding truncated TimePoint to a TimePoint could result …

    …in prior datetime
    
    Truncated timepoint addition now correctly assumes unspecified units smaller than the largest specified unit are at their minimal values
    
    `T00` is short for `T0000` and so `---01` should be short for `01T0000`, `--04` should be short for `--04-01T0000` etc.
    MetRonnie committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    aa1c207 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41bc38f View commit details
    Browse the repository at this point in the history
  10. Update changelog

    MetRonnie committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6d6b7ee View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Improve Duration tests

    MetRonnie committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f2e769d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Plug coverage holes

    MetRonnie committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    96e7f06 View commit details
    Browse the repository at this point in the history